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

/freebsd-9.3-release/lib/msun/src/
H A Ds_conj.c34 conj(double complex z) function
/freebsd-9.3-release/tools/regression/lib/msun/
H A DMakefile3 TESTS= test-cexp test-conj test-csqrt test-exponential test-fenv test-fma \
H A Dtest-conj.c28 * Tests for conj{,f,l}()
44 static double complex (*libconj)(double complex) = conj;
130 printf("not ok %d\t# conj(%#.2g + %#.2gI): "
134 printf("not ok %d\t# conj(%#.2g + %#.2gI): "
138 printf("ok %d\t\t# conj(%#.2g + %#.2gI)\n",
/freebsd-9.3-release/include/
H A Dcomplex.h57 double complex conj(double complex) __pure2;
H A Dtgmath.h205 #define conj(x) __tg_simple(x, conj) macro
/freebsd-9.3-release/lib/msun/
H A DSymbol.map73 conj;
H A DMakefile150 cimag.3 conj.3 cimag.3 conjf.3 cimag.3 conjl.3 \
/freebsd-9.3-release/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-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h1283 // conj
1303 __tg_conj(double _Complex __x) {return conj(__x);}
1309 #undef conj macro
1310 #define conj(__x) __tg_conj(__tg_promote1((__x))(__x)) macro
/freebsd-9.3-release/contrib/libstdc++/include/std/
H A Dstd_complex.h68 template<typename _Tp> complex<_Tp> conj(const complex<_Tp>&);
654 conj(const complex<_Tp>& __z) function

Completed in 150 milliseconds