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

  /external/clang/lib/Headers/
tgmath.h 1345 __tg_creal(float __x) {return __x;} function
1349 __tg_creal(double __x) {return __x;} function
1353 __tg_creal(long double __x) {return __x;} function
1357 __tg_creal(float _Complex __x) {return crealf(__x);} function
1361 __tg_creal(double _Complex __x) {return creal(__x);} function
1365 __tg_creal(long double _Complex __x) {return creall(__x);} function
1368 #define creal(__x) __tg_creal(__tg_promote1((__x))(__x))
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 1345 __tg_creal(float __x) {return __x;} function
1349 __tg_creal(double __x) {return __x;} function
1353 __tg_creal(long double __x) {return __x;} function
1357 __tg_creal(float _Complex __x) {return crealf(__x);} function
1361 __tg_creal(double _Complex __x) {return creal(__x);} function
1365 __tg_creal(long double _Complex __x) {return creall(__x);} function
1368 #define creal(__x) __tg_creal(__tg_promote1((__x))(__x))

Completed in 2002 milliseconds