Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Dcatrigl.c173 x = creall(z); in casinhl()
193 return (CMPLXL(copysignl(creall(w), x), in casinhl()
218 w = casinhl(CMPLXL(cimagl(z), creall(z))); in casinl()
219 return (CMPLXL(cimagl(w), creall(w))); in casinl()
230 x = creall(z); in cacosl()
250 ry = creall(w) + m_ln2; in cacosl()
288 rx = creall(w); in cacoshl()
305 x = creall(z); in clog_for_large_values()
366 x = creall(z); in catanhl()
415 w = catanhl(CMPLXL(cimagl(z), creall(z))); in catanl()
[all …]
Ds_creall.c34 creall(long double complex z) in creall() function
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_cprojl.c41 if (!isinf(creall(z)) && !isinf(cimagl(z))) in cprojl()
Ds_cpowl.c59 x = creall(z); in cpowl()
Ds_csqrtl.c62 a = creall(z); in csqrtl()
Ds_clogl.c70 x = creall(z); in clogl()
/bionic/tests/
Dcomplex_test.cpp54 *os << "(" << creall(c) << "," << cimagl(c) << "i)"; in PrintTo()
265 TEST(COMPLEX_TEST, creall) { in TEST() argument
266 ASSERT_EQ(2.0, creall(2.0L + 3.0LI)); in TEST()
366 ASSERT_TRUE(isnan(creall(z))); in TEST()
372 ASSERT_TRUE(isnan(creall(z))); in TEST()
377 ASSERT_TRUE(isnan(creall(z))); in TEST()
/bionic/libm/upstream-netbsd/lib/libm/complex/
Dcsinl.c44 w = sinl(creall(z)) * ch + (cosl(creall(z)) * sh) * I; in csinl()
Dccosl.c44 w = cosl(creall(z)) * ch - (sinl(creall(z)) * sh) * I; in ccosl()
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()
Dcsinhl.c42 x = creall(z); in csinhl()
Dccoshl.c42 x = creall(z); in ccoshl()
Dcexpl.c42 x = creall(z); in cexpl()
Dctanhl.c42 x = creall(z); in ctanhl()
Dcephes_subrl.c95 x = fabsl(2.0L * creall(z)); in _ctansl()
/bionic/libm/upstream-freebsd/lib/msun/ld128/
Dk_expl.h306 x = creall(z); in __ldexp_cexpl()
/bionic/tests/headers/posix/
Dcomplex_h.c120 FUNCTION(creall, long double (*f)(long double complex)); in complex_h()
/bionic/libc/include/
Dcomplex.h150 long double creall(long double complex __z) __RENAME_LDBL(creal, 23, 23);
/bionic/libm/
Dlibm.map.txt78 creall; # introduced=23
/bionic/libc/tools/
Dposix-2013.txt146 creall