Home
last modified time | relevance | path

Searched defs:one (Results 1 – 25 of 91) sorted by relevance

1234

/picolibc-3.7.0-3.6.0/newlib/libm/math/
Dsf_acosh.c19 static const float one = 1.0, ln2 = 6.9314718246e-01; /* 0x3f317218 */ variable
Ds_acosh.c34 one = _F_64(1.0), variable
Ds_tanh.c75 static const __float64 one = _F_64(1.0), two = _F_64(2.0); variable
Dsf_atanh.c19 static const float one = 1.0, huge = 1e30; variable
Dsf_cosh.c23 static const float one = 1.0, half = 0.5; variable
Dsf_tanh.c18 static const float one = 1.0, two = 2.0; variable
Ds_cosh.c39 static const __float64 one = _F_64(1.0), half = _F_64(0.5); variable
Dsf_asinh.c18 static const float one = 1.0000000000e+00, /* 0x3F800000 */ variable
Ds_asinh.c64 one = _F_64(1.00000000000000000000e+00), /* 0x3FF00000, 0x00000000 */ variable
Dsf_sinh.c18 static const float one = 1.0, shuge = 1.0e37; variable
Ds_atanh.c37 static const __float64 one = _F_64(1.0), huge = _F_64(1e300); variable
Ds_sinh.c36 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/
De_acoshl.c30 one = 1.0L, variable
Ds_modfl.c25 static const long double one = 1.0L; variable
De_atanhl.c33 static const long double one = 1.0L, huge = 1e4900L; variable
Ds_asinhl.c27 one = 1.0L, variable
Ds_tanhl.c55 static const long double one = 1.0L, two = 2.0L, tiny = 1.0e-4900L; variable
De_coshl.c49 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/
De_acoshl.c28 one = 1.0l, variable
Ds_asinhl.c27 one = 1.000000000000000000000e+00L, /* 0x3FFF, 0x00000000, 0x00000000 */ variable
Ds_modfl.c25 static const long double one = 1.0L; variable
De_atanhl.c33 static const long double one = 1.0l, huge = 1e4900L; variable
De_coshl.c34 static const long double one = 1.0l, half=0.5l, huge = 1.0e4900L; variable
De_sinhl.c33 static const long double one = 1.0l, shuge = 1.0e4931L; variable
Ds_tanhl.c39 static const long double one=1.0L, two=2.0L, tiny = 1.0e-4900L; variable

1234