Searched defs:one (Results 1 – 25 of 63) sorted by relevance
123
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_acoshf.c | 23 one = 1.0, variable
|
D | e_acosh.c | 38 one = 1.0, variable
|
D | e_coshf.c | 22 static const float one = 1.0, half=0.5, huge = 1.0e30; variable
|
D | e_sinh.c | 40 static const double one = 1.0, shuge = 1.0e307; variable
|
D | e_sinhf.c | 22 static const float one = 1.0, shuge = 1.0e37; variable
|
D | e_cosh.c | 43 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
|
D | e_atanhf.c | 22 static const float one = 1.0, huge = 1e30; variable
|
D | s_modff.c | 22 static const float one = 1.0; variable
|
D | s_asinh.c | 33 one = 1.00000000000000000000e+00, /* 0x3FF00000, 0x00000000 */ variable
|
D | s_asinhf.c | 23 one = 1.0000000000e+00, /* 0x3F800000 */ variable
|
D | e_atanh.c | 41 static const double one = 1.0, huge = 1e300; variable
|
D | s_tanh.c | 46 static const double one = 1.0, two = 2.0, huge = 1.0e300; variable
|
D | s_tanhf.c | 23 static const float one=1.0, two=2.0, huge = 1.0e30; variable
|
D | k_cosf.c | 27 one = 1.0, variable
|
D | e_atanhl.c | 51 static const double one = 1.0, huge = 1e300; variable
|
D | e_acoshl.c | 52 one = 1.0; variable
|
D | s_modf.c | 30 static const double one = 1.0; variable
|
D | e_fmodf.c | 28 static const float one = 1.0, Zero[] = {0.0, -0.0,}; variable
|
D | s_atanl.c | 29 one = 1.0, variable
|
D | k_cos.c | 60 one = 1.00000000000000000000e+00, /* 0x3FF00000, 0x00000000 */ variable
|
D | s_atanf.c | 45 one = 1.0, variable
|
D | e_asinl.c | 30 one = 1.00000000000000000000e+00, variable
|
D | e_sqrtf.c | 23 static const float one = 1.0, tiny=1.0e-30; variable
|
D | s_atan.c | 70 one = 1.0, variable
|
D | e_asinf.c | 23 one = 1.0000000000e+00, /* 0x3F800000 */ variable
|
123