Lines Matching refs:rounding
70 #define Rounding rounding
105 int rounding; in strtod() local
146 case FE_TOWARDZERO: fpi1.rounding = 0; break; in strtod()
147 case FE_UPWARD: fpi1.rounding = 2; break; in strtod()
148 case FE_DOWNWARD: fpi1.rounding = 3; in strtod()
409 if ((rounding = Flt_Rounds) >= 2) { in strtod()
411 rounding = rounding == 2 ? 0 : 2; in strtod()
413 if (rounding != 2) in strtod()
414 rounding = 0; in strtod()
433 switch(rounding) { in strtod()
572 if (rounding != 1) in strtod()
648 if (rounding != 1) { in strtod()
658 if (rounding) { in strtod()
707 if (!((rounding>>1) ^ dsign)) in strtod()