Searched defs:round (Results 1 – 8 of 8) sorted by relevance
38 round(double x) in round() function
81 int fesetround(int round) { in fesetround()
184 for (int round = 0; round < 2; ++round) { in TEST() local210 for (int round = 0; round < 32; ++round) { in TEST() local
1235 TEST(math_h, round) { in TEST() argument
113 int fesetround(int round) { in fesetround()
231 fesetround(int round) in fesetround()
92 double round(double x) { return __builtin_round(x); } in round() function
355 fesetround(int round) in fesetround()