Home
last modified time | relevance | path

Searched refs:y1 (Results 1 – 25 of 70) sorted by relevance

123

/sysdeps/ieee754/ldbl-96/
A Ds_fma.c60 long double y1 = (long double) y * C; in __fma() local
63 y1 = (y - y1) + y1; in __fma()
65 long double y2 = y - y1; in __fma()
66 long double m2 = (((x1 * y1 - m1) + x1 * y2) + x2 * y1) + x2 * y2; in __fma()
A Ds_fmal.c193 long double y1 = y * C; in __fmal() local
196 y1 = (y - y1) + y1; in __fmal()
198 long double y2 = y - y1; in __fmal()
199 long double m2 = (((x1 * y1 - m1) + x1 * y2) + x2 * y1) + x2 * y2; in __fmal()
/sysdeps/sparc/sparc32/
A Dsfp-machine.h73 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
83 "rI" ((USItype)(y1)), \
88 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
98 "rI" ((USItype)(y1)), \
103 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
120 "rI" ((USItype)(y1)), \
128 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
145 "rI" ((USItype)(y1)), \
153 #define __FP_FRAC_DEC_3(x2,x1,x0,y2,y1,y0) __FP_FRAC_SUB_3(x2,x1,x0,x2,x1,x0,y2,y1,y0) argument
155 #define __FP_FRAC_DEC_4(x3,x2,x1,x0,y3,y2,y1,y0) __FP_FRAC_SUB_4(x3,x2,x1,x0,x3,x2,x1,x0,y3,y2,y1,y… argument
/sysdeps/x86/fpu/
A Dsfp-machine.h52 # define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
66 "g" ((USItype) (y1)), \
69 # define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
79 "g" ((USItype) (y1)), \
82 # define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
96 "g" ((USItype) (y1)), \
99 # define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
109 "g" ((USItype) (y1)), \
/sysdeps/ieee754/ldbl-opt/
A Dnldbl-y1.c7 return y1 (x); in y1l()
A DMakefile33 log1p logb exp2 sqrt cbrt fabs floor j0 j1 y0 y1 erf erfc \
186 CFLAGS-nldbl-y1.c = -fno-builtin-y1l
/sysdeps/ieee754/dbl-64/
A Ds_fma.c201 double y1 = y * C; in __fma()
204 y1 = (y - y1) + y1; in __fma()
206 double y2 = y - y1; in __fma()
207 double m2 = (((x1 * y1 - m1) + x1 * y2) + x2 * y1) + x2 * y2; in __fma()
/sysdeps/ieee754/ldbl-128/
A Ds_fmal.c203 _Float128 y1 = y * C; in __fmal()
206 y1 = (y - y1) + y1; in __fmal()
208 _Float128 y2 = y - y1; in __fmal()
209 _Float128 m2 = (((x1 * y1 - m1) + x1 * y2) + x2 * y1) + x2 * y2; in __fmal()
A De_powl.c153 _Float128 y1, t1, t2, r, s, sgn, t, u, v, w; in __ieee754_powl() local
378 y1 = y; in __ieee754_powl()
379 o.value = y1; in __ieee754_powl()
382 y1 = o.value; in __ieee754_powl()
383 p_l = (y - y1) * t1 + y * t2; in __ieee754_powl()
384 p_h = y1 * t1; in __ieee754_powl()
/sysdeps/ieee754/float128/
A Dfloat128_private.h420 _Float128 y1 = y * C; in mul_splitf128()
423 y1 = (y - y1) + y1; in mul_splitf128()
425 _Float128 y2 = y - y1; in mul_splitf128()
426 *lo = (((x1 * y1 - *hi) + x1 * y2) + x2 * y1) + x2 * y2; in mul_splitf128()
/sysdeps/ieee754/ldbl-128ibm/
A De_powl.c153 long double y1, t1, t2, r, s, sgn, t, u, v, w; in __ieee754_powl() local
362 y1 = ldbl_high (y); in __ieee754_powl()
363 p_l = (y - y1) * t1 + y * t2; in __ieee754_powl()
364 p_h = y1 * t1; in __ieee754_powl()
/sysdeps/powerpc/powerpc64/le/fpu/multiarch/
A Dfloat128-ifunc.h89 #define GEN_COMPAT_e_j1(f) GEN_COMPAT_R_e(f,) GEN_COMPAT_R_e(y1,)
146 #define DECL_ALIAS_w_j1(f) MAKE_IFUNCP_R (f,) MAKE_IFUNCP_R (y1,)
149 #define DECL_ALIAS_e_j1(f) MAKE_IEEE_IFUNC_R (f,) MAKE_IEEE_IFUNC_R (y1,)
/sysdeps/ia64/fpu/
A Dlibm_cpu_defs.h76 extern double y1(double);
/sysdeps/m68k/coldfire/fpu/
A Dlibm-test-ulps152 Function: "y1":
/sysdeps/microblaze/
A Dlibm-test-ulps262 Function: "y1":
/sysdeps/nios2/
A Dlibm-test-ulps271 Function: "y1":
/sysdeps/arc/nofpu/
A Dlibm-test-ulps267 Function: "y1":
/sysdeps/sh/
A Dlibm-test-ulps541 Function: "y1":
/sysdeps/m68k/m680x0/fpu/
A Dlibm-test-ulps978 Function: "y1":
/sysdeps/mips/mips32/
A Dlibm-test-ulps1104 Function: "y1":
/sysdeps/arc/fpu/
A Dlibm-test-ulps1110 Function: "y1":
/sysdeps/arm/
A Dlibm-test-ulps1104 Function: "y1":
/sysdeps/csky/fpu/
A Dlibm-test-ulps1078 Function: "y1":
/sysdeps/csky/nofpu/
A Dlibm-test-ulps1109 Function: "y1":
/sysdeps/hppa/fpu/
A Dlibm-test-ulps1135 Function: "y1":

Completed in 19 milliseconds

123