Home
last modified time | relevance | path

Searched defs:Conj (Results 1 – 25 of 60) sorted by relevance

123

/dports/math/blaze/blaze-3.8/blaze/math/functors/
H A DConj.h84 struct Conj struct
105 static constexpr bool simdEnabled() { return HasSIMDConj_v<T>; } in simdEnabled() argument
113 static constexpr bool paddingEnabled() { return true; } in paddingEnabled()
144 struct YieldsUniform<Conj,T> argument
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/issues/
H A Dissue-58857.rs1 struct Conj<A> {a : A} argument
4 impl<A: !Valid> Conj<A>{} impl
/dports/math/tvmet/tvmet-1.7.2/testsuite/
H A DTestNumericTraits.h132 template <> void TestNumericTraits<unsigned char>::Conj() { } in Conj() function
133 template <> void TestNumericTraits<unsigned short int>::Conj() { } in Conj() function
134 template <> void TestNumericTraits<unsigned int>::Conj() { } in Conj() function
135 template <> void TestNumericTraits<unsigned long>::Conj() { } in Conj() function
139 TestNumericTraits<T>::Conj() in Conj() function
H A DTestNumericTraitsComplex.h164 template <> void TestNumericTraitsComplex<std::complex<unsigned char> >::Conj() { } in Conj() function
165 template <> void TestNumericTraitsComplex<std::complex<unsigned short int> >::Conj() { } in Conj() function
166 template <> void TestNumericTraitsComplex<std::complex<unsigned int> >::Conj() { } in Conj() function
167 template <> void TestNumericTraitsComplex<std::complex<unsigned long> >::Conj() { } in Conj() function
172 TestNumericTraitsComplex<T>::Conj() in Conj() function
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/math/cmplx/
H A Dconj.go8 func Conj(x complex128) complex128 { return complex(real(x), -imag(x)) } func
/dports/lang/gcc8/gcc-8.5.0/libgo/go/math/cmplx/
H A Dconj.go8 func Conj(x complex128) complex128 { return complex(real(x), -imag(x)) } func
/dports/lang/gcc48/gcc-4.8.5/libgo/go/math/cmplx/
H A Dconj.go8 func Conj(x complex128) complex128 { return complex(real(x), -imag(x)) } func
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/math/cmplx/
H A Dconj.go8 func Conj(x complex128) complex128 { return complex(real(x), -imag(x)) } func
/dports/lang/gcc10/gcc-10.3.0/libgo/go/math/cmplx/
H A Dconj.go8 func Conj(x complex128) complex128 { return complex(real(x), -imag(x)) } func
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/math/cmplx/
H A Dconj.go8 func Conj(x complex128) complex128 { return complex(real(x), -imag(x)) } func
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/math/cmplx/
H A Dconj.go8 func Conj(x complex128) complex128 { return complex(real(x), -imag(x)) } func
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/math/cmplx/
H A Dconj.go8 func Conj(x complex128) complex128 { return complex(real(x), -imag(x)) } func
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/math/cmplx/
H A Dconj.go8 func Conj(x complex128) complex128 { return complex(real(x), -imag(x)) } func
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/math/cmplx/
H A Dconj.go8 func Conj(x complex128) complex128 { return complex(real(x), -imag(x)) } func
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/gonum.org/v1/gonum/internal/cmplx64/
H A Dconj.go12 func Conj(x complex64) complex64 { return complex(real(x), -imag(x)) } func
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/math/cmplx/
H A Dconj.go8 func Conj(x complex128) complex128 { return complex(real(x), -imag(x)) } func
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/math/cmplx/
H A Dconj.go8 func Conj(x complex128) complex128 { return complex(real(x), -imag(x)) } func
/dports/www/carbonapi/carbonapi-0.14.1/vendor/gonum.org/v1/gonum/internal/cmplx64/
H A Dconj.go12 func Conj(x complex64) complex64 { return complex(real(x), -imag(x)) } func
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/math/cmplx/
H A Dconj.go8 func Conj(x complex128) complex128 { return complex(real(x), -imag(x)) } func
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/math/cmplx/
H A Dconj.go8 func Conj(x complex128) complex128 { return complex(real(x), -imag(x)) } func
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/math/cmplx/
H A Dconj.go8 func Conj(x complex128) complex128 { return complex(real(x), -imag(x)) } func
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/internal/cmplx64/
H A Dconj.go12 func Conj(x complex64) complex64 { return complex(real(x), -imag(x)) } func
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/math/cmplx/
H A Dconj.go8 func Conj(x complex128) complex128 { return complex(real(x), -imag(x)) } func
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/math/cmplx/
H A Dconj.go8 func Conj(x complex128) complex128 { return complex(real(x), -imag(x)) } func
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/math/cmplx/
H A Dconj.go8 func Conj(x complex128) complex128 { return complex(real(x), -imag(x)) } func

123