Searched refs:Flt_Rounds (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/gdtoa/
H A Dgdtoa_fltrnds.h4 Rounding = Flt_Rounds;
H A Dgdtoaimp.h349 #ifndef Flt_Rounds
351 #define Flt_Rounds FLT_ROUNDS macro
353 #define Flt_Rounds 1 macro
355 #endif /*Flt_Rounds*/
361 #undef Flt_Rounds macro
362 #define Flt_Rounds 0 macro
387 #undef Flt_Rounds macro
388 #define Flt_Rounds 1 macro
H A Dg_ddfmt.c50 Rounding = Flt_Rounds;
H A Dstrtod.c59 #define Rounding Flt_Rounds
134 Rounding = Flt_Rounds;
362 && Flt_Rounds == 1
926 if (Flt_Rounds == 0)
H A Ddtoa.c72 #define Rounding Flt_Rounds
136 Rounding = Flt_Rounds;
H A Dstrtodg.c202 Flt_Rounds
H A Dprintf.c0519 #define RoundCheck if (Rounding == -1) Rounding = Flt_Rounds; if (Rounding != 1){\

Completed in 74 milliseconds