Searched refs:fegetround (Results 1 - 14 of 14) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dgdtoa_fltrnds.h7 switch(fegetround()) {
H A Ddtoa.c139 switch(fegetround()) {
H A Dstrtod.c135 switch(fegetround()) {
/bionic/tests/
H A Dfenv_test.cpp40 ASSERT_EQ(FE_TONEAREST, fegetround());
46 ASSERT_EQ(FE_TOWARDZERO, fegetround());
52 ASSERT_EQ(FE_UPWARD, fegetround());
58 ASSERT_EQ(FE_DOWNWARD, fegetround());
/bionic/libm/include/
H A Dfenv.h45 int fegetround(void);
/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_fmaf.c55 fegetround() != FE_TONEAREST) /* not round-to-nearest */
H A De_sqrtl.c136 r = fegetround();
H A Ds_fmal.c191 oround = fegetround();
H A Ds_fma.c203 oround = fegetround();
/bionic/libm/arm/
H A Dfenv.c87 int fegetround(void) { function
/bionic/libm/mips/
H A Dfenv.c104 int fegetround(void) { function
/bionic/libm/amd64/
H A Dfenv.c200 * The fegetround() function gets the current rounding direction.
203 fegetround(void) function
/bionic/libm/arm64/
H A Dfenv.c119 int fegetround(void) { function
/bionic/libm/i387/
H A Dfenv.c321 fegetround(void) function

Completed in 1701 milliseconds