Home
last modified time | relevance | path

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

12

/third_party/musl/src/fenv/mips64/
H A Dfenv.S34 .global fegetround
35 .type fegetround,@function
36 fegetround: label
/third_party/musl/src/fenv/mips/
H A Dfenv.S34 .global fegetround
35 .type fegetround,@function
36 fegetround: label
/third_party/musl/src/fenv/mipsn32/
H A Dfenv.S33 .global fegetround
34 .type fegetround,@function
35 fegetround: label
/third_party/musl/src/fenv/riscv32/
H A Dfenv.S24 .global fegetround
25 .type fegetround, %function
26 fegetround: label
/third_party/musl/src/fenv/riscv64/
H A Dfenv.S24 .global fegetround
25 .type fegetround, %function
26 fegetround: label
/third_party/musl/src/fenv/aarch64/
H A Dfenv.s1 .global fegetround
2 .type fegetround,%function
3 fegetround: label
/third_party/musl/src/fenv/arm/
H A Dfenv-hf.S6 .global fegetround
7 .type fegetround,%function
8 fegetround: label
/third_party/musl/src/fenv/powerpc/
H A Dfenv.S69 .global fegetround
70 .type fegetround,@function
71 fegetround: label
/third_party/musl/src/fenv/loongarch64/
H A Dfenv.S40 .global fegetround
41 .type fegetround,@function
42 fegetround: label
/third_party/musl/src/fenv/x86_64/
H A Dfenv.s51 .global fegetround
52 .type fegetround,@function
53 fegetround: label
/third_party/musl/src/fenv/x32/
H A Dfenv.s51 .global fegetround
52 .type fegetround,@function
53 fegetround: label
/third_party/musl/src/fenv/sh/
H A Dfenv.S3 .global fegetround
4 .type fegetround, @function
5 fegetround: label
/third_party/musl/src/fenv/i386/
H A Dfenv.s88 .global fegetround
89 .type fegetround,@function
90 fegetround: label
/third_party/musl/src/fenv/
H A D__flt_rounds.c6 switch (fegetround()) { in __flt_rounds()
H A Dfenv.c20 int fegetround(void) in fegetround() function
/third_party/musl/Benchmark/musl/
H A Dlibc_fenv.cpp23 benchmark::DoNotOptimize(fegetround()); in Bm_function_Fegetround()
/third_party/musl/libc-test/src/math/
H A Dfenv.c130 r = fegetround(); in test_round()
132 error("fegetround() = 0x%x, wanted 0x%x (%s)\n", r, tr[i].i, tr[i].name); in test_round()
143 i = fegetround(); in test_round()
147 r = fegetround(); in test_round()
159 r = fegetround(); in test_round()
/third_party/musl/porting/liteos_a/kernel/src/fenv/
H A Dfenv.c20 int fegetround(void) in fegetround() function
/third_party/FreeBSD/contrib/gdtoa/
H A Dgdtoa_fltrnds.h7 switch(fegetround()) {
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfenv.h16 int fegetround(void);
/third_party/musl/porting/uniproton/kernel/include/
H A Dfenv.h16 int fegetround(void);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfenv.h16 int fegetround(void);
/third_party/musl/include/
H A Dfenv.h16 int fegetround(void);
/third_party/musl/libc-test/src/functionalext/supplement/fenv/fenv_gtest/
H A Dfenv_fegetround_test.cpp14 * mode using fegetround, and verifies whether it is correct. Then, it performs some floating-point
21 EXPECT_TRUE(FE_TONEAREST == fegetround()); in HWTEST_F()
/third_party/musl/src/fenv/s390x/
H A Dfenv.c35 int fegetround(void) in fegetround() function

Completed in 4 milliseconds

12