Searched refs:FLT_MIN_10_EXP (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/headers/cfloat/
H A Dvalues.cc41 float f8 = FLT_MIN_10_EXP;
/haiku-buildtools/legacy/gcc/gcc/config/
H A Dfloat-i128.h28 #undef FLT_MIN_10_EXP macro
29 #define FLT_MIN_10_EXP (-37) macro
H A Dfloat-i32.h28 #undef FLT_MIN_10_EXP macro
29 #define FLT_MIN_10_EXP (-37) macro
H A Dfloat-i64.h28 #undef FLT_MIN_10_EXP macro
29 #define FLT_MIN_10_EXP (-37) macro
H A Dfloat-m68k.h29 #undef FLT_MIN_10_EXP macro
30 #define FLT_MIN_10_EXP (-37) macro
H A Dfloat-vax.h28 #undef FLT_MIN_10_EXP macro
29 #define FLT_MIN_10_EXP (-38) macro
H A Dfloat-i386.h29 #undef FLT_MIN_10_EXP macro
30 #define FLT_MIN_10_EXP (-37) macro
H A Dfloat-sh.h28 #undef FLT_MIN_10_EXP macro
29 #define FLT_MIN_10_EXP (-37) macro
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dc11-float-1.c31 #ifndef FLT_MIN_10_EXP
32 #error "FLT_MIN_10_EXP undefined"
H A Dc99-float-1.c31 #ifndef FLT_MIN_10_EXP
32 #error "FLT_MIN_10_EXP undefined"
H A Dc90-float-1.c31 #ifndef FLT_MIN_10_EXP
32 #error "FLT_MIN_10_EXP undefined"
/haiku-buildtools/gcc/gcc/ginclude/
H A Dfloat.h70 #undef FLT_MIN_10_EXP macro
73 #define FLT_MIN_10_EXP __FLT_MIN_10_EXP__ macro
/haiku-buildtools/legacy/gcc/gcc/
H A Denquire.c1246 #ifdef FLT_MIN_10_EXP
1247 checktype(FLT_MIN_10_EXP, "FLT_MIN_10_EXP", Signed, int);
1249 fmissing("FLT_MIN_10_EXP");
1820 #ifdef FLT_MIN_10_EXP
1821 #define F_MIN_10_EXP FLT_MIN_10_EXP

Completed in 162 milliseconds