Searched refs:lroundl (Results 1 – 7 of 7) sorted by relevance
9 #define fn lroundl
36 long lroundl(long double a1) { return lround(a1); } in lroundl() function
197 lroundl;
265 FUNCTION(lroundl, long (*f)(long double)); in math_h()
251 long lroundl(long double __x) __RENAME_LDBL(lround, 3, 3);
536 lroundl
1134 ASSERT_EQ(1234, lroundl(1234.01L)); in TEST()