Home
last modified time | relevance | path

Searched refs:FE_UPWARD (Results 1 – 25 of 35) sorted by relevance

12

/third_party/musl/src/fenv/
D__flt_rounds.c11 #ifdef FE_UPWARD in __flt_rounds()
12 case FE_UPWARD: return 2; in __flt_rounds()
Dfesetround.c14 #ifdef FE_UPWARD in fesetround()
15 && r != FE_UPWARD in fesetround()
/third_party/musl/libc-test/src/math/
Dfenv.c98 #ifdef FE_UPWARD
99 F(FE_UPWARD),
135 #ifdef FE_UPWARD in test_round()
136 r = fesetround(FE_UPWARD); in test_round()
162 #ifdef FE_UPWARD in test_round()
/third_party/musl/src/fenv/m68k/
Dfenv.c51 return getcr() & FE_UPWARD; in fegetround()
56 setcr((getcr() & ~FE_UPWARD) | r); in __fesetround()
/third_party/vk-gl-cts/framework/delibs/debase/
DdeMath.c57 case FE_UPWARD: return DE_ROUNDINGMODE_TO_POSITIVE_INF; in deGetRoundingMode()
93 case DE_ROUNDINGMODE_TO_POSITIVE_INF: flag = FE_UPWARD; break; in deSetRoundingMode()
/third_party/musl/arch/s390x/bits/
Dfenv.h3 #define FE_UPWARD 2 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dfenv.h9 #define FE_UPWARD 0x400000 macro
/third_party/musl/arch/riscv64/bits/
Dfenv.h11 #define FE_UPWARD 3 macro
/third_party/musl/arch/aarch64/bits/
Dfenv.h9 #define FE_UPWARD 0x400000 macro
/third_party/musl/arch/mipsn32/bits/
Dfenv.h15 #define FE_UPWARD 2 macro
/third_party/musl/arch/mips/bits/
Dfenv.h15 #define FE_UPWARD 2 macro
/third_party/musl/arch/arm/bits/
Dfenv.h13 #define FE_UPWARD 0x400000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dfenv.h13 #define FE_UPWARD 0x400000 macro
/third_party/musl/porting/linux/user/arch/arm/bits/
Dfenv.h15 #define FE_UPWARD 0x400000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dfenv.h13 #define FE_UPWARD 0x400000 macro
/third_party/musl/arch/mips64/bits/
Dfenv.h15 #define FE_UPWARD 2 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dfenv.h13 #define FE_UPWARD 0x400000 macro
/third_party/musl/arch/m68k/bits/
Dfenv.h14 #define FE_UPWARD 48 macro
/third_party/musl/arch/powerpc64/bits/
Dfenv.h3 #define FE_UPWARD 2 macro
/third_party/musl/arch/powerpc/bits/
Dfenv.h7 #define FE_UPWARD 2 macro
/third_party/musl/arch/i386/bits/
Dfenv.h12 #define FE_UPWARD 0x800 macro
/third_party/musl/arch/x32/bits/
Dfenv.h12 #define FE_UPWARD 0x800 macro
/third_party/musl/arch/x86_64/bits/
Dfenv.h12 #define FE_UPWARD 0x800 macro
/third_party/musl/libc-test/src/common/
Dmtest.h24 #ifdef FE_UPWARD
25 #define RU FE_UPWARD
/third_party/boost/boost/numeric/interval/detail/
Dc99sub_rounding_control.hpp30 static void upward() { set_rounding_mode(FE_UPWARD); } in upward()

12