Home
last modified time | relevance | path

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

/external/clang/lib/Headers/
Dtgmath.h580 __tg_cbrt(float __x) {return cbrtf(__x);} in __tg_cbrt() function
584 __tg_cbrt(double __x) {return cbrt(__x);} in __tg_cbrt() function
588 __tg_cbrt(long double __x) {return cbrtl(__x);} in __tg_cbrt() function
591 #define cbrt(__x) __tg_cbrt(__tg_promote1((__x))(__x))