Home
last modified time | relevance | path

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

/freebsd-9-stable/tools/regression/lib/msun/
Dtest-csqrt.c97 if (isnan(cimagl(d1))) { in assert_equal()
98 assert(isnan(cimagl(d2))); in assert_equal()
100 assert(cimagl(d1) == cimagl(d2)); in assert_equal()
101 assert(copysignl(1.0, cimagl(d1)) == in assert_equal()
102 copysignl(1.0, cimagl(d2))); in assert_equal()
222 assert(isnan(cimagl(t_csqrt(cpackl(INFINITY, NAN))))); in test_nans()
225 assert(isinf(cimagl(t_csqrt(cpackl(-INFINITY, NAN))))); in test_nans()
259 assert(cimagl(result) == ldexpl(9 * 0x1p-4, maxexp / 2)); in test_overflow()
Dtest-conj.c51 static long double (*libcimagl)(long double complex) = cimagl;
71 fpequal(cimagl(d1), cimagl(d2))); in cfpequal()
/freebsd-9-stable/lib/msun/src/
Ds_cprojl.c39 if (!isinf(creall(z)) && !isinf(cimagl(z))) in cprojl()
42 return (cpackl(INFINITY, copysignl(0.0, cimagl(z)))); in cprojl()
Dw_cabsl.c19 return hypotl(creall(z), cimagl(z)); in cabsl()
Ds_conjl.c37 return (cpackl(creall(z), -cimagl(z))); in conjl()
Ds_cimagl.c33 cimagl(long double complex z) in cimagl() function
Ds_cargl.c37 return (atan2l(cimagl(z), creall(z))); in cargl()
Ds_csqrtl.c57 b = cimagl(z); in csqrtl()
/freebsd-9-stable/include/
Dcomplex.h56 long double cimagl(long double complex) __pure2;
/freebsd-9-stable/lib/msun/
DSymbol.map72 cimagl;
DMakefile149 MLINKS+=cimag.3 cimagf.3 cimag.3 cimagl.3 \
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Headers/
Dtgmath.h1278 __tg_cimag(long double _Complex __x) {return cimagl(__x);} in __tg_cimag()
/freebsd-9-stable/contrib/gcc/
Dbuiltins.def457 DEF_C99_BUILTIN (BUILT_IN_CIMAGL, "cimagl", BT_FN_LONGDOUBLE_COMPLEX_LONGDOUBLE, ATTR_CONST_…
DChangeLog-200133037 conj, conjl, crealf, creal, creall, cimagf, cimag and cimagl.
DChangeLog-200430631 conj, conjf, conjl, creal, crealf, creall, cimag, cimagf and cimagl.
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DBuiltins.def1098 LIBBUILTIN(cimagl, "LdXLd", "fnc", "complex.h", ALL_LANGUAGES)
/freebsd-9-stable/contrib/gcc/doc/
Dextend.texi802 @code{cimagl}, declared in @code{<complex.h>} and also provided as
5409 @findex cimagl
5762 @code{cimagl}, @code{cimag}, @code{clogf}, @code{clogl}, @code{clog},