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