Home
last modified time | relevance | path

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

123

/netbsd-src/lib/libm/src/
H A Ds_exp2.c52 static volatile long double tiny = 0x1p-16000L; variable
55 static volatile double tiny = 0x1p-1000; variable
H A Ds_tanhf.c24 static const float one=1.0, two=2.0, tiny = 1.0e-30; variable
H A Ds_tanh.c45 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable
H A De_sqrtf.c24 static const float one = 1.0, tiny=1.0e-30; variable
H A De_sqrt.c91 static const double one = 1.0, tiny=1.0e-300; variable
H A De_atan2f.c25 tiny = 1.0e-30, variable
H A De_atan2.c49 tiny = 1.0e-300, variable
H A Ds_exp2f.c67 static volatile float tiny = 0x1p-100; variable
H A Ds_expm1f.c24 static const float huge = 1.0e+30, tiny = 1.0e-30; variable
H A Ds_expm1.c119 tiny = 1.0e-300, variable
/netbsd-src/external/gpl3/gcc/dist/libquadmath/math/
H A Dtanhq.c46 static const __float128 one = 1.0, two = 2.0, tiny = 1.0e-4900Q; variable
H A Dscalblnq.c34 tiny = 1.0E-4900Q; variable
H A Dscalbnq.c34 tiny = 1.0E-4900Q; variable
H A Datan2q.c46 tiny = 1.0e-4900Q, variable
H A Dfmaq.c73 __float128 tiny = neg ? -0x1p-16494Q : 0x1p-16494Q; in fmaq() local
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dtanhq.c46 static const __float128 one = 1.0, two = 2.0, tiny = 1.0e-4900Q; variable
H A Dscalbnq.c34 tiny = 1.0E-4900Q; variable
H A Dscalblnq.c34 tiny = 1.0E-4900Q; variable
H A Datan2q.c46 tiny = 1.0e-4900Q, variable
H A Dfmaq.c73 __float128 tiny = neg ? -0x1p-16494Q : 0x1p-16494Q; in fmaq() local
/netbsd-src/lib/libc/compat/gen/
H A Dcompat_ldexp_ieee754.c45 static volatile const double tiny = DBL_MIN, huge = DBL_MAX; variable
/netbsd-src/lib/libm/noieee_src/
H A Dn_pow.c186 double huge = _HUGE, tiny = _TINY; in pow_P() local
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Drem1.c62 int tiny = 0; in mpfr_rem1() local
/netbsd-src/lib/libm/arch/vax/
H A Dn_argred.S571 tiny: label
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/
H A Ddarwin-driver.c46 unsigned long major, minor = 0, tiny = 0; in validate_macosx_version_min() local

123