Searched refs:two (Results 1 – 13 of 13) sorted by relevance
/bionic/libm/src/ |
D | s_tanhf.c | 23 static const float one=1.0, two=2.0, tiny = 1.0e-30, huge = 1.0e30; variable 45 t = expm1f(two*fabsf(x)); in tanhf() 46 z = one - two/(t+two); in tanhf() 48 t = expm1f(-two*fabsf(x)); in tanhf() 49 z= -t/(t+two); in tanhf()
|
D | s_tanh.c | 44 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable 67 t = expm1(two*fabs(x)); in tanh() 68 z = one - two/(t+two); in tanh() 70 t = expm1(-two*fabs(x)); in tanh() 71 z= -t/(t+two); in tanh()
|
D | e_jnf.c | 25 two = 2.0000000000e+00, /* 0x40000000 */ variable 132 v = two/x; in __ieee754_jnf() 140 di -= two; in __ieee754_jnf() 148 di -= two; in __ieee754_jnf()
|
D | e_jn.c | 49 two = 2.00000000000000000000e+00, /* 0x40000000, 0x00000000 */ variable 179 v = two/x; in __ieee754_jn() 187 di -= two; in __ieee754_jn() 195 di -= two; in __ieee754_jn()
|
D | s_erff.c | 27 two = 2.0000000000e+00, /* 0x40000000 */ variable 197 if(hx<0&&ix>=0x40c00000) return two-tiny;/* x < -6 */ in erfcf() 207 if(hx>0) return r/x; else return two-r/x; in erfcf() 209 if(hx>0) return tiny*tiny; else return two-tiny; in erfcf()
|
D | s_erf.c | 119 two = 2.00000000000000000000e+00, /* 0x40000000, 0x00000000 */ variable 288 if(hx<0&&ix>=0x40180000) return two-tiny;/* x < -6 */ in erfc() 298 if(hx>0) return r/x; else return two-r/x; in erfc() 300 if(hx>0) return tiny*tiny; else return two-tiny; in erfc()
|
D | e_powf.c | 29 two = 2.0, variable 240 r = (z*t1)/(t1-two)-(w+z*w); in __ieee754_powf()
|
D | e_pow.c | 70 two = 2.0, variable 297 r = (z*t1)/(t1-two)-(w+z*w); in __ieee754_pow()
|
/bionic/libstdc++/include/ |
D | new | 26 // these next two are not really required, since exceptions are off
|
/bionic/libc/include/ |
D | pthread.h | 146 int pthread_equal(pthread_t one, pthread_t two);
|
/bionic/libc/bionic/ |
D | pthread.c | 693 int pthread_equal(pthread_t one, pthread_t two) in pthread_equal() argument 695 return (one == two ? 1 : 0); in pthread_equal()
|
/bionic/libc/docs/ |
D | CHANGES.TXT | 199 two always-live system processes, DO NOT USE THIS IN APPLICATIONS !
|
D | OVERVIEW.TXT | 197 implementation) for its own use (e.g. two slots are pre-allocated by the C
|