Searched refs:half (Results 1 - 10 of 10) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | e_cosh.c | 41 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 D | e_coshf.c | 22 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 D | k_sin.c | 51 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable 69 else return x-((z*(half*y-v*r)-y)-v*S1);
|
H A D | s_erff.c | 24 half= 5.0000000000e-01, /* 0x3F000000 */ variable 151 r += (x-half); 152 return half - r ;
|
H A D | e_lgamma_r.c | 91 half= 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable 275 r = half*y+p/q; 291 r = (x-half)*(t-one)+w;
|
H A D | e_lgammaf_r.c | 24 half= 5.0000000000e-01, /* 0x3f000000 */ variable 208 r = half*y+p/q; 224 r = (x-half)*(t-one)+w;
|
H A D | s_erf.c | 116 half= 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable 264 r += (x-half); 265 return half - r ;
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
H A D | k_sinl.c | 24 half = 0.5; variable 58 else return x-((z*(half*y-v*r)-y)-v*S1);
|
/bionic/libc/arch-mips/string/ |
H A D | memset.S | 165 ins a1, a1, 8, 8 # Replicate fill byte into half-word.
|
/bionic/libc/arch-mips64/string/ |
H A D | memset.S | 165 ins a1, a1, 8, 8 # Replicate fill byte into half-word.
|
Completed in 55 milliseconds