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

  /external/clang/lib/Headers/
tgmath.h 183 __tg_asinh(float __x) {return asinhf(__x);} function
187 __tg_asinh(double __x) {return asinh(__x);} function
191 __tg_asinh(long double __x) {return asinhl(__x);} function
195 __tg_asinh(float _Complex __x) {return casinhf(__x);} function
199 __tg_asinh(double _Complex __x) {return casinh(__x);} function
203 __tg_asinh(long double _Complex __x) {return casinhl(__x);} function
206 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x))
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 183 __tg_asinh(float __x) {return asinhf(__x);} function
187 __tg_asinh(double __x) {return asinh(__x);} function
191 __tg_asinh(long double __x) {return asinhl(__x);} function
195 __tg_asinh(float _Complex __x) {return casinhf(__x);} function
199 __tg_asinh(double _Complex __x) {return casinh(__x);} function
203 __tg_asinh(long double _Complex __x) {return casinhl(__x);} function
206 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x))

Completed in 522 milliseconds