Lines Matching refs:Flt_Rounds
388 #ifndef Flt_Rounds
390 #define Flt_Rounds FLT_ROUNDS macro
392 #define Flt_Rounds 1 macro
400 #define Rounding Flt_Rounds
410 #undef Flt_Rounds
411 #define Flt_Rounds 0 macro
439 #undef Flt_Rounds
440 #define Flt_Rounds 1 macro
2544 bc.rounding = Flt_Rounds;
2769 && Flt_Rounds == 1
3412 if (Flt_Rounds == 0)
3762 Rounding = Flt_Rounds; in zend_dtoa()