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

/external/clang/lib/Headers/
H A Dtgmath.h966 __tg_log2(float __x) {return log2f(__x);} function
970 __tg_log2(double __x) {return log2(__x);} function
974 __tg_log2(long double __x) {return log2l(__x);} function
977 #define log2(__x) __tg_log2(__tg_promote1((__x))(__x))
/external/clang/lib/include/
H A Dtgmath.h966 __tg_log2(float __x) {return log2f(__x);} function
970 __tg_log2(double __x) {return log2(__x);} function
974 __tg_log2(long double __x) {return log2l(__x);} function
977 #define log2(__x) __tg_log2(__tg_promote1((__x))(__x))

Completed in 24 milliseconds