Home
last modified time | relevance | path

Searched defs:two (Results 1 – 9 of 9) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_tanhf.c22 static const float one=1.0, two=2.0, tiny = 1.0e-30, huge = 1.0e30; variable
Ds_tanh.c43 static const double one = 1.0, two = 2.0, tiny = 1.0e-300, huge = 1.0e300; variable
De_jnf.c23 two = 2.0000000000e+00, /* 0x40000000 */ variable
De_jn.c48 two = 2.00000000000000000000e+00, /* 0x40000000, 0x00000000 */ variable
De_pow.c69 two = 2.0, variable
De_powf.c28 two = 2.0, variable
Ds_erf.c118 two = 2.00000000000000000000e+00, /* 0x40000000, 0x00000000 */ variable
Ds_erff.c26 two = 2.0000000000e+00, /* 0x40000000 */ variable
/bionic/libc/bionic/
Dsystem_properties.c337 static int cmp_prop_name(const char *one, uint8_t one_len, const char *two, in cmp_prop_name()