HomeSort by relevance Sort by last modified time
    Searched defs:__tg_log2 (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Headers/
tgmath.h 966 __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))
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 966 __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 22 milliseconds