Home
last modified time | relevance | path

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

/freebsd/contrib/gdtoa/
H A Dgdtoaimp.h349 #ifndef Flt_Rounds
351 #define Flt_Rounds FLT_ROUNDS macro
353 #define Flt_Rounds 1 macro
361 #undef Flt_Rounds
362 #define Flt_Rounds 0 macro
387 #undef Flt_Rounds
388 #define Flt_Rounds 1 macro
H A Dgdtoa_fltrnds.h4 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 Dg_ddfmt.c50 Rounding = Flt_Rounds;
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){\