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

  /external/clang/lib/Headers/
tgmath.h 96 __tg_asin(float __x) {return asinf(__x);} function
100 __tg_asin(double __x) {return asin(__x);} function
104 __tg_asin(long double __x) {return asinl(__x);} function
108 __tg_asin(float _Complex __x) {return casinf(__x);} function
112 __tg_asin(double _Complex __x) {return casin(__x);} function
116 __tg_asin(long double _Complex __x) {return casinl(__x);} function
119 #define asin(__x) __tg_asin(__tg_promote1((__x))(__x))
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 96 __tg_asin(float __x) {return asinf(__x);} function
100 __tg_asin(double __x) {return asin(__x);} function
104 __tg_asin(long double __x) {return asinl(__x);} function
108 __tg_asin(float _Complex __x) {return casinf(__x);} function
112 __tg_asin(double _Complex __x) {return casin(__x);} function
116 __tg_asin(long double _Complex __x) {return casinl(__x);} function
119 #define asin(__x) __tg_asin(__tg_promote1((__x))(__x))

Completed in 60 milliseconds