Searched refs:fesetround (Results 1 – 25 of 241) sorted by relevance
12345678910
35 extern int fesetround (int) __THROW;57 using ::fesetround;84 using ::fesetround;
81 fesetround(FE_TOWARDZERO); in fmaf()85 fesetround(FE_TONEAREST); in fmaf()
238 fesetround(FE_TONEAREST); in fmal()258 fesetround(oround); in fmal()275 fesetround(oround); in fmal()
127 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()
23 fesetround(p->r); in main()
29 fesetround(p->r); in main()
8 int fesetround(int r) in fesetround() function
106 fesetround (r); in T()111 fesetround (FE_TONEAREST); in T()126 fesetround (r); in T()136 fesetround (FE_TONEAREST); in T()
17 int fesetround(int);
27 static void set_rounding_mode(rounding_mode mode) { fesetround(mode); } in set_rounding_mode()
32 fesetround(mode); } in set_rounding_mode()
28 {int(*p)(int) = fesetround;} in f()
21 fesetround(p->r); in main()
25 fesetround(p->r); in main()