/third_party/boost/boost/detail/ |
D | fenv.hpp | 34 extern int fegetround (void) __THROW; 56 using ::fegetround; 83 using ::fegetround;
|
/third_party/musl/src/fenv/mipsn32/ |
D | fenv.S | 33 .global fegetround symbol 34 .type fegetround,@function 35 fegetround: label
|
/third_party/musl/src/fenv/riscv64/ |
D | fenv.S | 24 .global fegetround symbol 25 .type fegetround, %function 26 fegetround: label
|
/third_party/musl/src/fenv/mips/ |
D | fenv.S | 34 .global fegetround symbol 35 .type fegetround,@function 36 fegetround: label
|
/third_party/musl/src/fenv/mips64/ |
D | fenv.S | 34 .global fegetround symbol 35 .type fegetround,@function 36 fegetround: label
|
/third_party/musl/src/fenv/powerpc/ |
D | fenv.S | 69 .global fegetround symbol 70 .type fegetround,@function 71 fegetround: label
|
/third_party/musl/src/fenv/arm/ |
D | fenv-hf.S | 6 .global fegetround symbol 7 .type fegetround,%function 8 fegetround: label
|
/third_party/musl/src/fenv/aarch64/ |
D | fenv.s | 1 .global fegetround symbol 2 .type fegetround,%function 3 fegetround: label
|
/third_party/musl/src/fenv/sh/ |
D | fenv.S | 3 .global fegetround symbol 4 .type fegetround, @function 5 fegetround: label
|
/third_party/musl/src/fenv/x86_64/ |
D | fenv.s | 51 .global fegetround symbol 52 .type fegetround,@function 53 fegetround: label
|
/third_party/musl/src/fenv/x32/ |
D | fenv.s | 51 .global fegetround symbol 52 .type fegetround,@function 53 fegetround: label
|
/third_party/musl/libc-test/src/math/ |
D | fenv.c | 130 r = fegetround(); in test_round() 143 i = fegetround(); in test_round() 147 r = fegetround(); in test_round() 159 r = fegetround(); in test_round()
|
/third_party/musl/src/fenv/i386/ |
D | fenv.s | 88 .global fegetround symbol 89 .type fegetround,@function 90 fegetround: label
|
/third_party/musl/src/fenv/ |
D | __flt_rounds.c | 6 switch (fegetround()) { in __flt_rounds()
|
D | fenv.c | 20 int fegetround(void) in fegetround() function
|
/third_party/musl/porting/liteos_a/kernel/src/fenv/ |
D | fenv.c | 20 int fegetround(void) in fegetround() function
|
/third_party/musl/include/ |
D | fenv.h | 16 int fegetround(void);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fenv.h | 16 int fegetround(void);
|
/third_party/musl/ndk_musl_include/ |
D | fenv.h | 16 int fegetround(void);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fenv.h | 16 int fegetround(void);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fenv.h | 16 int fegetround(void);
|
/third_party/boost/boost/numeric/interval/detail/ |
D | c99sub_rounding_control.hpp | 28 static void get_rounding_mode(rounding_mode &mode) { mode = fegetround(); } in get_rounding_mode()
|
/third_party/musl/src/fenv/s390x/ |
D | fenv.c | 35 int fegetround(void) in fegetround() function
|
/third_party/musl/libc-test/src/api/ |
D | fenv.c | 23 {int(*p)(void) = fegetround;} in f()
|
/third_party/musl/src/fenv/powerpc64/ |
D | fenv.c | 48 int fegetround(void) in fegetround() function
|