Searched refs:llround (Results 1 – 8 of 8) sorted by relevance
9 #define fn llround
36 long long llroundl(long double a1) { return llround(a1); } in llroundl()
174 llround;
255 long long llround(double __x);257 long long llroundl(long double __x) __RENAME_LDBL(llround, 3, 3);
94 TGMATH(llround); in tgmath_h()
239 FUNCTION(llround, long long (*f)(double)); in math_h()
508 llround
1096 TEST(MATH_TEST, llround) { in TEST() argument1099 ASSERT_EQ(1234L, llround(1234.01)); in TEST()