Searched refs:lroundf (Results 1 – 7 of 7) sorted by relevance
9 #define fn lroundf
77 long lroundf(float x) { return __builtin_lroundf(x); } in lroundf() function
196 lroundf;
264 FUNCTION(lroundf, long (*f)(float)); in math_h()
250 long lroundf(float __x);
534 lroundf
1133 ASSERT_EQ(1234, lroundf(1234.01f)); in TEST()