/third_party/musl/src/fenv/mips64/ |
H A D | fenv.S | 34 .global fegetround 35 .type fegetround,@function 36 fegetround: label
|
/third_party/musl/src/fenv/mips/ |
H A D | fenv.S | 34 .global fegetround 35 .type fegetround,@function 36 fegetround: label
|
/third_party/musl/src/fenv/mipsn32/ |
H A D | fenv.S | 33 .global fegetround 34 .type fegetround,@function 35 fegetround: label
|
/third_party/musl/src/fenv/riscv32/ |
H A D | fenv.S | 24 .global fegetround 25 .type fegetround, %function 26 fegetround: label
|
/third_party/musl/src/fenv/riscv64/ |
H A D | fenv.S | 24 .global fegetround 25 .type fegetround, %function 26 fegetround: label
|
/third_party/musl/src/fenv/aarch64/ |
H A D | fenv.s | 1 .global fegetround 2 .type fegetround,%function 3 fegetround: label
|
/third_party/musl/src/fenv/arm/ |
H A D | fenv-hf.S | 6 .global fegetround 7 .type fegetround,%function 8 fegetround: label
|
/third_party/musl/src/fenv/powerpc/ |
H A D | fenv.S | 69 .global fegetround 70 .type fegetround,@function 71 fegetround: label
|
/third_party/musl/src/fenv/loongarch64/ |
H A D | fenv.S | 40 .global fegetround 41 .type fegetround,@function 42 fegetround: label
|
/third_party/musl/src/fenv/x86_64/ |
H A D | fenv.s | 51 .global fegetround 52 .type fegetround,@function 53 fegetround: label
|
/third_party/musl/src/fenv/x32/ |
H A D | fenv.s | 51 .global fegetround 52 .type fegetround,@function 53 fegetround: label
|
/third_party/musl/src/fenv/sh/ |
H A D | fenv.S | 3 .global fegetround 4 .type fegetround, @function 5 fegetround: label
|
/third_party/musl/src/fenv/i386/ |
H A D | fenv.s | 88 .global fegetround 89 .type fegetround,@function 90 fegetround: label
|
/third_party/musl/src/fenv/ |
H A D | __flt_rounds.c | 6 switch (fegetround()) { in __flt_rounds()
|
H A D | fenv.c | 20 int fegetround(void) in fegetround() function
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_fenv.cpp | 23 benchmark::DoNotOptimize(fegetround()); in Bm_function_Fegetround()
|
/third_party/musl/libc-test/src/math/ |
H A D | fenv.c | 130 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 D | fenv.c | 20 int fegetround(void) in fegetround() function
|
/third_party/FreeBSD/contrib/gdtoa/ |
H A D | gdtoa_fltrnds.h | 7 switch(fegetround()) {
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | fenv.h | 16 int fegetround(void);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | fenv.h | 16 int fegetround(void);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | fenv.h | 16 int fegetround(void);
|
/third_party/musl/include/ |
H A D | fenv.h | 16 int fegetround(void);
|
/third_party/musl/libc-test/src/functionalext/supplement/fenv/fenv_gtest/ |
H A D | fenv_fegetround_test.cpp | 14 * 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 D | fenv.c | 35 int fegetround(void) in fegetround() function
|