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

/haiku-buildtools/legacy/gcc/gcc/config/
H A Dfloat-i128.h16 #undef FLT_ROUNDS macro
17 #define FLT_ROUNDS 1 macro
H A Dfloat-i32.h16 #undef FLT_ROUNDS macro
17 #define FLT_ROUNDS 1 macro
H A Dfloat-i64.h16 #undef FLT_ROUNDS macro
17 #define FLT_ROUNDS 1 macro
H A Dfloat-m68k.h17 #undef FLT_ROUNDS macro
18 #define FLT_ROUNDS 1 macro
H A Dfloat-vax.h16 #undef FLT_ROUNDS macro
17 #define FLT_ROUNDS 1 macro
H A Dfloat-i386.h17 #undef FLT_ROUNDS macro
18 #define FLT_ROUNDS 1 macro
H A Dfloat-sh.h16 #undef FLT_ROUNDS macro
17 #define FLT_ROUNDS 1 macro
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dc11-float-1.c11 #ifndef FLT_ROUNDS
12 #error "FLT_ROUNDS undefined"
H A Dc99-float-1.c11 #ifndef FLT_ROUNDS
12 #error "FLT_ROUNDS undefined"
H A Dc90-float-1.c11 #ifndef FLT_ROUNDS
12 #error "FLT_ROUNDS undefined"
/haiku-buildtools/gcc/gcc/ginclude/
H A Dfloat.h127 #undef FLT_ROUNDS macro
128 #define FLT_ROUNDS 1 macro
/haiku-buildtools/legacy/gcc/libio/
H A Dfloatconv.c104 * #define Check_FLT_ROUNDS if FLT_ROUNDS can assume the values 2 or 3.
129 #define FLT_ROUNDS 1 macro
1257 && FLT_ROUNDS == 1
1532 switch(FLT_ROUNDS) {
1541 if (FLT_ROUNDS == 0)
2116 /* If FLT_ROUNDS == 2, L will usually be high by 1 */
/haiku-buildtools/legacy/gcc/gcc/
H A Denquire.c524 int flt_rounds; /* The calculated value of FLT_ROUNDS */
1226 #ifdef FLT_ROUNDS
1227 checktype(FLT_ROUNDS, "FLT_ROUNDS", Signed, int);
1229 fmissing("FLT_ROUNDS");
1808 #ifdef FLT_ROUNDS
1809 #define F_ROUNDS FLT_ROUNDS

Completed in 112 milliseconds