Searched refs:cimagl (Results 1 – 23 of 23) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | catrigl.c | 174 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 …]
|
D | s_cprojl.c | 41 if (!isinf(creall(z)) && !isinf(cimagl(z))) in cprojl() 44 return (CMPLXL(INFINITY, copysignl(0.0, cimagl(z)))); in cprojl()
|
D | w_cabsl.c | 19 return hypotl(creall(z), cimagl(z)); in cabsl()
|
D | s_cargl.c | 39 return (atan2l(cimagl(z), creall(z))); in cargl()
|
D | s_conjl.c | 39 return (CMPLXL(creall(z), -cimagl(z))); in conjl()
|
D | s_cimagl.c | 35 cimagl(long double complex z) in cimagl() function
|
D | s_cpowl.c | 60 y = cimagl(z); in cpowl()
|
D | s_csqrtl.c | 63 b = cimagl(z); in csqrtl()
|
D | s_clogl.c | 71 y = cimagl(z); in clogl()
|
/bionic/libm/upstream-netbsd/lib/libm/complex/ |
D | ctanl.c | 46 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()
|
D | csinl.c | 43 _cchshl(cimagl(z), &ch, &sh); in csinl()
|
D | ccosl.c | 43 _cchshl(cimagl(z), &ch, &sh); in ccosl()
|
D | csinhl.c | 43 y = cimagl(z); in csinhl()
|
D | ccoshl.c | 43 y = cimagl(z); in ccoshl()
|
D | cexpl.c | 43 y = cimagl(z); in cexpl()
|
D | ctanhl.c | 43 y = cimagl(z); in ctanhl()
|
D | cephes_subrl.c | 96 y = fabsl(2.0L * cimagl(z)); in _ctansl()
|
/bionic/tests/ |
D | complex_test.cpp | 54 *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/ |
D | k_expl.h | 307 y = cimagl(z); in __ldexp_cexpl()
|
/bionic/tests/headers/posix/ |
D | complex_h.c | 100 FUNCTION(cimagl, long double (*f)(long double complex)); in complex_h()
|
/bionic/libc/include/ |
D | complex.h | 138 long double cimagl(long double complex __z) __RENAME_LDBL(cimag, 23, 23);
|
/bionic/libm/ |
D | libm.map.txt | 60 cimagl; # introduced=23
|
/bionic/libc/tools/ |
D | posix-2013.txt | 110 cimagl
|