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

  /external/clang/lib/Headers/
tgmath.h 1258 __tg_cimag(float __x) {return 0;} function
1262 __tg_cimag(double __x) {return 0;} function
1266 __tg_cimag(long double __x) {return 0;} function
1270 __tg_cimag(float _Complex __x) {return cimagf(__x);} function
1274 __tg_cimag(double _Complex __x) {return cimag(__x);} function
1278 __tg_cimag(long double _Complex __x) {return cimagl(__x);} function
1281 #define cimag(__x) __tg_cimag(__tg_promote1((__x))(__x))
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 1258 __tg_cimag(float __x) {return 0;} function
1262 __tg_cimag(double __x) {return 0;} function
1266 __tg_cimag(long double __x) {return 0;} function
1270 __tg_cimag(float _Complex __x) {return cimagf(__x);} function
1274 __tg_cimag(double _Complex __x) {return cimag(__x);} function
1278 __tg_cimag(long double _Complex __x) {return cimagl(__x);} function
1281 #define cimag(__x) __tg_cimag(__tg_promote1((__x))(__x))

Completed in 26 milliseconds