Home
last modified time | relevance | path

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

/NextBSD/lib/msun/src/
HDs_cprojl.c39 if (!isinf(creall(z)) && !isinf(cimagl(z))) in cprojl()
42 return (CMPLXL(INFINITY, copysignl(0.0, cimagl(z)))); in cprojl()
HDw_cabsl.c19 return hypotl(creall(z), cimagl(z)); in cabsl()
HDs_conjl.c37 return (CMPLXL(creall(z), -cimagl(z))); in conjl()
HDs_cimagl.c33 cimagl(long double complex z) in cimagl() function
HDs_cargl.c37 return (atan2l(cimagl(z), creall(z))); in cargl()
HDs_csqrtl.c57 b = cimagl(z); in csqrtl()
/NextBSD/lib/msun/tests/
HDcsqrt_test.c194 assert(isnan(cimagl(t_csqrt(CMPLXL(INFINITY, NAN))))); in test_nans()
197 assert(isinf(cimagl(t_csqrt(CMPLXL(-INFINITY, NAN))))); in test_nans()
231 assert(cimagl(result) == ldexpl(9 * 0x1p-4, maxexp / 2)); in test_overflow()
HDtest-utils.h156 fpequal(cimagl(d1), cimagl(d2))); in cfpequal()
HDinvctrig_test.c62 creall(_d), cimagl(_d), creall(result), cimagl(result)); \
75 creall(_d), cimagl(_d), creall(result), cimagl(result)); \
HDctrig_test.c62 creall(_d), cimagl(_d), creall(result), cimagl(result)); \
76 creall(_d), cimagl(_d), creall(result), cimagl(result)); \
HDconj_test.c53 static long double (*libcimagl)(long double complex) = cimagl;
/NextBSD/include/
HDcomplex.h89 long double cimagl(long double complex) __pure2;
/NextBSD/lib/msun/ld128/
HDk_expl.h313 y = cimagl(z); in __ldexp_cexpl()
/NextBSD/lib/msun/ld80/
HDk_expl.h290 y = cimagl(z); in __ldexp_cexpl()
/NextBSD/lib/msun/
HDSymbol.map72 cimagl;
HDMakefile161 MLINKS+=cimag.3 cimagf.3 cimag.3 cimagl.3 \
/NextBSD/contrib/llvm/tools/clang/lib/Headers/
HDtgmath.h1278 __tg_cimag(long double _Complex __x) {return cimagl(__x);} in __tg_cimag()
/NextBSD/contrib/gcc/
HDbuiltins.def457 DEF_C99_BUILTIN (BUILT_IN_CIMAGL, "cimagl", BT_FN_LONGDOUBLE_COMPLEX_LONGDOUBLE, ATTR_CONST_…
HDChangeLog-200133037 conj, conjl, crealf, creal, creall, cimagf, cimag and cimagl.
HDChangeLog-200430631 conj, conjf, conjl, creal, crealf, creall, cimag, cimagf and cimagl.
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDBuiltins.def1138 LIBBUILTIN(cimagl, "LdXLd", "fnc", "complex.h", ALL_LANGUAGES)
/NextBSD/contrib/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt1465 fun:cimagl=uninstrumented
/NextBSD/contrib/gcc/doc/
HDextend.texi809 @code{cimagl}, declared in @code{<complex.h>} and also provided as
5432 @findex cimagl
5785 @code{cimagl}, @code{cimag}, @code{clogf}, @code{clogl}, @code{clog},