Searched refs:llroundl (Results 1 – 7 of 7) sorted by relevance
9 #define fn llroundl
35 long long llroundl(long double a1) { return llround(a1); } in llroundl() function
176 llroundl;
241 FUNCTION(llroundl, long long (*f)(long double)); in math_h()
255 long long llroundl(long double __x) __RENAME_LDBL(llround, 3, 3);
509 llroundl
1142 ASSERT_EQ(1234L, llroundl(1234.01L)); in TEST()