Searched defs:roundl (Results 1 – 3 of 3) sorted by relevance
42 roundl(long double x) in roundl() function
39 long double roundl(long double a1) { return round(a1); } in roundl() function
1265 TEST(MATH_TEST, roundl) { in TEST() argument