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

  /external/clang/lib/Headers/
tgmath.h 649 __tg_erfc(float __x) {return erfcf(__x);} function
653 __tg_erfc(double __x) {return erfc(__x);} function
657 __tg_erfc(long double __x) {return erfcl(__x);} function
660 #define erfc(__x) __tg_erfc(__tg_promote1((__x))(__x))
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 649 __tg_erfc(float __x) {return erfcf(__x);} function
653 __tg_erfc(double __x) {return erfc(__x);} function
657 __tg_erfc(long double __x) {return erfcl(__x);} function
660 #define erfc(__x) __tg_erfc(__tg_promote1((__x))(__x))

Completed in 27 milliseconds