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