Home
last modified time | relevance | path

Searched refs:FE_TONEAREST (Results 226 – 250 of 1000) sorted by relevance

12345678910>>...40

/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc/include/
H A Dfenv.h65 #define FE_TONEAREST 0x0 macro
69 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \
/dports/math/openlibm/openlibm-0.8.0/src/
H A Ds_fmaf.c55 fegetround() != FE_TONEAREST) /* not round-to-nearest */ in fmaf()
65 fesetround(FE_TONEAREST); in fmaf()
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dfloenv.c204 # ifdef FE_TONEAREST
230 #ifdef FE_TONEAREST
231 case FE_TONEAREST: PRIMITIVE_RETURN (ulong_to_integer (FRMODE_NEAREST));
259 #ifdef FE_TONEAREST
260 case FRMODE_NEAREST: mode = FE_TONEAREST; break;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/runtime/
H A Dmain.cpp23 fesetround(FE_TONEAREST); in ConfigureFloatingPoint()
25 std::fesetround(FE_TONEAREST); in ConfigureFloatingPoint()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/runtime/
H A Dmain.cpp23 fesetround(FE_TONEAREST); in ConfigureFloatingPoint()
25 std::fesetround(FE_TONEAREST); in ConfigureFloatingPoint()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/runtime/
H A Dmain.cpp23 fesetround(FE_TONEAREST); in ConfigureFloatingPoint()
25 std::fesetround(FE_TONEAREST); in ConfigureFloatingPoint()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/runtime/
H A Dmain.cpp23 fesetround(FE_TONEAREST); in ConfigureFloatingPoint()
25 std::fesetround(FE_TONEAREST); in ConfigureFloatingPoint()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/runtime/
H A Dmain.cpp23 fesetround(FE_TONEAREST); in ConfigureFloatingPoint()
25 std::fesetround(FE_TONEAREST); in ConfigureFloatingPoint()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/runtime/
H A Dmain.cpp23 fesetround(FE_TONEAREST); in ConfigureFloatingPoint()
25 std::fesetround(FE_TONEAREST); in ConfigureFloatingPoint()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/runtime/
H A Dmain.cpp23 fesetround(FE_TONEAREST); in ConfigureFloatingPoint()
25 std::fesetround(FE_TONEAREST); in ConfigureFloatingPoint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/builtins/arm/
H A Dfp_mode.c26 FE_ROUND_MODE __attribute__((weak)) __arm_fe_default_rmode = FE_TONEAREST;
43 return FE_TONEAREST; in __fe_getround()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/builtins/aarch64/
H A Dfp_mode.c26 FE_ROUND_MODE __attribute__((weak)) __aarch64_fe_default_rmode = FE_TONEAREST;
43 return FE_TONEAREST; in __fe_getround()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/builtins/arm/
H A Dfp_mode.c26 FE_ROUND_MODE __attribute__((weak)) __arm_fe_default_rmode = FE_TONEAREST;
43 return FE_TONEAREST; in __fe_getround()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/builtins/arm/
H A Dfp_mode.c26 FE_ROUND_MODE __attribute__((weak)) __arm_fe_default_rmode = FE_TONEAREST;
43 return FE_TONEAREST; in __fe_getround()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/builtins/aarch64/
H A Dfp_mode.c26 FE_ROUND_MODE __attribute__((weak)) __aarch64_fe_default_rmode = FE_TONEAREST;
43 return FE_TONEAREST; in __fe_getround()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/test/src/fenv/
H A Drounding_mode_test.cpp17 int s = __llvm_libc::fesetround(FE_TONEAREST); in TEST()
20 EXPECT_EQ(rm, FE_TONEAREST); in TEST()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/builtins/aarch64/
H A Dfp_mode.c26 FE_ROUND_MODE __attribute__((weak)) __aarch64_fe_default_rmode = FE_TONEAREST;
43 return FE_TONEAREST; in __fe_getround()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/builtins/arm/
H A Dfp_mode.c26 FE_ROUND_MODE __attribute__((weak)) __arm_fe_default_rmode = FE_TONEAREST;
43 return FE_TONEAREST; in __fe_getround()
/dports/devel/llvm12/llvm-project-12.0.1.src/libc/test/src/fenv/
H A Drounding_mode_test.cpp17 int s = __llvm_libc::fesetround(FE_TONEAREST); in TEST()
20 EXPECT_EQ(rm, FE_TONEAREST); in TEST()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/test/src/fenv/
H A Drounding_mode_test.cpp17 int s = __llvm_libc::fesetround(FE_TONEAREST); in TEST()
20 EXPECT_EQ(rm, FE_TONEAREST); in TEST()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/test/src/fenv/
H A Drounding_mode_test.cpp17 int s = __llvm_libc::fesetround(FE_TONEAREST); in TEST()
20 EXPECT_EQ(rm, FE_TONEAREST); in TEST()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/builtins/arm/
H A Dfp_mode.c26 FE_ROUND_MODE __attribute__((weak)) __arm_fe_default_rmode = FE_TONEAREST;
43 return FE_TONEAREST; in __fe_getround()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/builtins/arm/
H A Dfp_mode.c26 FE_ROUND_MODE __attribute__((weak)) __arm_fe_default_rmode = FE_TONEAREST;
43 return FE_TONEAREST; in __fe_getround()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libc/test/src/fenv/
H A Drounding_mode_test.cpp17 int s = __llvm_libc::fesetround(FE_TONEAREST); in TEST()
20 EXPECT_EQ(rm, FE_TONEAREST); in TEST()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dfp_mode.c26 FE_ROUND_MODE __attribute__((weak)) __aarch64_fe_default_rmode = FE_TONEAREST;
43 return FE_TONEAREST; in __fe_getround()

12345678910>>...40