/netbsd-src/lib/libm/src/ |
H A D | s_exp2.c | 52 static volatile long double tiny = 0x1p-16000L; variable 55 static volatile double tiny = 0x1p-1000; variable
|
H A D | s_tanhf.c | 24 static const float one=1.0, two=2.0, tiny = 1.0e-30; variable
|
H A D | s_tanh.c | 45 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable
|
H A D | e_sqrtf.c | 24 static const float one = 1.0, tiny=1.0e-30; variable
|
H A D | e_sqrt.c | 91 static const double one = 1.0, tiny=1.0e-300; variable
|
H A D | e_atan2f.c | 25 tiny = 1.0e-30, variable
|
H A D | e_atan2.c | 49 tiny = 1.0e-300, variable
|
H A D | s_exp2f.c | 67 static volatile float tiny = 0x1p-100; variable
|
H A D | s_expm1f.c | 24 static const float huge = 1.0e+30, tiny = 1.0e-30; variable
|
H A D | s_expm1.c | 119 tiny = 1.0e-300, variable
|
/netbsd-src/external/gpl3/gcc/dist/libquadmath/math/ |
H A D | tanhq.c | 46 static const __float128 one = 1.0, two = 2.0, tiny = 1.0e-4900Q; variable
|
H A D | scalblnq.c | 34 tiny = 1.0E-4900Q; variable
|
H A D | scalbnq.c | 34 tiny = 1.0E-4900Q; variable
|
H A D | atan2q.c | 46 tiny = 1.0e-4900Q, variable
|
H A D | fmaq.c | 73 __float128 tiny = neg ? -0x1p-16494Q : 0x1p-16494Q; in fmaq() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/math/ |
H A D | tanhq.c | 46 static const __float128 one = 1.0, two = 2.0, tiny = 1.0e-4900Q; variable
|
H A D | scalbnq.c | 34 tiny = 1.0E-4900Q; variable
|
H A D | scalblnq.c | 34 tiny = 1.0E-4900Q; variable
|
H A D | atan2q.c | 46 tiny = 1.0e-4900Q, variable
|
H A D | fmaq.c | 73 __float128 tiny = neg ? -0x1p-16494Q : 0x1p-16494Q; in fmaq() local
|
/netbsd-src/lib/libc/compat/gen/ |
H A D | compat_ldexp_ieee754.c | 45 static volatile const double tiny = DBL_MIN, huge = DBL_MAX; variable
|
/netbsd-src/lib/libm/noieee_src/ |
H A D | n_pow.c | 186 double huge = _HUGE, tiny = _TINY; in pow_P() local
|
/netbsd-src/external/lgpl3/mpfr/dist/src/ |
H A D | rem1.c | 62 int tiny = 0; in mpfr_rem1() local
|
/netbsd-src/lib/libm/arch/vax/ |
H A D | n_argred.S | 571 tiny: label
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
H A D | darwin-driver.c | 46 unsigned long major, minor = 0, tiny = 0; in validate_macosx_version_min() local
|