Home
last modified time | relevance | path

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

12

/netbsd/src/lib/libm/src/
Ds_exp2.c52 static volatile long double tiny = 0x1p-16000L; variable
55 static volatile double tiny = 0x1p-1000; variable
Ds_tanhf.c24 static const float one=1.0, two=2.0, tiny = 1.0e-30; variable
Ds_tanh.c45 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable
De_sqrtf.c24 static const float one = 1.0, tiny=1.0e-30; variable
De_atan2f.c25 tiny = 1.0e-30, variable
De_sqrt.c91 static const double one = 1.0, tiny=1.0e-300; variable
De_atan2.c49 tiny = 1.0e-300, variable
Ds_exp2f.c67 static volatile float tiny = 0x1p-100; variable
Ds_expm1f.c24 static const float huge = 1.0e+30, tiny = 1.0e-30; variable
Ds_expm1.c119 tiny = 1.0e-300, variable
De_powf.c34 tiny = 1.0e-30, variable
De_pow.c75 tiny = 1.0e-300, variable
Db_tgamma.c132 static const double zero = 0., one = 1.0, tiny = 1e-300; variable
Ds_erf.c117 tiny = 1e-300, variable
Ds_erff.c25 tiny = 1e-30, variable
/netbsd/src/lib/libc/compat/gen/
Dcompat_ldexp_ieee754.c45 static volatile const double tiny = DBL_MIN, huge = DBL_MAX; variable
/netbsd/src/lib/libm/noieee_src/
Dn_pow.c186 double huge = _HUGE, tiny = _TINY; in pow_P() local
Dn_gamma.c122 static const double zero = 0., one = 1.0, tiny = _TINY; variable
/netbsd/src/external/lgpl3/mpfr/dist/src/
Drem1.c62 int tiny = 0; in mpfr_rem1() local
/netbsd/src/lib/libm/arch/vax/
Dn_argred.S571 tiny: label
/netbsd/src/external/gpl3/gcc/dist/gcc/config/
Ddarwin-driver.cc46 unsigned long major, minor = 0, tiny = 0; in validate_macosx_version_min() local
Ddarwin-c.cc629 unsigned long major, minor, tiny; in version_as_legacy_macro() local
660 unsigned long major, minor, tiny; in version_as_modern_macro() local
/netbsd/src/external/lgpl3/mpfr/dist/tests/
Dtsubnormal.c54 int i, j, k, s, old_inex, tiny, expj; in check1() local
/netbsd/src/lib/libm/complex/
Dcatrig.c84 tiny = 0x1p-100; variable
Dcatrigf.c86 tiny = 0x1p-100; variable

12