Lines Matching defs:round
223 long double round = 8.0;
233 round *= 1<<(LDBL_MANT_DIG%4);
234 while (re--) round*=16;
237 y-=round;
238 y+=round;
241 y+=round;
242 y-=round;
330 long double round = 2/LDBL_EPSILON;
333 round += 2;
337 if (pl && *prefix=='-') round*=-1, small*=-1;
339 /* Decide whether to round by probing round+small */
340 if (round+small != round) {