Searched refs:cimagl (Results 1 – 17 of 17) sorted by relevance
| /freebsd-9-stable/tools/regression/lib/msun/ |
| D | test-csqrt.c | 97 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()
|
| D | test-conj.c | 51 static long double (*libcimagl)(long double complex) = cimagl; 71 fpequal(cimagl(d1), cimagl(d2))); in cfpequal()
|
| /freebsd-9-stable/lib/msun/src/ |
| D | s_cprojl.c | 39 if (!isinf(creall(z)) && !isinf(cimagl(z))) in cprojl() 42 return (cpackl(INFINITY, copysignl(0.0, cimagl(z)))); in cprojl()
|
| D | w_cabsl.c | 19 return hypotl(creall(z), cimagl(z)); in cabsl()
|
| D | s_conjl.c | 37 return (cpackl(creall(z), -cimagl(z))); in conjl()
|
| D | s_cimagl.c | 33 cimagl(long double complex z) in cimagl() function
|
| D | s_cargl.c | 37 return (atan2l(cimagl(z), creall(z))); in cargl()
|
| D | s_csqrtl.c | 57 b = cimagl(z); in csqrtl()
|
| /freebsd-9-stable/include/ |
| D | complex.h | 56 long double cimagl(long double complex) __pure2;
|
| /freebsd-9-stable/lib/msun/ |
| D | Symbol.map | 72 cimagl;
|
| D | Makefile | 149 MLINKS+=cimag.3 cimagf.3 cimag.3 cimagl.3 \
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Headers/ |
| D | tgmath.h | 1278 __tg_cimag(long double _Complex __x) {return cimagl(__x);} in __tg_cimag()
|
| /freebsd-9-stable/contrib/gcc/ |
| D | builtins.def | 457 DEF_C99_BUILTIN (BUILT_IN_CIMAGL, "cimagl", BT_FN_LONGDOUBLE_COMPLEX_LONGDOUBLE, ATTR_CONST_…
|
| D | ChangeLog-2001 | 33037 conj, conjl, crealf, creal, creall, cimagf, cimag and cimagl.
|
| D | ChangeLog-2004 | 30631 conj, conjf, conjl, creal, crealf, creall, cimag, cimagf and cimagl.
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | Builtins.def | 1098 LIBBUILTIN(cimagl, "LdXLd", "fnc", "complex.h", ALL_LANGUAGES)
|
| /freebsd-9-stable/contrib/gcc/doc/ |
| D | extend.texi | 802 @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},
|