Home
last modified time | relevance | path

Searched refs:pfirst (Results 1 – 25 of 26) sorted by relevance

12

/external/eigen/Eigen/src/Core/arch/SSE/
DPacketMath.h421 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { return a.m128_f32[0]; }
422 template<> EIGEN_STRONG_INLINE double pfirst<Packet2d>(const Packet2d& a) { return a.m128d_f64[0]; }
423 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { int x = _mm_cvtsi128_si…
426 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { float x = _mm_cvtss_f32…
427 template<> EIGEN_STRONG_INLINE double pfirst<Packet2d>(const Packet2d& a) { double x = _mm_cvtsd_f6…
428 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { int x = _mm_cvtsi128_si…
430 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { return _mm_cvtss_f32(a)…
431 template<> EIGEN_STRONG_INLINE double pfirst<Packet2d>(const Packet2d& a) { return _mm_cvtsd_f64(a)…
432 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { return _mm_cvtsi128_si3…
543 return pfirst<Packet4f>(_mm_add_ss(tmp, _mm_shuffle_ps(tmp,tmp, 1)));
[all …]
DComplex.h133 template<> EIGEN_STRONG_INLINE std::complex<float> pfirst<Packet2cf>(const Packet2cf& a)
152 return pfirst(Packet2cf(_mm_add_ps(a.v, _mm_movehl_ps(a.v,a.v))));
162 return pfirst(pmul(a, Packet2cf(_mm_movehl_ps(a.v,a.v))));
345 template<> EIGEN_STRONG_INLINE std::complex<double> pfirst<Packet1cd>(const Packet1cd& a)
356 return pfirst(a);
366 return pfirst(a);
DMathFunctions.h542 return internal::pfirst(internal::Packet4f(_mm_sqrt_ss(_mm_set_ss(x)))); in sqrt()
552 return internal::pfirst(internal::Packet2d(__builtin_ia32_sqrtsd(_mm_set_sd(x)))); in sqrt()
554 return internal::pfirst(internal::Packet2d(_mm_sqrt_pd(_mm_set_sd(x)))); in sqrt()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/
Dpfirst.s10 pfirst p0.b, p15, p0.b label
16 pfirst p15.b, p15, p15.b label
Dpfirst-diagnostics.s7 pfirst p0.h, p15, p0.h label
16 pfirst p0.b, p15, p1.b label
/external/eigen/Eigen/src/Core/products/
DGeneralMatrixVector.h207 res[j] = cj.pmadd(lhs0(j), pfirst(ptmp0), res[j]);
208 res[j] = cj.pmadd(lhs1(j), pfirst(ptmp1), res[j]);
209 res[j] = cj.pmadd(lhs2(j), pfirst(ptmp2), res[j]);
210 res[j] = cj.pmadd(lhs3(j), pfirst(ptmp3), res[j]);
276 res[j] = cj.pmadd(lhs0(j), pfirst(ptmp0), res[j]);
277 res[j] = cj.pmadd(lhs1(j), pfirst(ptmp1), res[j]);
278 res[j] = cj.pmadd(lhs2(j), pfirst(ptmp2), res[j]);
279 res[j] = cj.pmadd(lhs3(j), pfirst(ptmp3), res[j]);
298 res[j] += cj.pmul(lhs0(j), pfirst(ptmp0));
310 res[i] += cj.pmul(lhs0(i), pfirst(ptmp0));
/external/eigen/Eigen/src/Core/arch/AltiVec/
DPacketMath.h519 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { float EIGEN_ALIGN16 x; …
520 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { int EIGEN_ALIGN16 x; …
540 return pfirst(sum);
580 return pfirst(sum);
617 return pfirst(pmul(prod, vec_sld(prod, prod, 4)));
633 return pfirst(res);
641 return pfirst(res);
650 return pfirst(res);
658 return pfirst(res);
951 template<> EIGEN_STRONG_INLINE double pfirst<Packet2d>(const Packet2d& a) { double EIGEN_ALIGN16 x…
[all …]
DComplex.h129 template<> EIGEN_STRONG_INLINE std::complex<float> pfirst<Packet2cf>(const Packet2cf& a)
149 return pfirst<Packet2cf>(Packet2cf(b));
175 return pfirst<Packet2cf>(prod);
362 template<> EIGEN_STRONG_INLINE std::complex<double> pfirst<Packet1cd>(const Packet1cd& a)
372 …IGEN_STRONG_INLINE std::complex<double> predux<Packet1cd>(const Packet1cd& a) { return pfirst(a); }
375 …_STRONG_INLINE std::complex<double> predux_mul<Packet1cd>(const Packet1cd& a) { return pfirst(a); }
/external/eigen/Eigen/src/Core/arch/ZVector/
DPacketMath.h684 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { int EIGEN_ALIGN16 x[…
685 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { float EIGEN_ALIGN16 x[…
686 template<> EIGEN_STRONG_INLINE double pfirst<Packet2d>(const Packet2d& a) { double EIGEN_ALIGN16 x[…
723 return pfirst(sum);
731 return pfirst(sum);
806 …return pfirst(pmul(a, reinterpret_cast<Packet2d>(vec_sld(reinterpret_cast<Packet4i>(a), reinterpre…
812 return static_cast<float>(pfirst(predux_mul(pmul(a.v4f[0], a.v4f[1]))));
821 return pfirst(res);
826 …return pfirst(pmin<Packet2d>(a, reinterpret_cast<Packet2d>(vec_sld(reinterpret_cast<Packet4i>(a), …
834 return static_cast<float>(pfirst(res));
[all …]
DComplex.h189 template<> EIGEN_STRONG_INLINE std::complex<double> pfirst<Packet1cd>(const Packet1cd& a)
196 template<> EIGEN_STRONG_INLINE std::complex<float> pfirst<Packet2cf>(const Packet2cf& a)
215 return pfirst(a);
241 return pfirst(a);
/external/python/cpython2/Tools/scripts/
Dredemo.py142 pfirst = "1.0 + %d chars" % first
144 self.stringdisplay.tag_add(tag, pfirst, plast)
146 self.stringdisplay.yview_pickplace(pfirst)
/external/python/cpython3/Tools/demo/
Dredemo.py142 pfirst = "1.0 + %d chars" % first
144 self.stringdisplay.tag_add(tag, pfirst, plast)
146 self.stringdisplay.yview_pickplace(pfirst)
/external/eigen/Eigen/src/Core/arch/AVX/
DPacketMath.h316 template<> EIGEN_STRONG_INLINE float pfirst<Packet8f>(const Packet8f& a) {
319 template<> EIGEN_STRONG_INLINE double pfirst<Packet4d>(const Packet4d& a) {
322 template<> EIGEN_STRONG_INLINE int pfirst<Packet8i>(const Packet8i& a) {
415 return pfirst(_mm256_mul_ps(tmp, _mm256_shuffle_ps(tmp,tmp,1)));
421 return pfirst(_mm256_mul_pd(tmp, _mm256_shuffle_pd(tmp,tmp,1)));
428 return pfirst(_mm256_min_ps(tmp, _mm256_shuffle_ps(tmp,tmp,1)));
433 return pfirst(_mm256_min_pd(tmp, _mm256_shuffle_pd(tmp, tmp, 1)));
440 return pfirst(_mm256_max_ps(tmp, _mm256_shuffle_ps(tmp,tmp,1)));
446 return pfirst(_mm256_max_pd(tmp, _mm256_shuffle_pd(tmp, tmp, 1)));
DComplex.h119 template<> EIGEN_STRONG_INLINE std::complex<float> pfirst<Packet4cf>(const Packet4cf& a)
121 return pfirst(Packet2cf(_mm256_castps256_ps128(a.v)));
327 template<> EIGEN_STRONG_INLINE std::complex<double> pfirst<Packet2cd>(const Packet2cd& a)
/external/eigen/Eigen/src/Core/arch/AVX512/
DPacketMath.h626 EIGEN_STRONG_INLINE float pfirst<Packet16f>(const Packet16f& a) {
630 EIGEN_STRONG_INLINE double pfirst<Packet8d>(const Packet8d& a) {
634 EIGEN_STRONG_INLINE int pfirst<Packet16i>(const Packet16i& a) {
886 return pfirst(_mm256_hadd_ps(tmp0, tmp0));
895 return pfirst(sum);
904 return pfirst(_mm256_hadd_pd(tmp0, tmp0));
940 return pfirst(pmul(res, _mm_permute_ps(res, _MM_SHUFFLE(0, 0, 0, 1))));
948 return pfirst(pmul(res, _mm_permute_ps(res, _MM_SHUFFLE(0, 0, 0, 1))));
957 return pfirst(pmul(res, _mm256_shuffle_pd(res, res, 1)));
968 return pfirst(_mm_min_ps(res, _mm_permute_ps(res, _MM_SHUFFLE(0, 0, 0, 1))));
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc676 const float sl1 = Eigen::internal::pfirst<Packet>(l1); in GEPP()
677 const float sl2 = Eigen::internal::pfirst<Packet>(l2); in GEPP()
678 const float sl3 = Eigen::internal::pfirst<Packet>(l3); in GEPP()
679 const float nsl1 = Eigen::internal::pfirst<Packet>(nl1); in GEPP()
680 const float nsl2 = Eigen::internal::pfirst<Packet>(nl2); in GEPP()
681 const float nsl3 = Eigen::internal::pfirst<Packet>(nl3); in GEPP()
703 const float sl1 = Eigen::internal::pfirst<Packet>(l1); in GEPP()
704 const float sl2 = Eigen::internal::pfirst<Packet>(l2); in GEPP()
705 const float sl3 = Eigen::internal::pfirst<Packet>(l3); in GEPP()
739 const float sl1 = Eigen::internal::pfirst<Packet>(l); in GEPP()
[all …]
Dsparse_matmul_op.h229 return _mm_set1_ps(pfirst<Packet4f>(a));
422 return _mm256_set1_ps(pfirst<Packet8f>(a));
/external/eigen/Eigen/src/Core/arch/NEON/
DComplex.h147 template<> EIGEN_STRONG_INLINE std::complex<float> pfirst<Packet2cf>(const Packet2cf& a)
400 template<> EIGEN_STRONG_INLINE std::complex<double> pfirst<Packet1cd>(const Packet1cd& a)
410 …IGEN_STRONG_INLINE std::complex<double> predux<Packet1cd>(const Packet1cd& a) { return pfirst(a); }
414 …_STRONG_INLINE std::complex<double> predux_mul<Packet1cd>(const Packet1cd& a) { return pfirst(a); }
DPacketMath.h311 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { float EIGEN_ALIGN16 …
312 template<> EIGEN_STRONG_INLINE int32_t pfirst<Packet4i>(const Packet4i& a) { int32_t EIGEN_ALIGN16 …
659 template<> EIGEN_STRONG_INLINE double pfirst<Packet2d>(const Packet2d& a) { return vgetq_lane_f64(a…
/external/eigen/Eigen/src/Core/arch/CUDA/
DPacketMath.h250 template<> EIGEN_DEVICE_FUNC inline float pfirst<float4>(const float4& a) {
253 template<> EIGEN_DEVICE_FUNC inline double pfirst<double2>(const double2& a) {
DPacketMathHalf.h96 template<> __device__ EIGEN_STRONG_INLINE Eigen::half pfirst<half2>(const half2& a) {
383 template<> EIGEN_STRONG_INLINE Eigen::half pfirst<Packet16h>(const Packet16h& from) {
751 template<> EIGEN_STRONG_INLINE Eigen::half pfirst<Packet8h>(const Packet8h& from) {
1010 template<> EIGEN_STRONG_INLINE Eigen::half pfirst<Packet4h>(const Packet4h& from) {
/external/eigen/Eigen/src/Core/
DGenericPacketMath.h315 template<typename Packet> EIGEN_DEVICE_FUNC inline typename unpacket_traits<Packet>::type pfirst(co…
/external/eigen/test/
Dpacketmath.cpp221 …VERIFY(internal::isApprox(data1[0], internal::pfirst(internal::pload<Packet>(data1))) && "internal… in packetmath()
/external/toybox/toys/pending/
Dbc.c4174 int pfirst, rprn, done, get_token, assign, bin_last, incdec; in bc_parse_expr_err() local
4177 pfirst = p->l.t == BC_LEX_LPAREN; in bc_parse_expr_err()
4422 if (pfirst || !assign) bc_parse_push(p, BC_INST_PRINT); in bc_parse_expr_err()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64SVEInstrInfo.td247 defm PFIRST : sve_int_pfirst<0b00000, "pfirst">;

12