Home
last modified time | relevance | path

Searched refs:cpow (Results 1 – 9 of 9) sorted by relevance

/freebsd/lib/msun/src/
H A Ds_cpow.c52 cpow(double complex a, double complex z) in cpow() function
/freebsd/lib/msun/
H A DMakefile175 cpow.3 csqrt.3 erf.3 \
214 MLINKS+=cpow.3 cpowf.3 cpow.3 cpowl.3
H A DSymbol.map298 cpow;
/freebsd/include/
H A Dcomplex.h113 double complex cpow(double complex, double complex);
/freebsd/tools/regression/include/tgmath/
H A Dtgmath.c93 (cpow)(double complex x, double complex y) { n_double_complex++; } in complex() argument
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h482 __tg_pow(double _Complex __x, double _Complex __y) {return cpow(__x, __y);} in __tg_pow()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc392 SYMBOL(cpow, None, <complex.h>)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1518 fun:cpow=uninstrumented
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td3990 let Spellings = ["cpow"];