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

  /external/clang/lib/Headers/
tgmath.h 1195 __tg_tgamma(float __x) {return tgammaf(__x);} function
1199 __tg_tgamma(double __x) {return tgamma(__x);} function
1203 __tg_tgamma(long double __x) {return tgammal(__x);} function
1206 #define tgamma(__x) __tg_tgamma(__tg_promote1((__x))(__x))
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 1178 __tg_tgamma(float __x) {return tgammaf(__x);} function
1182 __tg_tgamma(double __x) {return tgamma(__x);} function
1186 __tg_tgamma(long double __x) {return tgammal(__x);} function
1189 #define tgamma(__x) __tg_tgamma(__tg_promote1((__x))(__x))

Completed in 874 milliseconds