/picolibc-3.7.0-3.6.0/newlib/libm/math/ |
D | sf_acosh.c | 19 static const float one = 1.0, ln2 = 6.9314718246e-01; /* 0x3f317218 */ variable
|
D | s_acosh.c | 34 one = _F_64(1.0), variable
|
D | s_tanh.c | 75 static const __float64 one = _F_64(1.0), two = _F_64(2.0); variable
|
D | sf_atanh.c | 19 static const float one = 1.0, huge = 1e30; variable
|
D | sf_cosh.c | 23 static const float one = 1.0, half = 0.5; variable
|
D | sf_tanh.c | 18 static const float one = 1.0, two = 2.0; variable
|
D | s_cosh.c | 39 static const __float64 one = _F_64(1.0), half = _F_64(0.5); variable
|
D | sf_asinh.c | 18 static const float one = 1.0000000000e+00, /* 0x3F800000 */ variable
|
D | s_asinh.c | 64 one = _F_64(1.00000000000000000000e+00), /* 0x3FF00000, 0x00000000 */ variable
|
D | sf_sinh.c | 18 static const float one = 1.0, shuge = 1.0e37; variable
|
D | s_atanh.c | 37 static const __float64 one = _F_64(1.0), huge = _F_64(1e300); variable
|
D | s_sinh.c | 36 static const __float64 one = _F_64(1.0), shuge = _F_64(1.0e307); variable
|
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld128/ |
D | e_acoshl.c | 30 one = 1.0L, variable
|
D | s_modfl.c | 25 static const long double one = 1.0L; variable
|
D | e_atanhl.c | 33 static const long double one = 1.0L, huge = 1e4900L; variable
|
D | s_asinhl.c | 27 one = 1.0L, variable
|
D | s_tanhl.c | 55 static const long double one = 1.0L, two = 2.0L, tiny = 1.0e-4900L; variable
|
D | e_coshl.c | 49 static const long double one = 1.0L, half = 0.5L, huge = 1.0e4900L, variable
|
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld80/ |
D | e_acoshl.c | 28 one = 1.0l, variable
|
D | s_asinhl.c | 27 one = 1.000000000000000000000e+00L, /* 0x3FFF, 0x00000000, 0x00000000 */ variable
|
D | s_modfl.c | 25 static const long double one = 1.0L; variable
|
D | e_atanhl.c | 33 static const long double one = 1.0l, huge = 1e4900L; variable
|
D | e_coshl.c | 34 static const long double one = 1.0l, half=0.5l, huge = 1.0e4900L; variable
|
D | e_sinhl.c | 33 static const long double one = 1.0l, shuge = 1.0e4931L; variable
|
D | s_tanhl.c | 39 static const long double one=1.0L, two=2.0L, tiny = 1.0e-4900L; variable
|