Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_round.c38 round(double x) in round() function
/bionic/libm/riscv64/
Dfenv.c81 int fesetround(int round) { in fesetround()
/bionic/tests/
Delftls_dl_test.cpp184 for (int round = 0; round < 2; ++round) { in TEST() local
210 for (int round = 0; round < 32; ++round) { in TEST() local
Dmath_test.cpp1235 TEST(math_h, round) { in TEST() argument
/bionic/libm/arm64/
Dfenv.c113 int fesetround(int round) { in fesetround()
/bionic/libm/amd64/
Dfenv.c231 fesetround(int round) in fesetround()
/bionic/libm/
Dbuiltins.cpp92 double round(double x) { return __builtin_round(x); } in round() function
/bionic/libm/i387/
Dfenv.c355 fesetround(int round) in fesetround()