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
1259 TEST(math_h, roundl) { in TEST() argument