Searched defs:two (Results 1 – 9 of 9) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_tanhf.c | 22 static const float one=1.0, two=2.0, tiny = 1.0e-30, huge = 1.0e30; variable
|
D | s_tanh.c | 43 static const double one = 1.0, two = 2.0, tiny = 1.0e-300, huge = 1.0e300; variable
|
D | e_jnf.c | 23 two = 2.0000000000e+00, /* 0x40000000 */ variable
|
D | e_jn.c | 48 two = 2.00000000000000000000e+00, /* 0x40000000, 0x00000000 */ variable
|
D | e_pow.c | 69 two = 2.0, variable
|
D | e_powf.c | 28 two = 2.0, variable
|
D | s_erf.c | 118 two = 2.00000000000000000000e+00, /* 0x40000000, 0x00000000 */ variable
|
D | s_erff.c | 26 two = 2.0000000000e+00, /* 0x40000000 */ variable
|
/bionic/libc/bionic/ |
D | system_properties.c | 337 static int cmp_prop_name(const char *one, uint8_t one_len, const char *two, in cmp_prop_name()
|