Searched refs:lround (Results 1 – 9 of 9) sorted by relevance
41 #define fn lround
36 long lroundl(long double a1) { return lround(a1); } in lroundl()
76 long lround(double x) { return __builtin_lround(x); } in lround() function
195 lround;
100 TGMATH(lround); in tgmath_h()
263 FUNCTION(lround, long (*f)(double)); in math_h()
248 long lround(double __x);
535 lround
1123 TEST(math_h, lround) { in TEST() argument1126 ASSERT_EQ(1234, lround(1234.01)); in TEST()