Searched refs:llroundf (Results 1 – 7 of 7) sorted by relevance
9 #define fn llroundf
79 long long llroundf(float x) { return __builtin_llroundf(x); } in llroundf() function
175 llroundf;
240 FUNCTION(llroundf, long long (*f)(float)); in math_h()
254 long long llroundf(float __x);
507 llroundf
1141 ASSERT_EQ(1234L, llroundf(1234.01f)); in TEST()