Home
last modified time | relevance | path

Searched refs:two (Results 1 – 13 of 13) sorted by relevance

/bionic/libm/src/
Ds_tanhf.c23 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()
Ds_tanh.c44 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()
De_jnf.c25 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()
De_jn.c49 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()
Ds_erff.c27 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()
Ds_erf.c119 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()
De_powf.c29 two = 2.0, variable
240 r = (z*t1)/(t1-two)-(w+z*w); in __ieee754_powf()
De_pow.c70 two = 2.0, variable
297 r = (z*t1)/(t1-two)-(w+z*w); in __ieee754_pow()
/bionic/libstdc++/include/
Dnew26 // these next two are not really required, since exceptions are off
/bionic/libc/include/
Dpthread.h146 int pthread_equal(pthread_t one, pthread_t two);
/bionic/libc/bionic/
Dpthread.c693 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/
DCHANGES.TXT199 two always-live system processes, DO NOT USE THIS IN APPLICATIONS !
DOVERVIEW.TXT197 implementation) for its own use (e.g. two slots are pre-allocated by the C