Home
last modified time | relevance | path

Searched refs:round (Results 1 – 14 of 14) sorted by relevance

/third_party/ulib/musl/src/fenv/x86_64/
A Dfenv.c34 __LOCAL int __fesetround(int round) { in __fesetround() argument
35 set_x87_cw((get_x87_cw() & ~ROUND_MASK) | round); in __fesetround()
36 _MM_SET_ROUNDING_MODE(round << 3); in __fesetround()
/third_party/ulib/musl/src/fenv/aarch64/
A Dfenv.c36 __LOCAL int __fesetround(int round) { in __fesetround() argument
38 set_fpcr((fpcr & ~ROUND_MASK) | round); in __fesetround()
/third_party/ulib/jemalloc/test/src/
A Dtimer.c51 uint64_t round = (i+1 == buflen-1 && ((t0 * mult * 10 / t1) % 10 in timer_ratio() local
54 "%"FMTu64, (t0 * mult / t1) % 10 + round); in timer_ratio()
/third_party/ulib/musl/third_party/math/
A Dfma.c77 int round, ez, exy; in fma() local
87 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()
/third_party/ulib/musl/src/math/
A Dllround.c4 return round(x); in llround()
A Dlround.c4 return round(x); in lround()
A Dround.c10 double round(double x) { in round() function
A Droundl.c5 return round(x); in roundl()
/third_party/ulib/musl/src/stdio/
A Dvfprintf.c291 long double round = 8.0; in fmt_fp() local
305 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() local
417 round += 2; in fmt_fp()
425 round *= -1, small *= -1; in fmt_fp()
428 if (round + small != round) { in fmt_fp()
/third_party/ulib/musl/include/
A Dmath.h315 double round(double);
/third_party/ulib/jemalloc/src/
A Dprof.c1491 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()
/third_party/ulib/musl/
A Dmusl-rules.mk395 $(LOCAL_DIR)/src/math/round.c \
A DWHATSNEW237 - incorrect floating point round-to-even behavior in printf
/third_party/lib/acpica/
A Dchanges.txt6906 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