Home
last modified time | relevance | path

Searched refs:fegetround (Results 1 – 17 of 17) sorted by relevance

/bionic/tests/
Dfenv_test.cpp44 ASSERT_EQ(FE_TONEAREST, fegetround()); in TEST()
50 ASSERT_EQ(FE_TOWARDZERO, fegetround()); in TEST()
56 ASSERT_EQ(FE_UPWARD, fegetround()); in TEST()
62 ASSERT_EQ(FE_DOWNWARD, fegetround()); in TEST()
123 ASSERT_EQ(FE_DOWNWARD, fegetround()); in TEST()
129 ASSERT_EQ(FE_UPWARD, fegetround()); in TEST()
132 ASSERT_EQ(FE_DOWNWARD, fegetround()); in TEST()
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dgdtoa_fltrnds.h7 switch(fegetround()) {
Ddtoa.c139 switch(fegetround()) {
Dstrtod.c132 switch(fegetround()) {
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_fmaf.c64 fegetround() != FE_TONEAREST) /* not round-to-nearest */ in fmaf()
De_sqrtl.c138 r = fegetround(); in sqrtl()
Ds_fmal.c193 oround = fegetround(); in fmal()
Ds_fma.c212 oround = fegetround(); in fma()
/bionic/libc/include/
Dfenv.h99 int fegetround(void);
/bionic/tests/headers/posix/
Dfenv_h.c55 FUNCTION(fegetround, int (*f)(void)); in fenv_h()
/bionic/libm/riscv64/
Dfenv.c75 int fegetround(void) { in fegetround() function
/bionic/libm/arm/
Dfenv.c84 int fegetround(void) { in fegetround() function
/bionic/libm/arm64/
Dfenv.c107 int fegetround(void) { in fegetround() function
/bionic/libm/amd64/
Dfenv.c210 fegetround(void) in fegetround() function
/bionic/libm/i387/
Dfenv.c340 fegetround(void) in fegetround() function
/bionic/libm/
Dlibm.map.txt119 fegetround; # introduced-arm=21 introduced-arm64=21 introduced-x86=9 introduced-x86_64=21
/bionic/libc/tools/
Dposix-2013.txt245 fegetround