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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cimagf.c 33 cimagf(float complex z) function
s_conjf.c 37 return (cpackf(crealf(z), -cimagf(z)));
s_cprojf.c 39 if (!isinf(crealf(z)) && !isinf(cimagf(z)))
42 return (cpackf(INFINITY, copysignf(0.0, cimagf(z))));
s_cargf.c 37 return (atan2f(cimagf(z), crealf(z)));
w_cabsf.c 22 return hypotf(crealf(z), cimagf(z));
s_ctanhf.c 47 y = cimagf(z);
81 z = ctanhf(cpackf(-cimagf(z), crealf(z)));
82 return (cpackf(cimagf(z), -crealf(z)));
s_csinhf.c 48 y = cimagf(z);
70 return (cpackf(crealf(z) * copysignf(1, x), cimagf(z)));
103 z = csinhf(cpackf(-cimagf(z), crealf(z)));
104 return (cpackf(cimagf(z), -crealf(z)));
s_ccoshf.c 48 y = cimagf(z);
70 return (cpackf(crealf(z), cimagf(z) * copysignf(1, x)));
103 return (ccoshf(cpackf(-cimagf(z), crealf(z))));
s_csqrtf.c 47 float a = crealf(z), b = cimagf(z);
k_expf.c 76 y = cimagf(z);
s_cexpf.c 46 y = cimagf(z);
  /external/clang/test/CodeGen/
libcalls-complex.c 8 extern float cimagf(float _Complex);
43 return cimagf(z);
44 // CHECK-NO-NOT: call float @cimagf
45 // CHECK-YES: call float @cimagf
complex-builtints.c 15 extern float cimagf (float _Complex);
libcall-declarations.c 215 float cimagf(float _Complex);
305 F(cimagf), F(cimagl), F(conj), F(conjf), F(conjl),
503 // CHECK-NOERRNO: declare float @cimagf(<2 x float>) [[NUW]]
592 // CHECK-ERRNO: declare float @cimagf(<2 x float>) [[NUW]]
  /bionic/libm/include/
complex.h 64 float cimagf(float complex) __pure2;
  /development/ndk/platforms/android-L/include/
complex.h 64 float cimagf(float complex) __pure2;
  /external/compiler-rt/test/builtins/Unit/
divsc3_test.c 30 if (isinf(crealf(x)) || isinf(cimagf(x)))
32 if (isnan(crealf(x)) && isnan(cimagf(x)))
36 if (cimagf(x) == 0)
40 if (isnan(cimagf(x)))
53 // a, b, c, d, crealf(r), cimagf(r));
mulsc3_test.c 30 if (isinf(crealf(x)) || isinf(cimagf(x)))
32 if (isnan(crealf(x)) && isnan(cimagf(x)))
36 if (cimagf(x) == 0)
40 if (isnan(cimagf(x)))
53 // a, b, c, d, crealf(r), cimagf(r));
  /external/ltrace/etc/
libm.so.conf 121 float cimagf(float_complex);
  /external/clang/lib/Headers/
tgmath.h 1270 __tg_cimag(float _Complex __x) {return cimagf(__x);}

Completed in 690 milliseconds