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

  /external/clang/lib/Headers/
tgmath.h 932 __tg_log10(float __x) {return log10f(__x);} function
936 __tg_log10(double __x) {return log10(__x);} function
940 __tg_log10(long double __x) {return log10l(__x);} function
943 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x))
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 932 __tg_log10(float __x) {return log10f(__x);} function
936 __tg_log10(double __x) {return log10(__x);} function
940 __tg_log10(long double __x) {return log10l(__x);} function
943 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x))

Completed in 19 milliseconds