Searched refs:llroundl (Results 1 – 12 of 12) sorted by relevance
9 #define fn llroundl
35 long long llroundl(long double a1) { return llround(a1); } in llroundl() function
177 llroundl;
176 llroundl;
285 long long llroundl(long double);
509 llroundl
867 ASSERT_EQ(1234L, llroundl(1234.01L)); in TEST()