Home
last modified time | relevance | path

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

/freebsd/lib/msun/src/
H A Dcatrigl.c171 y = cimagl(z); in casinhl()
191 copysignl(cimagl(w), y))); in casinhl()
215 w = casinhl(CMPLXL(cimagl(z), creall(z))); in casinl()
216 return (CMPLXL(cimagl(w), creall(w))); in casinl()
228 y = cimagl(z); in cacosl()
246 rx = fabsl(cimagl(w)); in cacosl()
286 ry = cimagl(w); in cacoshl()
293 return (CMPLXL(fabsl(ry), copysignl(rx, cimagl(z)))); in cacoshl()
303 y = cimagl(z); in clog_for_large_values()
364 y = cimagl(z); in catanhl()
[all …]
H A Ds_cprojl.c38 if (!isinf(creall(z)) && !isinf(cimagl(z))) in cprojl()
41 return (CMPLXL(INFINITY, copysignl(0.0, cimagl(z)))); in cprojl()
H A Ds_cargl.c36 return (atan2l(cimagl(z), creall(z))); in cargl()
H A Dw_cabsl.c16 return hypotl(creall(z), cimagl(z)); in cabsl()
H A Ds_cimagl.c33 cimagl(long double complex z) in cimagl() function
H A Ds_conjl.c37 return (CMPLXL(creall(z), -cimagl(z))); in conjl()
H A Ds_cpowl.c57 y = cimagl(z); in cpowl()
H A Ds_csqrtl.c60 b = cimagl(z); in csqrtl()
H A Ds_clogl.c68 y = cimagl(z); in clogl()
/freebsd/lib/msun/tests/
H A Dtest-utils.h170 fpequal_cs(cimagl(d1), cimagl(d2), true)); in cfpequal()
180 #x, creall(_x), cimagl(_x), #y, creall(_y), cimagl(_y)); \
189 #x, creall(_x), cimagl(_x), #y, creall(_y), cimagl(_y)); \
H A Dcsqrt_test.c185 ATF_CHECK(isnan(cimagl(t_csqrt(CMPLXL(INFINITY, NAN))))); in test_nans()
188 ATF_CHECK(isinf(cimagl(t_csqrt(CMPLXL(-INFINITY, NAN))))); in test_nans()
228 ATF_CHECK_EQ(cimagl(result), ldexpl(9 * 0x1p-4, exp / 2)); in test_overflow()
235 ATF_CHECK_EQ(cimagl(result), ldexpl(6 * 0x1p-3, exp / 2)); in test_overflow()
242 ATF_CHECK_EQ(cimagl(result), 0); in test_overflow()
293 CHECK_FPEQUAL(x, cimagl(result)); in test_precision()
H A Dinvctrig_test.c59 creall(_d), cimagl(_d), creall(result), cimagl(result)); \
72 creall(z), cimagl(z), creall(result), cimagl(result)); \
H A Dctrig_test.c60 creall(_d), cimagl(_d), creall(result), cimagl(result)); \
76 creall(z), cimagl(z), creall(result), cimagl(result)); \
H A Dconj_test.c50 static long double (*libcimagl)(long double complex) = cimagl;
/freebsd/lib/msun/ld128/
H A Ds_cexpl.c49 y = cimagl(z); in cexpl()
H A Dk_expl.h305 y = cimagl(z); in __ldexp_cexpl()
/freebsd/lib/msun/ld80/
H A Ds_cexpl.c52 y = cimagl(z); in cexpl()
H A Dk_expl.h282 y = cimagl(z); in __ldexp_cexpl()
/freebsd/include/
H A Dcomplex.h103 long double cimagl(long double complex) __pure2;
/freebsd/lib/msun/
H A DSymbol.map71 cimagl;
H A DMakefile205 MLINKS+=cimag.3 cimagf.3 cimag.3 cimagl.3 \
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h1271 __tg_cimag(long double _Complex __x) {return cimagl(__x);} in __tg_cimag()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc363 SYMBOL(cimagl, None, <complex.h>)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1470 fun:cimagl=uninstrumented