Searched refs:half (Results 1 - 10 of 10) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_cosh.c41 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
67 return half*t+half/t;
70 /* |x| in [22, log(maxdouble)] return half*exp(|x|) */
71 if (ix < 0x40862E42) return half*__ieee754_exp(fabs(x));
H A De_coshf.c22 static const float one = 1.0, half=0.5, huge = 1.0e30; variable
47 return half*t+half/t;
50 /* |x| in [9, log(maxfloat)] return half*exp(|x|) */
51 if (ix < 0x42b17217) return half*__ieee754_expf(fabsf(x));
H A Dk_sin.c51 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
69 else return x-((z*(half*y-v*r)-y)-v*S1);
H A Ds_erff.c24 half= 5.0000000000e-01, /* 0x3F000000 */ variable
151 r += (x-half);
152 return half - r ;
H A De_lgamma_r.c91 half= 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
275 r = half*y+p/q;
291 r = (x-half)*(t-one)+w;
H A De_lgammaf_r.c24 half= 5.0000000000e-01, /* 0x3f000000 */ variable
208 r = half*y+p/q;
224 r = (x-half)*(t-one)+w;
H A Ds_erf.c116 half= 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
264 r += (x-half);
265 return half - r ;
/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Dk_sinl.c24 half = 0.5; variable
58 else return x-((z*(half*y-v*r)-y)-v*S1);
/bionic/libc/arch-mips/string/
H A Dmemset.S165 ins a1, a1, 8, 8 # Replicate fill byte into half-word.
/bionic/libc/arch-mips64/string/
H A Dmemset.S165 ins a1, a1, 8, 8 # Replicate fill byte into half-word.

Completed in 45 milliseconds