Home
last modified time | relevance | path

Searched refs:Packet16bf (Results 1 – 14 of 14) sorted by relevance

/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/
H A DBesselFunctions.h8 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, pbessel_i0)
11 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, pbessel_i0e)
14 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, pbessel_i1)
17 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, pbessel_i1e)
20 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, pbessel_j0)
23 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, pbessel_j1)
26 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, pbessel_k0)
29 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, pbessel_k0e)
32 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, pbessel_k1)
38 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, pbessel_y0)
[all …]
H A DSpecialFunctions.h8 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, perf)
11 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, pndtri)
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/Core/arch/AVX512/
H A DMathFunctions.h33 const Packet16bf p16bf_##NAME = pset1<Packet16bf>(X)
36 const Packet16bf p16bf_##NAME = preinterpret<Packet16bf,Packet16i>(pset1<Packet16i>(X))
51 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, plog) in F16_PACKET_FUNCTION()
66 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, plog2) in F16_PACKET_FUNCTION()
129 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, pexp) in F16_PACKET_FUNCTION()
145 EIGEN_STRONG_INLINE Packet16bf pfrexp(const Packet16bf& a, Packet16bf& exponent) { in pfrexp()
153 EIGEN_STRONG_INLINE Packet16bf pldexp(const Packet16bf& a, const Packet16bf& exponent) { in pldexp()
214 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, psqrt) in F16_PACKET_FUNCTION()
354 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, psin)
355 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, pcos)
[all …]
H A DPacketMath.h1985 EIGEN_STRONG_INLINE Packet16bf por(const Packet16bf& a, const Packet16bf& b) {
1990 EIGEN_STRONG_INLINE Packet16bf pxor(const Packet16bf& a, const Packet16bf& b) {
1995 EIGEN_STRONG_INLINE Packet16bf pand(const Packet16bf& a, const Packet16bf& b) {
2014 template<> EIGEN_STRONG_INLINE Packet16bf pround<Packet16bf>(const Packet16bf& a)
2019 template<> EIGEN_STRONG_INLINE Packet16bf print<Packet16bf>(const Packet16bf& a) {
2073 EIGEN_STRONG_INLINE Packet16bf padd<Packet16bf>(const Packet16bf& a,
2079 EIGEN_STRONG_INLINE Packet16bf psub<Packet16bf>(const Packet16bf& a,
2085 EIGEN_STRONG_INLINE Packet16bf pmul<Packet16bf>(const Packet16bf& a,
2091 EIGEN_STRONG_INLINE Packet16bf pdiv<Packet16bf>(const Packet16bf& a,
2097 EIGEN_STRONG_INLINE Packet16bf pmin<Packet16bf>(const Packet16bf& a,
[all …]
H A DTypeCasting.h68 template<> EIGEN_STRONG_INLINE Packet16f pcast<Packet16bf, Packet16f>(const Packet16bf& a) {
81 template<> EIGEN_STRONG_INLINE Packet16bf pcast<Packet16f, Packet16bf>(const Packet16f& a) {
/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/Eigen/src/Core/arch/AVX512/
H A DMathFunctions.h33 const Packet16bf p16bf_##NAME = pset1<Packet16bf>(X)
36 const Packet16bf p16bf_##NAME = preinterpret<Packet16bf,Packet16i>(pset1<Packet16i>(X))
51 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, plog) in F16_PACKET_FUNCTION()
66 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, plog2) in F16_PACKET_FUNCTION()
129 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, pexp) in F16_PACKET_FUNCTION()
145 EIGEN_STRONG_INLINE Packet16bf pfrexp(const Packet16bf& a, Packet16bf& exponent) { in pfrexp()
153 EIGEN_STRONG_INLINE Packet16bf pldexp(const Packet16bf& a, const Packet16bf& exponent) { in pldexp()
214 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, psqrt) in F16_PACKET_FUNCTION()
354 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, psin)
355 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, pcos)
[all …]
H A DPacketMath.h1985 EIGEN_STRONG_INLINE Packet16bf por(const Packet16bf& a, const Packet16bf& b) {
1990 EIGEN_STRONG_INLINE Packet16bf pxor(const Packet16bf& a, const Packet16bf& b) {
1995 EIGEN_STRONG_INLINE Packet16bf pand(const Packet16bf& a, const Packet16bf& b) {
2014 template<> EIGEN_STRONG_INLINE Packet16bf pround<Packet16bf>(const Packet16bf& a)
2019 template<> EIGEN_STRONG_INLINE Packet16bf print<Packet16bf>(const Packet16bf& a) {
2073 EIGEN_STRONG_INLINE Packet16bf padd<Packet16bf>(const Packet16bf& a,
2079 EIGEN_STRONG_INLINE Packet16bf psub<Packet16bf>(const Packet16bf& a,
2085 EIGEN_STRONG_INLINE Packet16bf pmul<Packet16bf>(const Packet16bf& a,
2091 EIGEN_STRONG_INLINE Packet16bf pdiv<Packet16bf>(const Packet16bf& a,
2097 EIGEN_STRONG_INLINE Packet16bf pmin<Packet16bf>(const Packet16bf& a,
[all …]
H A DTypeCasting.h68 template<> EIGEN_STRONG_INLINE Packet16f pcast<Packet16bf, Packet16f>(const Packet16bf& a) {
81 template<> EIGEN_STRONG_INLINE Packet16bf pcast<Packet16f, Packet16bf>(const Packet16f& a) {
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/Core/arch/AVX512/
H A DMathFunctions.h33 const Packet16bf p16bf_##NAME = pset1<Packet16bf>(X)
36 const Packet16bf p16bf_##NAME = preinterpret<Packet16bf,Packet16i>(pset1<Packet16i>(X))
51 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, plog) in F16_PACKET_FUNCTION()
66 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, plog2) in F16_PACKET_FUNCTION()
129 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, pexp) in F16_PACKET_FUNCTION()
145 EIGEN_STRONG_INLINE Packet16bf pfrexp(const Packet16bf& a, Packet16bf& exponent) { in pfrexp()
153 EIGEN_STRONG_INLINE Packet16bf pldexp(const Packet16bf& a, const Packet16bf& exponent) { in pldexp()
214 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, psqrt) in F16_PACKET_FUNCTION()
354 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, psin)
355 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, pcos)
[all …]
H A DPacketMath.h1985 EIGEN_STRONG_INLINE Packet16bf por(const Packet16bf& a, const Packet16bf& b) {
1990 EIGEN_STRONG_INLINE Packet16bf pxor(const Packet16bf& a, const Packet16bf& b) {
1995 EIGEN_STRONG_INLINE Packet16bf pand(const Packet16bf& a, const Packet16bf& b) {
2014 template<> EIGEN_STRONG_INLINE Packet16bf pround<Packet16bf>(const Packet16bf& a)
2019 template<> EIGEN_STRONG_INLINE Packet16bf print<Packet16bf>(const Packet16bf& a) {
2073 EIGEN_STRONG_INLINE Packet16bf padd<Packet16bf>(const Packet16bf& a,
2079 EIGEN_STRONG_INLINE Packet16bf psub<Packet16bf>(const Packet16bf& a,
2085 EIGEN_STRONG_INLINE Packet16bf pmul<Packet16bf>(const Packet16bf& a,
2091 EIGEN_STRONG_INLINE Packet16bf pdiv<Packet16bf>(const Packet16bf& a,
2097 EIGEN_STRONG_INLINE Packet16bf pmin<Packet16bf>(const Packet16bf& a,
[all …]
H A DTypeCasting.h68 template<> EIGEN_STRONG_INLINE Packet16f pcast<Packet16bf, Packet16f>(const Packet16bf& a) {
81 template<> EIGEN_STRONG_INLINE Packet16bf pcast<Packet16f, Packet16bf>(const Packet16f& a) {
/dports/math/pdal/PDAL-2.3.0/vendor/eigen/Eigen/src/Core/arch/AVX512/
H A DPacketMath.h1975 EIGEN_STRONG_INLINE Packet16bf por(const Packet16bf& a, const Packet16bf& b) {
1980 EIGEN_STRONG_INLINE Packet16bf pxor(const Packet16bf& a, const Packet16bf& b) {
1985 EIGEN_STRONG_INLINE Packet16bf pand(const Packet16bf& a, const Packet16bf& b) {
2004 template<> EIGEN_STRONG_INLINE Packet16bf pround<Packet16bf>(const Packet16bf& a)
2009 template<> EIGEN_STRONG_INLINE Packet16bf print<Packet16bf>(const Packet16bf& a) {
2063 EIGEN_STRONG_INLINE Packet16bf padd<Packet16bf>(const Packet16bf& a,
2069 EIGEN_STRONG_INLINE Packet16bf psub<Packet16bf>(const Packet16bf& a,
2075 EIGEN_STRONG_INLINE Packet16bf pmul<Packet16bf>(const Packet16bf& a,
2081 EIGEN_STRONG_INLINE Packet16bf pdiv<Packet16bf>(const Packet16bf& a,
2087 EIGEN_STRONG_INLINE Packet16bf pmin<Packet16bf>(const Packet16bf& a,
[all …]
H A DMathFunctions.h33 const Packet16bf p16bf_##NAME = pset1<Packet16bf>(X)
36 const Packet16bf p16bf_##NAME = preinterpret<Packet16bf,Packet16i>(pset1<Packet16i>(X))
51 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, plog) in F16_PACKET_FUNCTION()
66 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, plog2) in F16_PACKET_FUNCTION()
192 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, pexp) in F16_PACKET_FUNCTION()
251 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, psqrt) in F16_PACKET_FUNCTION()
301 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, prsqrt) in F16_PACKET_FUNCTION()
356 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, plog1p) in F16_PACKET_FUNCTION()
391 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, psin)
392 BF16_PACKET_FUNCTION(Packet16f, Packet16bf, pcos)
[all …]
H A DTypeCasting.h68 template<> EIGEN_STRONG_INLINE Packet16f pcast<Packet16bf, Packet16f>(const Packet16bf& a) {
81 template<> EIGEN_STRONG_INLINE Packet16bf pcast<Packet16f, Packet16bf>(const Packet16f& a) {