Searched refs:lround (Results 1 – 4 of 4) sorted by relevance
39 #define fn lround
36 long lroundl(long double a1) { return lround(a1); } in lroundl()
243 long lround(double);
847 TEST(math, lround) { in TEST() argument852 ASSERT_EQ(1234, lround(1234.01)); in TEST()