Home
last modified time | relevance | path

Searched refs:conj (Results 1 – 17 of 17) sorted by relevance

/freebsd/lib/msun/src/
H A Ds_conj.c34 conj(double complex z) in conj() function
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcomplex.cppm
H A Dcomplex.inc35 using std::conj;
/freebsd/lib/msun/tests/
H A Dconj_test.c43 static double complex (*libconj)(double complex) = conj;
/freebsd/include/
H A Dtgmath.h206 #define conj(x) __tg_simple(x, conj) macro
H A Dcomplex.h108 double complex conj(double complex) __pure2;
/freebsd/tools/regression/include/tgmath/
H A Dtgmath.c159 TGMACRO_COMPLEX(conj)
609 PASS_REAL_ARG_COMPLEX_RET(conj) && in main()
610 PASS_COMPLEX_ARG_COMPLEX_RET(conj)); in main()
/freebsd/lib/msun/
H A DSymbol.map72 conj;
H A DMakefile206 cimag.3 conj.3 cimag.3 conjf.3 cimag.3 conjl.3 \
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h1296 __tg_conj(double _Complex __x) {return conj(__x);} in __tg_conj()
1302 #undef conj
1303 #define conj(__x) __tg_conj(__tg_promote1((__x))(__x)) macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcomplex193 template<class T> complex<T> conj(const complex<T>&); // constexpr in C++20
194 complex<long double> conj(long double); // constexpr in C++20
195 complex<double> conj(double); // constexpr in C++20
196 template<Integral T> complex<double> conj(T); // constexpr in C++20
197 complex<float> conj(float); // constexpr in C++20
981 // conj
984 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 complex<_Tp> conj(const complex<_Tp>& __…
990 conj(_Tp __re) {
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp139 Node conj(Node Pos) { in conj() function
171 // Add Order[P] and Order[conj(P)] to Edges. in build()
176 Node PC = Order[conj(P)]; in build()
181 // Add I and conj(I) to Edges. in build()
185 Node C = conj(I); in build()
222 if (!Needed.count(conj(N)) || Colors.count(N)) in color()
248 Node C = conj(N); in color()
522 ElemType PC = P[J+Size/2]; // and P[conj(J)] in route()
524 ElemType QC = PC; // and P[conj(J)] in route()
593 ElemType PC = P[J+Num/2]; // and P[conj( in route()
[all...]
/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h68 template <class _Tp> std::complex<_Tp> conj(const std::complex<_Tp> &__c) { in conj() function
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc379 SYMBOL(conj, None, <complex.h>)
H A DStdSymbolMap.inc932 SYMBOL(conj, std::, <complex>)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1505 fun:conj=uninstrumented
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td3969 let Spellings = ["conj"];