Searched refs:llround (Results 1 – 9 of 9) sorted by relevance
9 #define fn llround
35 long long llroundl(long double a1) { return llround(a1); } in llroundl()
78 long long llround(double x) { return __builtin_llround(x); } in llround() function
174 llround;
94 TGMATH(llround); in tgmath_h()
239 FUNCTION(llround, long long (*f)(double)); in math_h()
252 long long llround(double __x);
508 llround
1131 TEST(math_h, llround) { in TEST() argument1134 ASSERT_EQ(1234L, llround(1234.01)); in TEST()