Home
last modified time | relevance | path

Searched refs:fesetround (Results 1 – 25 of 241) sorted by relevance

12345678910

/third_party/boost/boost/detail/
Dfenv.hpp35 extern int fesetround (int) __THROW;
57 using ::fesetround;
84 using ::fesetround;
/third_party/musl/porting/liteos_a/kernel/src/math/
Dfmaf.c81 fesetround(FE_TOWARDZERO); in fmaf()
85 fesetround(FE_TONEAREST); in fmaf()
Dfmal.c238 fesetround(FE_TONEAREST); in fmal()
258 fesetround(oround); in fmal()
275 fesetround(oround); in fmal()
/third_party/musl/src/math/
Dfmaf.c81 fesetround(FE_TOWARDZERO); in fmaf()
85 fesetround(FE_TONEAREST); in fmaf()
Dfmal.c238 fesetround(FE_TONEAREST); in fmal()
258 fesetround(oround); in fmal()
275 fesetround(oround); in fmal()
/third_party/musl/libc-test/src/math/
Dfenv.c127 r = fesetround(tr[i].i); in test_round()
136 r = fesetround(FE_UPWARD); in test_round()
226 fesetround(p->r); in test_round_add()
254 r = fesetround(1234567); in test_bad()
Dilogbf.c23 fesetround(p->r); in main()
Dilogb.c23 fesetround(p->r); in main()
Dllrintl.c29 fesetround(p->r); in main()
Dlrint.c23 fesetround(p->r); in main()
Dllrint.c23 fesetround(p->r); in main()
Dlrintl.c29 fesetround(p->r); in main()
/third_party/musl/src/fenv/
Dfesetround.c8 int fesetround(int r) in fesetround() function
/third_party/optimized-routines/math/test/
Dulp.h106 fesetround (r); in T()
111 fesetround (FE_TONEAREST); in T()
126 fesetround (r); in T()
136 fesetround (FE_TONEAREST); in T()
/third_party/musl/include/
Dfenv.h17 int fesetround(int);
/third_party/musl/porting/uniproton/kernel/include/
Dfenv.h17 int fesetround(int);
/third_party/musl/porting/liteos_m/kernel/include/
Dfenv.h17 int fesetround(int);
/third_party/musl/ndk_musl_include/
Dfenv.h17 int fesetround(int);
/third_party/musl/porting/liteos_a/kernel/include/
Dfenv.h17 int fesetround(int);
/third_party/boost/boost/numeric/interval/detail/
Dc99sub_rounding_control.hpp27 static void set_rounding_mode(rounding_mode mode) { fesetround(mode); } in set_rounding_mode()
Dia64_rounding_control.hpp32 fesetround(mode); } in set_rounding_mode()
/third_party/musl/libc-test/src/api/
Dfenv.c28 {int(*p)(int) = fesetround;} in f()
/third_party/musl/libc-test/src/math/gen/template/
Dd_i.c21 fesetround(p->r); in main()
Df_i.c21 fesetround(p->r); in main()
Dl_i.c25 fesetround(p->r); in main()

12345678910