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