Searched refs:FLT_MIN (Results 1 - 21 of 21) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/dfp/
H A Dconvert-bfp-8.c17 CONVERT_VALID (401, sd, sf, 1.e-39df, 0.f, FLT_MIN)
18 CONVERT_VALID (402, sd, sf, -1.e-39df, 0.f, FLT_MIN)
19 CONVERT_VALID (403, sd, sf, 1.1e-38df, 0.f, FLT_MIN)
20 CONVERT_VALID (404, sd, sf, -1.1e-38df, 0.f, FLT_MIN)
22 CONVERT_VALID (411, dd, sf, 1.e-39dd, 0.f, FLT_MIN)
23 CONVERT_VALID (412, dd, sf, -1.e-39dd, 0.f, FLT_MIN)
24 CONVERT_VALID (413, dd, sf, 1.1e-38dd, 0.f, FLT_MIN)
25 CONVERT_VALID (414, dd, sf, -1.1e-38dd, 0.f, FLT_MIN)
32 CONVERT_VALID (431, td, sf, 1.e-39dl, 0.f, FLT_MIN)
33 CONVERT_VALID (432, td, sf, -1.e-39dl, 0.f, FLT_MIN)
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/headers/cfloat/
H A Dvalues.cc40 float f7 = FLT_MIN;
/haiku-buildtools/legacy/gcc/gcc/config/
H A Dfloat-i128.h25 #undef FLT_MIN macro
26 #define FLT_MIN 1.17549435e-38F macro
H A Dfloat-i32.h25 #undef FLT_MIN macro
26 #define FLT_MIN 1.17549435e-38F macro
H A Dfloat-i64.h25 #undef FLT_MIN macro
26 #define FLT_MIN 1.17549435e-38F macro
H A Dfloat-m68k.h26 #undef FLT_MIN macro
27 #define FLT_MIN 1.17549435e-38F macro
H A Dfloat-vax.h25 #undef FLT_MIN macro
26 #define FLT_MIN 2.93873588e-39F macro
H A Dfloat-i386.h26 #undef FLT_MIN macro
27 #define FLT_MIN 1.17549435e-38F macro
H A Dfloat-sh.h25 #undef FLT_MIN macro
26 #define FLT_MIN 1.17549435e-38F macro
/haiku-buildtools/gcc/mpfr/src/
H A Dget_flt.c23 #include <float.h> /* for FLT_MIN */
63 ? -FLT_MIN : FLT_NEG_ZERO) :
66 ? FLT_MIN : 0.0);
67 if (d != 0.0) /* we multiply FLT_MIN = 2^(-126) by FLT_EPSILON = 2^(-23)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dc11-float-1.c51 #ifndef FLT_MIN
52 #error "FLT_MIN undefined"
H A Dc99-float-1.c51 #ifndef FLT_MIN
52 #error "FLT_MIN undefined"
H A Dc90-float-1.c51 #ifndef FLT_MIN
52 #error "FLT_MIN undefined"
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dexcess-precision-1.c81 volatile float flt_min = FLT_MIN;
83 volatile long double flt_min2 = (long double)FLT_MIN * (long double)FLT_MIN;
121 volatile long double flt_div = 0x1.0p100l / (long double) FLT_MIN;
151 volatile float _Complex flt_minc = FLT_MIN;
H A Dexcess-precision-3.c171 volatile float flt_min = FLT_MIN;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dvneg_f.c10 #define FLT_MIN __FLT_MIN__ macro
73 #define VAR_MIN FLT_MIN
174 #define VAR_MIN FLT_MIN
186 float32_t test_set1[4] = { FLT_MAX, FLT_MIN, INFINITY, NAN };
228 float64_t test_set2[2] = { FLT_MAX, FLT_MIN };
/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/numeric_limits/
H A Dmin_max.cc55 DEFINE_EXTREMA(float, FLT_MIN, FLT_MAX);
/haiku-buildtools/gcc/gcc/ginclude/
H A Dfloat.h118 #undef FLT_MIN macro
121 #define FLT_MIN __FLT_MIN__ macro
/haiku-buildtools/gcc/mpfr/tests/
H A Dtget_flt.c24 #include <float.h> /* for FLT_MIN */
202 g = FLT_MIN * FLT_EPSILON;
241 g = FLT_MIN * FLT_EPSILON;
258 g = FLT_MIN * FLT_EPSILON;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/atomic/
H A Dc11-atomic-exec-5.c188 TEST_FUNCS (float_mul_underflow, float, , *= FLT_MIN, 0,
189 FLT_MIN, IS_0, FE_UNDERFLOW | FE_INEXACT,
208 TEST_FUNCS (float_div_overflow, float, , /= FLT_MIN, 0,
212 FLT_MIN, IS_0, FE_UNDERFLOW | FE_INEXACT,
223 TEST_FUNCS (complex_float_div_overflow, _Complex float, , /= FLT_MIN, 0,
/haiku-buildtools/legacy/gcc/gcc/
H A Denquire.c1241 #ifdef FLT_MIN
1242 fchecktype(FLT_MIN, "FLT_MIN", float);
1244 fmissing("FLT_MIN");
1817 #ifdef FLT_MIN
1818 #define F_MIN FLT_MIN

Completed in 200 milliseconds