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

  /bionic/libm/src/
s_cimagl.c 32 cimagl(long double complex z) function
s_conjl.c 34 return creall(z) - I * cimagl(z);
  /frameworks/compile/libbcc/runtime/test/Unit/
divtc3_test.c 33 if (isinf(creall(x)) || isinf(cimagl(x)))
35 if (isnan(creall(x)) && isnan(cimagl(x)))
39 if (cimagl(x) == 0)
43 if (isnan(cimagl(x)))
56 // a, b, c, d, creall(r), cimagl(r));
divxc3_test.c 33 if (isinf(creall(x)) || isinf(cimagl(x)))
35 if (isnan(creall(x)) && isnan(cimagl(x)))
39 if (cimagl(x) == 0)
43 if (isnan(cimagl(x)))
56 // a, b, c, d, creall(r), cimagl(r));
multc3_test.c 33 if (isinf(creall(x)) || isinf(cimagl(x)))
35 if (isnan(creall(x)) && isnan(cimagl(x)))
39 if (cimagl(x) == 0)
43 if (isnan(cimagl(x)))
56 // a, b, c, d, creall(r), cimagl(r));
mulxc3_test.c 33 if (isinf(creall(x)) || isinf(cimagl(x)))
35 if (isnan(creall(x)) && isnan(cimagl(x)))
39 if (cimagl(x) == 0)
43 if (isnan(cimagl(x)))
56 // a, b, c, d, creall(r), cimagl(r));
  /external/clang/lib/Headers/
tgmath.h 1261 __tg_cimag(long double _Complex __x) {return cimagl(__x);}
  /prebuilt/sdk/11/renderscript/clang-include/
tgmath.h 1262 __tg_cimag(long double _Complex __x) {return cimagl(__x);}
  /prebuilt/sdk/12/renderscript/clang-include/
tgmath.h 1262 __tg_cimag(long double _Complex __x) {return cimagl(__x);}
  /prebuilt/sdk/13/renderscript/clang-include/
tgmath.h 1262 __tg_cimag(long double _Complex __x) {return cimagl(__x);}
  /prebuilt/sdk/14/renderscript/clang-include/
tgmath.h 1262 __tg_cimag(long double _Complex __x) {return cimagl(__x);}

Completed in 313 milliseconds