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

  /external/clang/lib/Headers/
tgmath.h 212 __tg_atanh(float __x) {return atanhf(__x);} function
216 __tg_atanh(double __x) {return atanh(__x);} function
220 __tg_atanh(long double __x) {return atanhl(__x);} function
224 __tg_atanh(float _Complex __x) {return catanhf(__x);} function
228 __tg_atanh(double _Complex __x) {return catanh(__x);} function
232 __tg_atanh(long double _Complex __x) {return catanhl(__x);} function
235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x))
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 212 __tg_atanh(float __x) {return atanhf(__x);} function
216 __tg_atanh(double __x) {return atanh(__x);} function
220 __tg_atanh(long double __x) {return atanhl(__x);} function
224 __tg_atanh(float _Complex __x) {return catanhf(__x);} function
228 __tg_atanh(double _Complex __x) {return catanh(__x);} function
232 __tg_atanh(long double _Complex __x) {return catanhl(__x);} function
235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x))
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 212 __tg_atanh(float __x) {return atanhf(__x);} function
216 __tg_atanh(double __x) {return atanh(__x);} function
220 __tg_atanh(long double __x) {return atanhl(__x);} function
224 __tg_atanh(float _Complex __x) {return catanhf(__x);} function
228 __tg_atanh(double _Complex __x) {return catanh(__x);} function
232 __tg_atanh(long double _Complex __x) {return catanhl(__x);} function
235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x))
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 212 __tg_atanh(float __x) {return atanhf(__x);} function
216 __tg_atanh(double __x) {return atanh(__x);} function
220 __tg_atanh(long double __x) {return atanhl(__x);} function
224 __tg_atanh(float _Complex __x) {return catanhf(__x);} function
228 __tg_atanh(double _Complex __x) {return catanh(__x);} function
232 __tg_atanh(long double _Complex __x) {return catanhl(__x);} function
235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x))
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 212 __tg_atanh(float __x) {return atanhf(__x);} function
216 __tg_atanh(double __x) {return atanh(__x);} function
220 __tg_atanh(long double __x) {return atanhl(__x);} function
224 __tg_atanh(float _Complex __x) {return catanhf(__x);} function
228 __tg_atanh(double _Complex __x) {return catanh(__x);} function
232 __tg_atanh(long double _Complex __x) {return catanhl(__x);} function
235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x))
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 212 __tg_atanh(float __x) {return atanhf(__x);} function
216 __tg_atanh(double __x) {return atanh(__x);} function
220 __tg_atanh(long double __x) {return atanhl(__x);} function
224 __tg_atanh(float _Complex __x) {return catanhf(__x);} function
228 __tg_atanh(double _Complex __x) {return catanh(__x);} function
232 __tg_atanh(long double _Complex __x) {return catanhl(__x);} function
235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x))
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 212 __tg_atanh(float __x) {return atanhf(__x);} function
216 __tg_atanh(double __x) {return atanh(__x);} function
220 __tg_atanh(long double __x) {return atanhl(__x);} function
224 __tg_atanh(float _Complex __x) {return catanhf(__x);} function
228 __tg_atanh(double _Complex __x) {return catanh(__x);} function
232 __tg_atanh(long double _Complex __x) {return catanhl(__x);} function
235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x))
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 212 __tg_atanh(float __x) {return atanhf(__x);} function
216 __tg_atanh(double __x) {return atanh(__x);} function
220 __tg_atanh(long double __x) {return atanhl(__x);} function
224 __tg_atanh(float _Complex __x) {return catanhf(__x);} function
228 __tg_atanh(double _Complex __x) {return catanh(__x);} function
232 __tg_atanh(long double _Complex __x) {return catanhl(__x);} function
235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x))

Completed in 2988 milliseconds