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

/freebsd-13-stable/lib/msun/src/
H A Ds_conj.c36 conj(double complex z) function
/freebsd-13-stable/lib/msun/tests/
H A Dconj_test.c28 * Tests for conj{,f,l}()
45 static double complex (*libconj)(double complex) = conj;
98 "conj(%#.2g + %#.2gI): threw an exception: %#x", creal(in),
103 "conj(%#.2g + %#.2gI): wrong value", creal(in), cimag(in));
105 "conj(%#.2g + %#.2gI): threw an exception: %#x", creal(in),
/freebsd-13-stable/include/
H A Dcomplex.h108 double complex conj(double complex) __pure2;
H A Dtgmath.h208 #define conj(x) __tg_simple(x, conj) macro
/freebsd-13-stable/tools/regression/include/tgmath/
H A Dtgmath.c161 TGMACRO_COMPLEX(conj)
610 PRINT("conj",
611 PASS_REAL_ARG_COMPLEX_RET(conj) &&
612 PASS_COMPLEX_ARG_COMPLEX_RET(conj));
/freebsd-13-stable/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-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp133 Node conj(Node Pos) { function in struct:__anon4134::Coloring
165 // Add Order[P] and Order[conj(P)] to Edges.
170 Node PC = Order[conj(P)];
175 // Add I and conj(I) to Edges.
179 Node C = conj(I);
216 if (!Needed.count(conj(N)) || Colors.count(N))
243 Node C = conj(N);
518 ElemType PC = P[J+Size/2]; // and P[conj(J)]
520 ElemType QC = PC; // and P[conj(J)]
589 ElemType PC = P[J+Num/2]; // and P[conj(
[all...]
/freebsd-13-stable/lib/msun/
H A DMakefile188 cimag.3 conj.3 cimag.3 conjf.3 cimag.3 conjl.3 \

Completed in 134 milliseconds