Searched refs:round (Results 1 – 14 of 14) sorted by relevance
34 __LOCAL int __fesetround(int round) { in __fesetround() argument35 set_x87_cw((get_x87_cw() & ~ROUND_MASK) | round); in __fesetround()36 _MM_SET_ROUNDING_MODE(round << 3); in __fesetround()
36 __LOCAL int __fesetround(int round) { in __fesetround() argument38 set_fpcr((fpcr & ~ROUND_MASK) | round); in __fesetround()
51 uint64_t round = (i+1 == buflen-1 && ((t0 * mult * 10 / t1) % 10 in timer_ratio() local54 "%"FMTu64, (t0 * mult / t1) % 10 + round); in timer_ratio()
77 int round, ez, exy; in fma() local87 round = fegetround(); in fma()89 if (round == FE_TONEAREST) in fma()113 fesetround(round); in fma()142 fesetround(round); in fma()143 if (round == FE_TONEAREST) in fma()
4 return round(x); in llround()
4 return round(x); in lround()
10 double round(double x) { in round() function
5 return round(x); in roundl()
291 long double round = 8.0; in fmt_fp() local305 round *= 16; in fmt_fp()308 y -= round; in fmt_fp()309 y += round; in fmt_fp()312 y += round; in fmt_fp()313 y -= round; in fmt_fp()414 long double round = 2 / LDBL_EPSILON; in fmt_fp() local417 round += 2; in fmt_fp()425 round *= -1, small *= -1; in fmt_fp()428 if (round + small != round) { in fmt_fp()
315 double round(double);
1491 uint64_t curbytes = (uint64_t)round(((double)cnt_all->curbytes) in prof_leakcheck()1493 uint64_t curobjs = (uint64_t)round(((double)cnt_all->curobjs) * in prof_leakcheck()
395 $(LOCAL_DIR)/src/math/round.c \
237 - incorrect floating point round-to-even behavior in printf
6906 descriptor is 16 because of the round-up to 8 on the 64-bit build. 13071 Completed another round of prefixing #defines with "ACPI_" for
Completed in 41 milliseconds