Searched refs:lroundl (Results 1 – 4 of 4) sorted by relevance
9 #define fn lroundl
36 long lroundl(long double a1) { return lround(a1); } in lroundl() function
440 long lroundl(long double);
838 ASSERT_EQ(1234, lroundl(1234.01L)); in TEST()