Searched refs:crealf (Results 1 – 20 of 20) sorted by relevance
/freebsd/lib/msun/src/ |
H A D | catrigf.c | 151 x = crealf(z); in casinhf() 171 return (CMPLXF(copysignf(crealf(w), x), in casinhf() 194 float complex w = casinhf(CMPLXF(cimagf(z), crealf(z))); in casinf() 196 return (CMPLXF(cimagf(w), crealf(w))); in casinf() 207 x = crealf(z); in cacosf() 227 ry = crealf(w) + m_ln2; in cacosf() 265 rx = crealf(w); in cacoshf() 282 x = crealf(z); in clog_for_large_values() 342 x = crealf(z); in catanhf() 389 float complex w = catanhf(CMPLXF(cimagf(z), crealf(z))); in catanf() [all …]
|
H A D | s_csinhf.c | 46 x = crealf(z); in csinhf() 69 return (CMPLXF(crealf(z) * copysignf(1, x), cimagf(z))); in csinhf() 100 z = csinhf(CMPLXF(cimagf(z), crealf(z))); in csinf() 101 return (CMPLXF(cimagf(z), crealf(z))); in csinf()
|
H A D | s_ctanhf.c | 45 x = crealf(z); in ctanhf() 81 z = ctanhf(CMPLXF(cimagf(z), crealf(z))); in ctanf() 82 return (CMPLXF(cimagf(z), crealf(z))); in ctanf()
|
H A D | s_ccoshf.c | 46 x = crealf(z); in ccoshf() 69 return (CMPLXF(crealf(z), cimagf(z) * copysignf(1, x))); in ccoshf() 100 return (ccoshf(CMPLXF(-cimagf(z), crealf(z)))); in ccosf()
|
H A D | s_crealf.c | 32 crealf(float complex z) in crealf() function
|
H A D | w_cabsf.c | 16 return hypotf(crealf(z), cimagf(z)); in cabsf()
|
H A D | s_cargf.c | 36 return (atan2f(cimagf(z), crealf(z))); in cargf()
|
H A D | s_conjf.c | 37 return (CMPLXF(crealf(z), -cimagf(z))); in conjf()
|
H A D | s_cprojf.c | 38 if (!isinf(crealf(z)) && !isinf(cimagf(z))) in cprojf()
|
H A D | s_cpowf.c | 56 x = crealf(z); in cpowf()
|
H A D | s_cexpf.c | 44 x = crealf(z); in cexpf()
|
H A D | k_expf.c | 74 x = crealf(z); in __ldexp_cexpf()
|
H A D | s_clogf.c | 50 x = crealf(z); in clogf()
|
/freebsd/lib/msun/tests/ |
H A D | conj_test.c | 45 static float (*libcrealf)(float complex) = crealf;
|
/freebsd/include/ |
H A D | complex.h | 121 float crealf(float complex) __pure2;
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 81 crealf;
|
H A D | Makefile | 208 cimag.3 creal.3 cimag.3 crealf.3 cimag.3 creall.3
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | tgmath.h | 1350 __tg_creal(float _Complex __x) {return crealf(__x);} in __tg_creal()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 399 SYMBOL(crealf, None, <complex.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1525 fun:crealf=uninstrumented
|