Searched defs:cbrtl (Results 1 – 3 of 3) sorted by relevance
35 cbrtl(long double x) in cbrtl() function
39 long double cbrtl(long double a1) { return cbrt(a1); } in cbrtl() function
432 TEST(math, cbrtl) { in TEST() argument