Searched refs:__tg_cbrt (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h573 __tg_cbrt(float __x) {return cbrtf(__x);} function
577 __tg_cbrt(double __x) {return cbrt(__x);} function
581 __tg_cbrt(long double __x) {return cbrtl(__x);} function
584 #define cbrt(__x) __tg_cbrt(__tg_promote1((__x))(__x))

Completed in 107 milliseconds