Home
last modified time | relevance | path

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

/bionic/tests/
Dfenv_test.cpp43 ASSERT_EQ(FE_TONEAREST, fegetround()); in TEST()
49 ASSERT_EQ(FE_TOWARDZERO, fegetround()); in TEST()
55 ASSERT_EQ(FE_UPWARD, fegetround()); in TEST()
61 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.c57 fegetround() != FE_TONEAREST) /* not round-to-nearest */ in fmaf()
De_sqrtl.c138 r = fegetround(); in sqrtl()
Ds_fma.c205 oround = fegetround(); in fma()
Ds_fmal.c193 oround = fegetround(); in fmal()
/bionic/tests/headers/posix/
Dfenv_h.c55 FUNCTION(fegetround, int (*f)(void)); in fenv_h()
/bionic/libc/include/
Dfenv.h52 int fegetround(void) __INTRODUCED_IN_ARM(21) __INTRODUCED_IN_X86(9);
/bionic/libc/include/bits/
Dfenv_inlines_arm.h94 __BIONIC_FENV_INLINE int fegetround(void) { in fegetround() function
/bionic/libm/arm64/
Dfenv.c116 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