Searched refs:creall (Results 1 – 23 of 23) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | catrigl.c | 173 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 …]
|
D | s_creall.c | 34 creall(long double complex z) in creall() function
|
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_cprojl.c | 41 if (!isinf(creall(z)) && !isinf(cimagl(z))) in cprojl()
|
D | s_cpowl.c | 59 x = creall(z); in cpowl()
|
D | s_csqrtl.c | 62 a = creall(z); in csqrtl()
|
D | s_clogl.c | 70 x = creall(z); in clogl()
|
/bionic/tests/ |
D | complex_test.cpp | 54 *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/ |
D | csinl.c | 44 w = sinl(creall(z)) * ch + (cosl(creall(z)) * sh) * I; in csinl()
|
D | ccosl.c | 44 w = cosl(creall(z)) * ch - (sinl(creall(z)) * sh) * I; in ccosl()
|
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 | csinhl.c | 42 x = creall(z); in csinhl()
|
D | ccoshl.c | 42 x = creall(z); in ccoshl()
|
D | cexpl.c | 42 x = creall(z); in cexpl()
|
D | ctanhl.c | 42 x = creall(z); in ctanhl()
|
D | cephes_subrl.c | 95 x = fabsl(2.0L * creall(z)); in _ctansl()
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | k_expl.h | 306 x = creall(z); in __ldexp_cexpl()
|
/bionic/tests/headers/posix/ |
D | complex_h.c | 120 FUNCTION(creall, long double (*f)(long double complex)); in complex_h()
|
/bionic/libc/include/ |
D | complex.h | 150 long double creall(long double complex __z) __RENAME_LDBL(creal, 23, 23);
|
/bionic/libm/ |
D | libm.map.txt | 78 creall; # introduced=23
|
/bionic/libc/tools/ |
D | posix-2013.txt | 146 creall
|