Home
last modified time | relevance | path

Searched refs:negate_Xsig (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/arch/x86/math-emu/
Dpoly_sin.c89 negate_Xsig(&accumulator); in poly_sine()
107 negate_Xsig(&accumulator); in poly_sine()
142 negate_Xsig(&accumulator); in poly_sine()
146 negate_Xsig(&accumulator); in poly_sine()
152 negate_Xsig(&accumulator); in poly_sine()
159 negate_Xsig(&accumulator); in poly_sine()
244 negate_Xsig(&accumulator); in poly_cos()
248 negate_Xsig(&accumulator); in poly_cos()
255 negate_Xsig(&accumulator); in poly_cos()
263 negate_Xsig(&accumulator); in poly_cos()
[all …]
Dpoly_atan.c118 negate_Xsig(&Numer); in poly_atan()
155 negate_Xsig(&accumulator); in poly_atan()
158 negate_Xsig(&accumulator); in poly_atan()
171 negate_Xsig(&accumulator); in poly_atan()
177 negate_Xsig(&accumulator); in poly_atan()
185 negate_Xsig(&accumulator); in poly_atan()
193 negate_Xsig(&accumulator); in poly_atan()
Dpoly_tan.c120 negate_Xsig(&accumulatoro); in poly_tan()
130 negate_Xsig(&accumulatore); in poly_tan()
139 negate_Xsig(&accumulatore); /* This does 1 - accumulator */ in poly_tan()
Dpoly_l2.c72 negate_Xsig(&accumulator); in poly_l2()
198 negate_Xsig(&Denom); in log2_kernel()
Dpoly.h105 static inline void negate_Xsig(Xsig *x) in negate_Xsig() function