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.c35 round(double x) in round() function
/bionic/libm/
Dfenv-riscv64.c81 int fesetround(int round) { in fesetround()
Dfenv-arm64.c113 int fesetround(int round) { in fesetround()
Dfenv-x86_64.c231 fesetround(int round) in fesetround()
Dbuiltins.cpp88 double round(double x) { return __builtin_round(x); } in round() function
Dfenv-x86.c355 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.cpp1248 TEST(math_h, round) { in TEST() argument