/freebsd/lib/msun/src/ |
H A D | catrigl.c | 171 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 D | s_cprojl.c | 38 if (!isinf(creall(z)) && !isinf(cimagl(z))) in cprojl() 41 return (CMPLXL(INFINITY, copysignl(0.0, cimagl(z)))); in cprojl()
|
H A D | s_cargl.c | 36 return (atan2l(cimagl(z), creall(z))); in cargl()
|
H A D | w_cabsl.c | 16 return hypotl(creall(z), cimagl(z)); in cabsl()
|
H A D | s_cimagl.c | 33 cimagl(long double complex z) in cimagl() function
|
H A D | s_conjl.c | 37 return (CMPLXL(creall(z), -cimagl(z))); in conjl()
|
H A D | s_cpowl.c | 57 y = cimagl(z); in cpowl()
|
H A D | s_csqrtl.c | 60 b = cimagl(z); in csqrtl()
|
H A D | s_clogl.c | 68 y = cimagl(z); in clogl()
|
/freebsd/lib/msun/tests/ |
H A D | test-utils.h | 170 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 D | csqrt_test.c | 185 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 D | invctrig_test.c | 59 creall(_d), cimagl(_d), creall(result), cimagl(result)); \ 72 creall(z), cimagl(z), creall(result), cimagl(result)); \
|
H A D | ctrig_test.c | 60 creall(_d), cimagl(_d), creall(result), cimagl(result)); \ 76 creall(z), cimagl(z), creall(result), cimagl(result)); \
|
H A D | conj_test.c | 50 static long double (*libcimagl)(long double complex) = cimagl;
|
/freebsd/lib/msun/ld128/ |
H A D | s_cexpl.c | 49 y = cimagl(z); in cexpl()
|
H A D | k_expl.h | 305 y = cimagl(z); in __ldexp_cexpl()
|
/freebsd/lib/msun/ld80/ |
H A D | s_cexpl.c | 52 y = cimagl(z); in cexpl()
|
H A D | k_expl.h | 282 y = cimagl(z); in __ldexp_cexpl()
|
/freebsd/include/ |
H A D | complex.h | 103 long double cimagl(long double complex) __pure2;
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 71 cimagl;
|
H A D | Makefile | 205 MLINKS+=cimag.3 cimagf.3 cimag.3 cimagl.3 \
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | tgmath.h | 1271 __tg_cimag(long double _Complex __x) {return cimagl(__x);} in __tg_cimag()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 363 SYMBOL(cimagl, None, <complex.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1470 fun:cimagl=uninstrumented
|