Home
last modified time | relevance | path

Searched defs:__tg_cbrt (Results 1 – 1 of 1) sorted by relevance

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