Home
last modified time | relevance | path

Searched defs:tiny (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/lib/msun/src/
H A Ds_tanhf.c19 static const volatile float tiny = 1.0e-30; variable
H A Ds_tanh.c41 static const volatile double tiny = 1.0e-300; variable
H A De_sqrtf.c26 static const float one = 1.0, tiny=1.0e-30; variable
H A De_atan2f.c20 tiny = 1.0e-30; variable
H A De_atan2.c47 tiny = 1.0e-300; variable
H A De_atan2l.c27 tiny = 1.0e-300; variable
H A De_sqrt.c95 static const double one = 1.0, tiny=1.0e-300; variable
H A Ds_expm1f.c23 tiny = 1.0e-30, variable
H A Ds_expm1.c114 tiny = 1.0e-300, variable
H A De_coshl.c37 static const volatile long double huge = 0x1p10000L, tiny = 0x1p-10000L; variable
H A Ds_tanhl.c37 static const volatile double tiny = 1.0e-300; variable
H A Ds_erff.c20 static const volatile float tiny = 1e-30; variable
H A De_powf.c31 tiny = 1.0e-30, variable
[all...]
H A De_pow.c72 tiny = 1.0e-300, variable
[all...]
H A Ds_erf.c111 static const volatile double tiny= 1e-300; variable
H A Dcatrigf.c72 tiny = 0x1p-100; variable
H A Dcatrig.c60 tiny = 0x1p-100; variable
H A Dcatrigl.c91 tiny = 0x1p-100; variable
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dcoshf.c58 uint32x4_t tiny = vcleq_u32 (iax, d->tiny_bound); in V_NAME_F1() local
/freebsd/lib/msun/tests/
H A Dinvtrig_test.c300 ATF_TC_BODY(tiny, tc) in ATF_TC_BODY() argument
302 float tiny = 0x1.23456p-120f; in ATF_TC_BODY() local
/freebsd/contrib/arm-optimized-routines/math/
H A Dtgamma128.c283 long double tiny = 0x1p-12288L; in tgamma128() local
/freebsd/lib/msun/ld80/
H A Ds_expl.c55 tiny = 0x1p-10000L; variable
/freebsd/lib/msun/ld128/
H A De_powl.c89 tiny = 1.0e-3000L; variable
H A Ds_expl.c45 tiny = 0x1p-10000L; variable
/freebsd/lib/msun/bsdsrc/
H A Db_tgamma.c91 static const volatile double tiny = 1e-300; variable

12