Home
last modified time | relevance | path

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

12

/third_party/boost/boost/detail/
Dfenv.hpp34 extern int fegetround (void) __THROW;
56 using ::fegetround;
83 using ::fegetround;
/third_party/musl/src/fenv/mipsn32/
Dfenv.S33 .global fegetround symbol
34 .type fegetround,@function
35 fegetround: label
/third_party/musl/src/fenv/riscv64/
Dfenv.S24 .global fegetround symbol
25 .type fegetround, %function
26 fegetround: label
/third_party/musl/src/fenv/mips/
Dfenv.S34 .global fegetround symbol
35 .type fegetround,@function
36 fegetround: label
/third_party/musl/src/fenv/mips64/
Dfenv.S34 .global fegetround symbol
35 .type fegetround,@function
36 fegetround: label
/third_party/musl/src/fenv/powerpc/
Dfenv.S69 .global fegetround symbol
70 .type fegetround,@function
71 fegetround: label
/third_party/musl/src/fenv/arm/
Dfenv-hf.S6 .global fegetround symbol
7 .type fegetround,%function
8 fegetround: label
/third_party/musl/src/fenv/aarch64/
Dfenv.s1 .global fegetround symbol
2 .type fegetround,%function
3 fegetround: label
/third_party/musl/src/fenv/sh/
Dfenv.S3 .global fegetround symbol
4 .type fegetround, @function
5 fegetround: label
/third_party/musl/src/fenv/x86_64/
Dfenv.s51 .global fegetround symbol
52 .type fegetround,@function
53 fegetround: label
/third_party/musl/src/fenv/x32/
Dfenv.s51 .global fegetround symbol
52 .type fegetround,@function
53 fegetround: label
/third_party/musl/libc-test/src/math/
Dfenv.c130 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/
Dfenv.s88 .global fegetround symbol
89 .type fegetround,@function
90 fegetround: label
/third_party/musl/src/fenv/
D__flt_rounds.c6 switch (fegetround()) { in __flt_rounds()
Dfenv.c20 int fegetround(void) in fegetround() function
/third_party/musl/porting/liteos_a/kernel/src/fenv/
Dfenv.c20 int fegetround(void) in fegetround() function
/third_party/musl/include/
Dfenv.h16 int fegetround(void);
/third_party/musl/porting/liteos_m/kernel/include/
Dfenv.h16 int fegetround(void);
/third_party/musl/ndk_musl_include/
Dfenv.h16 int fegetround(void);
/third_party/musl/porting/liteos_a/kernel/include/
Dfenv.h16 int fegetround(void);
/third_party/musl/porting/uniproton/kernel/include/
Dfenv.h16 int fegetround(void);
/third_party/boost/boost/numeric/interval/detail/
Dc99sub_rounding_control.hpp28 static void get_rounding_mode(rounding_mode &mode) { mode = fegetround(); } in get_rounding_mode()
/third_party/musl/src/fenv/s390x/
Dfenv.c35 int fegetround(void) in fegetround() function
/third_party/musl/libc-test/src/api/
Dfenv.c23 {int(*p)(void) = fegetround;} in f()
/third_party/musl/src/fenv/powerpc64/
Dfenv.c48 int fegetround(void) in fegetround() function

12