Home
last modified time | relevance | path

Searched refs:cimagl (Results 1 – 23 of 23) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Dcatrigl.c174 y = cimagl(z); in casinhl()
194 copysignl(cimagl(w), y))); in casinhl()
218 w = casinhl(CMPLXL(cimagl(z), creall(z))); in casinl()
219 return (CMPLXL(cimagl(w), creall(w))); in casinl()
231 y = cimagl(z); in cacosl()
249 rx = fabsl(cimagl(w)); in cacosl()
289 ry = cimagl(w); in cacoshl()
296 return (CMPLXL(fabsl(ry), copysignl(rx, cimagl(z)))); in cacoshl()
306 y = cimagl(z); in clog_for_large_values()
367 y = cimagl(z); in catanhl()
[all …]
Ds_cprojl.c41 if (!isinf(creall(z)) && !isinf(cimagl(z))) in cprojl()
44 return (CMPLXL(INFINITY, copysignl(0.0, cimagl(z)))); in cprojl()
Dw_cabsl.c19 return hypotl(creall(z), cimagl(z)); in cabsl()
Ds_cargl.c39 return (atan2l(cimagl(z), creall(z))); in cargl()
Ds_conjl.c39 return (CMPLXL(creall(z), -cimagl(z))); in conjl()
Ds_cimagl.c35 cimagl(long double complex z) in cimagl() function
Ds_cpowl.c60 y = cimagl(z); in cpowl()
Ds_csqrtl.c63 b = cimagl(z); in csqrtl()
Ds_clogl.c71 y = cimagl(z); in clogl()
/bionic/libm/upstream-netbsd/lib/libm/complex/
Dctanl.c46 d = cosl(2.0L * creall(z)) + coshl(2.0L * cimagl(z)); in ctanl()
57 w = sinl(2.0L * creall(z)) / d + (sinhl(2.0L * cimagl(z)) / d) * I; in ctanl()
Dcsinl.c43 _cchshl(cimagl(z), &ch, &sh); in csinl()
Dccosl.c43 _cchshl(cimagl(z), &ch, &sh); in ccosl()
Dcsinhl.c43 y = cimagl(z); in csinhl()
Dccoshl.c43 y = cimagl(z); in ccoshl()
Dcexpl.c43 y = cimagl(z); in cexpl()
Dctanhl.c43 y = cimagl(z); in ctanhl()
Dcephes_subrl.c96 y = fabsl(2.0L * cimagl(z)); in _ctansl()
/bionic/tests/
Dcomplex_test.cpp54 *os << "(" << creall(c) << "," << cimagl(c) << "i)"; in PrintTo()
205 TEST(COMPLEX_TEST, cimagl) { in TEST() argument
206 ASSERT_EQ(0.0, cimagl(0)); in TEST()
373 ASSERT_TRUE(isnan(cimagl(z))); in TEST()
378 ASSERT_TRUE(isnan(cimagl(z))); in TEST()
/bionic/libm/upstream-freebsd/lib/msun/ld128/
Dk_expl.h307 y = cimagl(z); in __ldexp_cexpl()
/bionic/tests/headers/posix/
Dcomplex_h.c100 FUNCTION(cimagl, long double (*f)(long double complex)); in complex_h()
/bionic/libc/include/
Dcomplex.h138 long double cimagl(long double complex __z) __RENAME_LDBL(cimag, 23, 23);
/bionic/libm/
Dlibm.map.txt60 cimagl; # introduced=23
/bionic/libc/tools/
Dposix-2013.txt110 cimagl