Searched refs:crealf (Results 1 – 22 of 22) sorted by relevance
| /trueos/lib/msun/src/ |
| HD | catrigf.c | 152 x = crealf(z); in casinhf() 172 return (cpackf(copysignf(crealf(w), x), in casinhf() 195 float complex w = casinhf(cpackf(cimagf(z), crealf(z))); in casinf() 197 return (cpackf(cimagf(w), crealf(w))); in casinf() 208 x = crealf(z); in cacosf() 228 ry = crealf(w) + m_ln2; in cacosf() 266 rx = crealf(w); in cacoshf() 283 x = crealf(z); in clog_for_large_values() 343 x = crealf(z); in catanhf() 390 float complex w = catanhf(cpackf(cimagf(z), crealf(z))); in catanf() [all …]
|
| HD | s_csinhf.c | 47 x = crealf(z); in csinhf() 70 return (cpackf(crealf(z) * copysignf(1, x), cimagf(z))); in csinhf() 103 z = csinhf(cpackf(-cimagf(z), crealf(z))); in csinf() 104 return (cpackf(cimagf(z), -crealf(z))); in csinf()
|
| HD | s_ctanhf.c | 46 x = crealf(z); in ctanhf() 81 z = ctanhf(cpackf(-cimagf(z), crealf(z))); in ctanf() 82 return (cpackf(cimagf(z), -crealf(z))); in ctanf()
|
| HD | s_ccoshf.c | 47 x = crealf(z); in ccoshf() 70 return (cpackf(crealf(z), cimagf(z) * copysignf(1, x))); in ccoshf() 103 return (ccoshf(cpackf(-cimagf(z), crealf(z)))); in ccosf()
|
| HD | s_crealf.c | 32 crealf(float complex z) in crealf() function
|
| HD | s_cargf.c | 37 return (atan2f(cimagf(z), crealf(z))); in cargf()
|
| HD | s_conjf.c | 37 return (cpackf(crealf(z), -cimagf(z))); in conjf()
|
| HD | w_cabsf.c | 22 return hypotf(crealf(z), cimagf(z));
|
| HD | s_cprojf.c | 39 if (!isinf(crealf(z)) && !isinf(cimagf(z))) in cprojf()
|
| HD | s_cexpf.c | 45 x = crealf(z); in cexpf()
|
| HD | s_csqrtf.c | 47 float a = crealf(z), b = cimagf(z); in csqrtf()
|
| HD | k_expf.c | 75 x = crealf(z); in __ldexp_cexpf()
|
| /trueos/tools/regression/lib/msun/ |
| HD | test-conj.c | 48 static float (*libcrealf)(float complex) = crealf;
|
| /trueos/include/ |
| HD | complex.h | 99 float crealf(float complex) __pure2;
|
| /trueos/lib/msun/ |
| HD | Symbol.map | 82 crealf;
|
| HD | Makefile | 162 cimag.3 creal.3 cimag.3 crealf.3 cimag.3 creall.3
|
| /trueos/contrib/llvm/tools/clang/lib/Headers/ |
| HD | tgmath.h | 1357 __tg_creal(float _Complex __x) {return crealf(__x);} in __tg_creal()
|
| /trueos/contrib/gcc/ |
| HD | builtins.def | 474 DEF_C99_BUILTIN (BUILT_IN_CREALF, "crealf", BT_FN_FLOAT_COMPLEX_FLOAT, ATTR_CONST_NOTHROW_LI…
|
| 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.
|
| /trueos/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | Builtins.def | 1117 LIBBUILTIN(crealf, "fXf", "fnc", "complex.h", ALL_LANGUAGES)
|
| /trueos/contrib/gcc/doc/ |
| HD | extend.texi | 807 floating type, you should use the ISO C99 functions @code{crealf}, 5455 @findex crealf 5788 @code{cprojl}, @code{cproj}, @code{crealf}, @code{creall}, @code{creal},
|