| /netbsd-src/external/lgpl3/mpc/dist/tests/ |
| H A D | cosh.dat | 25 # 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 D | tan.dat | 26 # 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 D | log10.dat | 25 # 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 D | log.dat | 25 # 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 D | Makefile.am | 59 cmp_abs.dsc conj.dsc \ 70 cmp_abs.dat conj.dat cos.dat cosh.dat \
|
| /netbsd-src/lib/libm/complex/ |
| H A D | conj.c | 12 conj(double complex z) in conj() function
|
| H A D | Makefile.inc | 6 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 D | tgmath.h | 122 #define conj(z) __TGMATH_CPLX_ONLY(z, conj) macro
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/ |
| H A D | tgmath.h | 122 #define conj(z) __TGMATH_CPLX_ONLY(z, conj) macro
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
| H A D | tgmath.d | 515 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 D | complex.d | 102 cdouble conj(cdouble z);
|
| /netbsd-src/external/lgpl3/mpc/dist/src/ |
| H A D | Makefile.am | 24 cmp.c cmp_abs.c cmp_si_si.c conj.c cos.c cosh.c \
|
| H A D | Makefile.in | 138 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 D | logging.c | 113 MPC_LOGGING_C_C (conj)
|
| /netbsd-src/include/ |
| H A D | tgmath.h | 190 #define conj(a) __TG_CFN1(conj, (a)) macro
|
| H A D | complex.h | 123 double complex conj(double complex);
|
| /netbsd-src/external/lgpl3/mpc/lib/libmpc/ |
| H A D | Makefile | 37 conj.c \
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | complex.d | 866 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 D | gcc-match.vim | 42 \ bit_insert complex conj
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/ |
| H A D | gcc-match.vim | 42 \ bit_insert complex conj
|
| /netbsd-src/lib/libm/ |
| H A D | m.common.expsym | 131 conj
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| H A D | complex | 377 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 D | complex | 377 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 D | complex | 193 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 D | Makefile.vc | 122 $(DIRMPC)\conj.obj \ 201 conj.obj \
|