Home
last modified time | relevance | path

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

/bionic/tests/
Dfenv_test.cpp40 ASSERT_EQ(FE_TONEAREST, fegetround()); in TEST()
46 ASSERT_EQ(FE_TOWARDZERO, fegetround()); in TEST()
52 ASSERT_EQ(FE_UPWARD, fegetround()); in TEST()
58 ASSERT_EQ(FE_DOWNWARD, fegetround()); in TEST()
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dgdtoa_fltrnds.h7 switch(fegetround()) {
Ddtoa.c139 switch(fegetround()) {
Dstrtod.c135 switch(fegetround()) {
/bionic/libm/include/
Dfenv.h45 int fegetround(void);
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_fmaf.c55 fegetround() != FE_TONEAREST) /* not round-to-nearest */ in fmaf()
De_sqrtl.c136 r = fegetround(); in sqrtl()
Ds_fma.c203 oround = fegetround(); in fma()
Ds_fmal.c191 oround = fegetround(); in fmal()
/bionic/libm/arm/
Dfenv.c87 int fegetround(void) { in fegetround() function
/bionic/libm/mips/
Dfenv.c104 int fegetround(void) { in fegetround() function
/bionic/libm/
Dlibm.mips64.map120 fegetround;
Dlibm.arm64.map120 fegetround;
Dlibm.x86.map120 fegetround;
Dlibm.x86_64.map120 fegetround;
Dlibm.mips.map120 fegetround;
Dlibm.map.txt119 fegetround;
Dlibm.arm.map120 fegetround;
/bionic/libm/arm64/
Dfenv.c119 int fegetround(void) { in fegetround() function
/bionic/libm/amd64/
Dfenv.c203 fegetround(void) in fegetround() function
/bionic/libm/i387/
Dfenv.c321 fegetround(void) in fegetround() function
/bionic/libc/tools/
Dposix-2013.txt245 fegetround