Searched refs:conj (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/lib/msun/src/
H A Ds_conj.c34 conj(double complex z) function
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dcomplex.inc35 using std::conj;
/freebsd-current/lib/msun/tests/
H A Dconj_test.c28 * Tests for conj{,f,l}()
43 static double complex (*libconj)(double complex) = conj;
96 "conj(%#.2g + %#.2gI): threw an exception: %#x", creal(in),
101 "conj(%#.2g + %#.2gI): wrong value", creal(in), cimag(in));
103 "conj(%#.2g + %#.2gI): threw an exception: %#x", creal(in),
/freebsd-current/include/
H A Dcomplex.h108 double complex conj(double complex) __pure2;
H A Dtgmath.h206 #define conj(x) __tg_simple(x, conj) macro
/freebsd-current/tools/regression/include/tgmath/
H A Dtgmath.c159 TGMACRO_COMPLEX(conj)
608 PRINT("conj",
609 PASS_REAL_ARG_COMPLEX_RET(conj) &&
610 PASS_COMPLEX_ARG_COMPLEX_RET(conj));
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h1276 // conj
1296 __tg_conj(double _Complex __x) {return conj(__x);}
1302 #undef conj macro
1303 #define conj(__x) __tg_conj(__tg_promote1((__x))(__x)) macro
/freebsd-current/lib/msun/
H A DMakefile206 cimag.3 conj.3 cimag.3 conjf.3 cimag.3 conjl.3 \
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp139 Node conj(Node Pos) { function in struct:__anon2446::Coloring
171 // Add Order[P] and Order[conj(P)] to Edges.
176 Node PC = Order[conj(P)];
181 // Add I and conj(I) to Edges.
185 Node C = conj(I);
222 if (!Needed.count(conj(N)) || Colors.count(N))
248 Node C = conj(N);
522 ElemType PC = P[J+Size/2]; // and P[conj(J)]
524 ElemType QC = PC; // and P[conj(J)]
593 ElemType PC = P[J+Num/2]; // and P[conj(
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h66 // conj
68 template <class _Tp> std::complex<_Tp> conj(const std::complex<_Tp> &__c) { function in namespace:std

Completed in 126 milliseconds