Home
last modified time | relevance | path

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

123

/netbsd-src/external/lgpl3/mpc/dist/tests/
H A Dcosh.dat25 # Rule [conj]: cosh(conj(z)) = conj(cosh(z))
30 # [conj]: cosh(+0 - i*0) = 1 - i*0
34 # [even+conj]: cosh(-0 + i*0) = 1 - i*0
40 # [conj]: cosh(+0 - i*inf) = nan - i*0
44 # [even+conj]: cosh(-0 + i*inf) = nan - i*0
56 # [conj]: cosh(x - i*inf) = nan + i*nan
59 # [even] and [even+conj] are already considered for x=-1 < 0
64 # [conj] makes no sense since nan has no sign
69 # [conj]: cosh(+inf - i*0) = +inf - i*0
73 # [even+conj]: cosh(-inf + i*0) = +inf - i*0
[all …]
H A Dtan.dat26 # Rule [conj]: tan(conj(z)) = conj(tan(z))
36 # [conj]: tan(+0 + i*0) = +0 + i*0
40 # [odd+conj]: tan(-0 - i*0) = -0 - i*0
49 # [conj] does not make sense since we already considered x < 0
62 # [conj] makes no sense since we already considered x < 0
69 # [conj]: tan (y + i*inf) = 0*sin(2*y) + i*1
75 # [odd+conj]: tan (-y - i*inf) = -0*sin(2*y) - i*1
82 # [conj]: tan (+inf + i*inf) = +/-0 + i*1
86 # [odd+conj]: tan (-inf - i*inf) = +/-0 - i*1
92 # [conj]: tan (nan + i*inf) = +/-0 + i*1
[all …]
H A Dlog10.dat25 # Rule [conj]: log10(conj(z)) = conj(log10(z))
55 # by [conj]: log10(x - i*inf) = +inf - i*pi/2/log(10) for finite x
64 # by [conj]: log10(-inf+i*y) = +inf - i*pi/log(10) for finite negative-signed y
71 # by [conj]: log10(+inf + i*y) = +inf - i*0 for finite negative-signed y
77 # by [conj]: log10(-inf - i*inf) = +inf - i*(3*pi/4)/log(10)
82 # by [conj]: log10(+inf - i*inf) = +inf - i*(pi/4)/log(10)
H A Dlog.dat25 # Rule [conj]: log(conj(z)) = conj(log(z))
50 # by [conj]: log(x - i*inf) = +inf - i*pi/2 for finite x
65 # by [conj]: log(-inf + i*y) = +inf - i*pi for finite negative-signed y
72 # by [conj]: log(+inf + i*y) = +inf - i*0 for finite negative-signed y
78 # by [conj]: log(-inf - i*inf) = +inf - i*(3*pi/4)
83 # by [conj]: log(+inf - i*inf) = +inf - i*(pi/4)
H A DMakefile.am59 cmp_abs.dsc conj.dsc \
70 cmp_abs.dat conj.dat cos.dat cosh.dat \
/netbsd-src/lib/libm/complex/
H A Dconj.c12 conj(double complex z) in conj() function
H A DMakefile.inc6 ccos.c ccosh.c cephes_subr.c cexp.c clog.c conj.c cpow.c cproj.c \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h122 #define conj(z) __TGMATH_CPLX_ONLY(z, conj) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h122 #define conj(z) __TGMATH_CPLX_ONLY(z, conj) macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dtgmath.d515 deprecated alias core.stdc.complex.conj conj; in version() local
516 deprecated alias core.stdc.complex.conjf conj; in version() local
517 deprecated alias core.stdc.complex.conjl conj; in version() local
1005 deprecated alias core.stdc.complex.conj conj; in version() local
1006 deprecated alias core.stdc.complex.conjf conj; in version() local
1007 deprecated alias core.stdc.complex.conjl conj; in version() local
1522 deprecated alias core.stdc.complex.conj conj; variable
1523 deprecated alias core.stdc.complex.conjf conj; variable
1524 deprecated alias core.stdc.complex.conjl conj; variable
H A Dcomplex.d102 cdouble conj(cdouble z);
/netbsd-src/external/lgpl3/mpc/dist/src/
H A DMakefile.am24 cmp.c cmp_abs.c cmp_si_si.c conj.c cos.c cosh.c \
H A DMakefile.in138 atanh.lo clear.lo cmp.lo cmp_abs.lo cmp_si_si.lo conj.lo \
181 ./$(DEPDIR)/cmp_si_si.Plo ./$(DEPDIR)/conj.Plo \
392 cmp.c cmp_abs.c cmp_si_si.c conj.c cos.c cosh.c \
503 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conj.Plo@am__quote@ # am--include-marker
751 -rm -f ./$(DEPDIR)/conj.Plo
883 -rm -f ./$(DEPDIR)/conj.Plo
H A Dlogging.c113 MPC_LOGGING_C_C (conj)
/netbsd-src/include/
H A Dtgmath.h190 #define conj(a) __TG_CFN1(conj, (a)) macro
H A Dcomplex.h123 double complex conj(double complex);
/netbsd-src/external/lgpl3/mpc/lib/libmpc/
H A DMakefile37 conj.c \
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dcomplex.d866 Complex!T conj(T)(Complex!T z) @safe pure nothrow @nogc
874 assert(conj(complex(1.0)) == complex(1.0));
875 assert(conj(complex(1.0, 2.0)) == complex(1.0, -2.0));
884 assert(conj(c) == Complex!T(7, -3L));
886 assert(conj(z) == -z);
1480 assert(exp(conj(a)) == conj(exp(a)));
1622 assert(log(conj(a)) == conj(log(a)));
/netbsd-src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/
H A Dgcc-match.vim42 \ bit_insert complex conj
/netbsd-src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/
H A Dgcc-match.vim42 \ bit_insert complex conj
/netbsd-src/lib/libm/
H A Dm.common.expsym131 conj
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dcomplex377 conj(const std::complex<_Tp>& __z)
378 { return std::conj(__z); }
382 conj(_Tp __x)
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dcomplex377 conj(const std::complex<_Tp>& __z)
378 { return std::conj(__z); }
382 conj(_Tp __x)
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dcomplex193 template<class T> complex<T> conj(const complex<T>&);
194 complex<long double> conj(long double);
195 complex<double> conj(double);
196 template<Integral T> complex<double> conj(T);
197 complex<float> conj(float);
925 // conj
930 conj(const complex<_Tp>& __c)
938 conj(_Tp __re)
/netbsd-src/external/lgpl3/mpc/dist/
H A DMakefile.vc122 $(DIRMPC)\conj.obj \
201 conj.obj \

123