Searched refs:cimagl (Results 1 – 23 of 23) sorted by relevance
| /NextBSD/lib/msun/src/ |
| HD | s_cprojl.c | 39 if (!isinf(creall(z)) && !isinf(cimagl(z))) in cprojl() 42 return (CMPLXL(INFINITY, copysignl(0.0, cimagl(z)))); in cprojl()
|
| HD | w_cabsl.c | 19 return hypotl(creall(z), cimagl(z)); in cabsl()
|
| HD | s_conjl.c | 37 return (CMPLXL(creall(z), -cimagl(z))); in conjl()
|
| HD | s_cimagl.c | 33 cimagl(long double complex z) in cimagl() function
|
| HD | s_cargl.c | 37 return (atan2l(cimagl(z), creall(z))); in cargl()
|
| HD | s_csqrtl.c | 57 b = cimagl(z); in csqrtl()
|
| /NextBSD/lib/msun/tests/ |
| HD | csqrt_test.c | 194 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()
|
| HD | test-utils.h | 156 fpequal(cimagl(d1), cimagl(d2))); in cfpequal()
|
| HD | invctrig_test.c | 62 creall(_d), cimagl(_d), creall(result), cimagl(result)); \ 75 creall(_d), cimagl(_d), creall(result), cimagl(result)); \
|
| HD | ctrig_test.c | 62 creall(_d), cimagl(_d), creall(result), cimagl(result)); \ 76 creall(_d), cimagl(_d), creall(result), cimagl(result)); \
|
| HD | conj_test.c | 53 static long double (*libcimagl)(long double complex) = cimagl;
|
| /NextBSD/include/ |
| HD | complex.h | 89 long double cimagl(long double complex) __pure2;
|
| /NextBSD/lib/msun/ld128/ |
| HD | k_expl.h | 313 y = cimagl(z); in __ldexp_cexpl()
|
| /NextBSD/lib/msun/ld80/ |
| HD | k_expl.h | 290 y = cimagl(z); in __ldexp_cexpl()
|
| /NextBSD/lib/msun/ |
| HD | Symbol.map | 72 cimagl;
|
| HD | Makefile | 161 MLINKS+=cimag.3 cimagf.3 cimag.3 cimagl.3 \
|
| /NextBSD/contrib/llvm/tools/clang/lib/Headers/ |
| HD | tgmath.h | 1278 __tg_cimag(long double _Complex __x) {return cimagl(__x);} in __tg_cimag()
|
| /NextBSD/contrib/gcc/ |
| HD | builtins.def | 457 DEF_C99_BUILTIN (BUILT_IN_CIMAGL, "cimagl", BT_FN_LONGDOUBLE_COMPLEX_LONGDOUBLE, ATTR_CONST_…
|
| HD | ChangeLog-2001 | 33037 conj, conjl, crealf, creal, creall, cimagf, cimag and cimagl.
|
| HD | ChangeLog-2004 | 30631 conj, conjf, conjl, creal, crealf, creall, cimag, cimagf and cimagl.
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | Builtins.def | 1138 LIBBUILTIN(cimagl, "LdXLd", "fnc", "complex.h", ALL_LANGUAGES)
|
| /NextBSD/contrib/compiler-rt/lib/dfsan/ |
| HD | libc_ubuntu1404_abilist.txt | 1465 fun:cimagl=uninstrumented
|
| /NextBSD/contrib/gcc/doc/ |
| HD | extend.texi | 809 @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},
|