Searched defs:round (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/android/support/src/stdio/
H A Dvfprintf.c264 long double round = 8.0; local
274 while (re--) round*=16;
277 y-=round;
278 y+=round;
281 y+=round;
282 y-=round;
368 long double round = CONCAT(0x1p,LDBL_MANT_DIG); local
370 if (*d/i & 1) round += 2;
374 if (pl && *prefix=='-') round*=-1, small*=-1;
376 /* Decide whether to round b
[all...]

Completed in 81 milliseconds