Home
last modified time | relevance | path

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

/freebsd/lib/msun/tests/
H A Dcsqrt_test.c58 return (csqrt((double complex)d)); in _csqrt()
298 ATF_TC_WITHOUT_HEAD(csqrt);
299 ATF_TC_BODY(csqrt, tc) in ATF_TC_BODY() argument
364 ATF_TP_ADD_TC(tp, csqrt); in ATF_TP_ADD_TCS()
/freebsd/lib/msun/src/
H A Ds_csqrt.c39 csqrt(double complex z) in csqrt() function
111 __weak_reference(csqrt, csqrtl);
/freebsd/lib/msun/
H A DMakefile175 cpow.3 csqrt.3 erf.3 \
215 MLINKS+=csqrt.3 csqrtf.3 csqrt.3 csqrtl.3
H A DSymbol.map188 csqrt;
/freebsd/include/
H A Dcomplex.h127 double complex csqrt(double complex);
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h513 __tg_sqrt(double _Complex __x) {return csqrt(__x);} in __tg_sqrt()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc407 SYMBOL(csqrt, None, <complex.h>)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1538 fun:csqrt=uninstrumented
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td4018 let Spellings = ["csqrt"];