Searched refs:lround (Results 1 – 8 of 8) sorted by relevance
41 #define fn lround
37 long lroundl(long double a1) { return lround(a1); } in lroundl()
195 lround;
100 TGMATH(lround); in tgmath_h()
263 FUNCTION(lround, long (*f)(double)); in math_h()
251 long lround(double __x);253 long lroundl(long double __x) __RENAME_LDBL(lround, 3, 3);
535 lround
1088 TEST(MATH_TEST, lround) { in TEST() argument1091 ASSERT_EQ(1234, lround(1234.01)); in TEST()