/external/eigen/Eigen/src/Core/arch/SSE/ |
D | PacketMath.h | 494 EIGEN_STRONG_INLINE void punpackp(Packet4f* vecs) 496 vecs[1] = _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(vecs[0]), 0x55)); 497 vecs[2] = _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(vecs[0]), 0xAA)); 498 vecs[3] = _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(vecs[0]), 0xFF)); 499 vecs[0] = _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(vecs[0]), 0x00)); 503 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs) 505 return _mm_hadd_ps(_mm_hadd_ps(vecs[0], vecs[1]),_mm_hadd_ps(vecs[2], vecs[3])); 508 template<> EIGEN_STRONG_INLINE Packet2d preduxp<Packet2d>(const Packet2d* vecs) 510 return _mm_hadd_pd(vecs[0], vecs[1]); 514 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs) [all …]
|
D | Complex.h | 155 template<> EIGEN_STRONG_INLINE Packet2cf preduxp<Packet2cf>(const Packet2cf* vecs) 157 …return Packet2cf(_mm_add_ps(_mm_movelh_ps(vecs[0].v,vecs[1].v), _mm_movehl_ps(vecs[1].v,vecs[0].v)… 359 template<> EIGEN_STRONG_INLINE Packet1cd preduxp<Packet1cd>(const Packet1cd* vecs) 361 return vecs[0];
|
/external/u-boot/arch/microblaze/cpu/ |
D | interrupts.c | 34 static struct irq_action *vecs; variable 85 act = &vecs[irq]; in install_interrupt_handler() 138 vecs = calloc(1, sizeof(struct irq_action) * irq_no); in interrupt_init() 139 if (vecs == NULL) { in interrupt_init() 146 vecs[i].handler = (interrupt_handler_t *)def_hdlr; in interrupt_init() 147 vecs[i].arg = (void *)i; in interrupt_init() 148 vecs[i].count = 0; in interrupt_init() 164 struct irq_action *act = vecs + irqs; in interrupt_handler() 192 struct irq_action *act = vecs; in do_irqinfo()
|
/external/u-boot/arch/nios2/cpu/ |
D | interrupts.c | 24 static struct irq_action vecs[32]; variable 46 act = vecs; in external_interrupt() 85 act = &vecs[irq]; in irq_install_handler() 108 vecs[i].handler = def_hdlr; in interrupt_init() 109 vecs[i].arg = (void *)i; in interrupt_init() 110 vecs[i].count = 0; in interrupt_init() 123 struct irq_action *act = vecs; in do_irqinfo()
|
/external/eigen/Eigen/src/Core/arch/AVX512/ |
D | PacketMath.h | 687 vecs) 689 EIGEN_EXTRACT_8f_FROM_16f(vecs[0], vecs0); 690 EIGEN_EXTRACT_8f_FROM_16f(vecs[1], vecs1); 691 EIGEN_EXTRACT_8f_FROM_16f(vecs[2], vecs2); 692 EIGEN_EXTRACT_8f_FROM_16f(vecs[3], vecs3); 693 EIGEN_EXTRACT_8f_FROM_16f(vecs[4], vecs4); 694 EIGEN_EXTRACT_8f_FROM_16f(vecs[5], vecs5); 695 EIGEN_EXTRACT_8f_FROM_16f(vecs[6], vecs6); 696 EIGEN_EXTRACT_8f_FROM_16f(vecs[7], vecs7); 697 EIGEN_EXTRACT_8f_FROM_16f(vecs[8], vecs8); [all …]
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | PacketMath.h | 543 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs) 550 v[0] = vec_mergeh(vecs[0], vecs[2]); 551 v[1] = vec_mergel(vecs[0], vecs[2]); 552 v[2] = vec_mergeh(vecs[1], vecs[3]); 553 v[3] = vec_mergel(vecs[1], vecs[3]); 583 template<> EIGEN_STRONG_INLINE Packet4i preduxp<Packet4i>(const Packet4i* vecs) 590 v[0] = vec_mergeh(vecs[0], vecs[2]); 591 v[1] = vec_mergel(vecs[0], vecs[2]); 592 v[2] = vec_mergeh(vecs[1], vecs[3]); 593 v[3] = vec_mergel(vecs[1], vecs[3]); [all …]
|
D | Complex.h | 152 template<> EIGEN_STRONG_INLINE Packet2cf preduxp<Packet2cf>(const Packet2cf* vecs) 156 b1 = vec_sld(vecs[0].v, vecs[1].v, 8); 157 b2 = vec_sld(vecs[1].v, vecs[0].v, 8); 159 b1 = vec_sld(vecs[1].v, vecs[0].v, 8); 160 b2 = vec_sld(vecs[0].v, vecs[1].v, 8); 373 … EIGEN_STRONG_INLINE Packet1cd preduxp<Packet1cd>(const Packet1cd* vecs) { return vecs[0]; }
|
/external/eigen/Eigen/src/Core/arch/AVX/ |
D | Complex.h | 143 template<> EIGEN_STRONG_INLINE Packet4cf preduxp<Packet4cf>(const Packet4cf* vecs) 145 Packet8f t0 = _mm256_shuffle_ps(vecs[0].v, vecs[0].v, _MM_SHUFFLE(3, 1, 2 ,0)); 146 Packet8f t1 = _mm256_shuffle_ps(vecs[1].v, vecs[1].v, _MM_SHUFFLE(3, 1, 2 ,0)); 148 Packet8f t2 = _mm256_shuffle_ps(vecs[2].v, vecs[2].v, _MM_SHUFFLE(3, 1, 2 ,0)); 149 Packet8f t3 = _mm256_shuffle_ps(vecs[3].v, vecs[3].v, _MM_SHUFFLE(3, 1, 2 ,0)); 346 template<> EIGEN_STRONG_INLINE Packet2cd preduxp<Packet2cd>(const Packet2cd* vecs) 348 Packet4d t0 = _mm256_permute2f128_pd(vecs[0].v,vecs[1].v, 0 + (2<<4)); 349 Packet4d t1 = _mm256_permute2f128_pd(vecs[0].v,vecs[1].v, 1 + (3<<4));
|
D | PacketMath.h | 355 template<> EIGEN_STRONG_INLINE Packet8f preduxp<Packet8f>(const Packet8f* vecs) 357 __m256 hsum1 = _mm256_hadd_ps(vecs[0], vecs[1]); 358 __m256 hsum2 = _mm256_hadd_ps(vecs[2], vecs[3]); 359 __m256 hsum3 = _mm256_hadd_ps(vecs[4], vecs[5]); 360 __m256 hsum4 = _mm256_hadd_ps(vecs[6], vecs[7]); 383 template<> EIGEN_STRONG_INLINE Packet4d preduxp<Packet4d>(const Packet4d* vecs) 387 tmp0 = _mm256_hadd_pd(vecs[0], vecs[1]); 390 tmp1 = _mm256_hadd_pd(vecs[2], vecs[3]);
|
/external/eigen/Eigen/src/Core/arch/ZVector/ |
D | PacketMath.h | 741 template<> EIGEN_STRONG_INLINE Packet4i preduxp<Packet4i>(const Packet4i* vecs) 748 v[0] = vec_mergeh(vecs[0], vecs[2]); 749 v[1] = vec_mergel(vecs[0], vecs[2]); 750 v[2] = vec_mergeh(vecs[1], vecs[3]); 751 v[3] = vec_mergel(vecs[1], vecs[3]); 769 template<> EIGEN_STRONG_INLINE Packet2d preduxp<Packet2d>(const Packet2d* vecs) 772 …] = padd<Packet2d>(vecs[0], reinterpret_cast<Packet2d>(vec_sld(reinterpret_cast<Packet4ui>(vecs[0]… 773 …] = padd<Packet2d>(vecs[1], reinterpret_cast<Packet2d>(vec_sld(reinterpret_cast<Packet4ui>(vecs[1]… 780 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs) 783 transpose.packet[0] = vecs[0]; [all …]
|
D | Complex.h | 225 template<> EIGEN_STRONG_INLINE Packet1cd preduxp<Packet1cd>(const Packet1cd* vecs) 227 return vecs[0]; 229 template<> EIGEN_STRONG_INLINE Packet2cf preduxp<Packet2cf>(const Packet2cf* vecs) 232 transpose.packet[0] = vecs[0]; 233 transpose.packet[1] = vecs[1];
|
/external/eigen/Eigen/src/Core/arch/NEON/ |
D | PacketMath.h | 347 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs) 354 vtrn1 = vzipq_f32(vecs[0], vecs[2]); 355 vtrn2 = vzipq_f32(vecs[1], vecs[3]); 378 template<> EIGEN_STRONG_INLINE Packet4i preduxp<Packet4i>(const Packet4i* vecs) 385 vtrn1 = vzipq_s32(vecs[0], vecs[2]); 386 vtrn2 = vzipq_s32(vecs[1], vecs[3]); 672 template<> EIGEN_STRONG_INLINE Packet2d preduxp<Packet2d>(const Packet2d* vecs) 678 trn1 = vzip1q_f64(vecs[0], vecs[1]); 679 trn2 = vzip2q_f64(vecs[0], vecs[1]);
|
D | Complex.h | 184 template<> EIGEN_STRONG_INLINE Packet2cf preduxp<Packet2cf>(const Packet2cf* vecs) 189 sum1 = vcombine_f32(vget_low_f32(vecs[0].v), vget_low_f32(vecs[1].v)); 190 sum2 = vcombine_f32(vget_high_f32(vecs[0].v), vget_high_f32(vecs[1].v)); 412 template<> EIGEN_STRONG_INLINE Packet1cd preduxp<Packet1cd>(const Packet1cd* vecs) { return vecs[0]…
|
/external/eigen/unsupported/Eigen/src/Eigenvalues/ |
D | ArpackSelfAdjointEigenSolver.h | 750 static inline void project(MatrixSolver &OP, int n, int k, Scalar *vecs); 775 static inline void project(MatrixSolver &OP, int n, int k, Scalar *vecs) 779 …Matrix<Scalar, Dynamic, Dynamic>::Map(vecs, n, k) = OP.matrixU().solve(Matrix<Scalar, Dynamic, Dyn… 780 …atrix<Scalar, Dynamic, Dynamic>::Map(vecs, n, k) = OP.permutationPinv() * Matrix<Scalar, Dynamic, … 793 static inline void project(MatrixSolver &OP, int n, int k, Scalar *vecs)
|
/external/tensorflow/tensorflow/lite/tools/accuracy/ilsvrc/ |
D | imagenet_model_evaluator.cc | 66 std::vector<std::vector<T>> vecs(n); in Split() local 70 vecs[vec_index].push_back(v[input_index]); in Split() 74 CHECK_EQ(vecs.size(), n); in Split() 75 return vecs; in Split()
|
/external/libevent/ |
D | buffer_iocp.c | 255 struct evbuffer_iovec vecs[MAX_WSABUFS]; in evbuffer_launch_read_() local 273 vecs, MAX_WSABUFS, &chainp, 1); in evbuffer_launch_read_() 277 &vecs[i]); in evbuffer_launch_read_()
|
D | evbuffer-internal.h | 326 struct evbuffer_iovec *vecs, int n_vecs, struct evbuffer_chain ***chainp,
|
/external/u-boot/drivers/mtd/ |
D | mtdcore.c | 1531 static int default_mtd_writev(struct mtd_info *mtd, const struct kvec *vecs, in default_mtd_writev() argument 1539 if (!vecs[i].iov_len) in default_mtd_writev() 1541 ret = mtd_write(mtd, to, vecs[i].iov_len, &thislen, in default_mtd_writev() 1542 vecs[i].iov_base); in default_mtd_writev() 1544 if (ret || thislen != vecs[i].iov_len) in default_mtd_writev() 1546 to += vecs[i].iov_len; in default_mtd_writev() 1563 int mtd_writev(struct mtd_info *mtd, const struct kvec *vecs, in mtd_writev() argument 1570 return default_mtd_writev(mtd, vecs, count, to, retlen); in mtd_writev() 1571 return mtd->_writev(mtd, vecs, count, to, retlen); in mtd_writev()
|
D | mtdconcat.c | 160 concat_writev(struct mtd_info *mtd, const struct kvec *vecs, in concat_writev() argument 172 total_len += vecs[i].iov_len; in concat_writev() 182 vecs_copy = kmemdup(vecs, sizeof(struct kvec) * count, GFP_KERNEL); in concat_writev()
|
/external/eigen/Eigen/src/Householder/ |
D | HouseholderSequence.h | 245 Index vecs = m_length; 251 for(Index k = vecs-1; k >= 0; --k) 265 for(Index k = 0; k<cols()-vecs ; ++k) 271 for(Index k = vecs-1; k >= 0; --k)
|
/external/syzkaller/executor/ |
D | common_linux.h | 352 struct iovec vecs[MAX_FRAGS + 1]; in syz_emit_ethernet() local 355 vecs[nfrags].iov_base = data; in syz_emit_ethernet() 356 vecs[nfrags].iov_len = length; in syz_emit_ethernet() 370 vecs[nfrags].iov_base = data; in syz_emit_ethernet() 371 vecs[nfrags].iov_len = size; in syz_emit_ethernet() 377 vecs[nfrags].iov_base = data; in syz_emit_ethernet() 378 vecs[nfrags].iov_len = length; in syz_emit_ethernet() 382 return writev(tunfd, vecs, nfrags); in syz_emit_ethernet()
|
/external/skqp/include/core/ |
D | SkMatrix.h | 1376 void mapVectors(SkVector vecs[], int count) const { in mapVectors() argument 1377 this->mapVectors(vecs, vecs, count); in mapVectors()
|
/external/skia/include/core/ |
D | SkMatrix.h | 1368 void mapVectors(SkVector vecs[], int count) const { in mapVectors() argument 1369 this->mapVectors(vecs, vecs, count); in mapVectors()
|
/external/u-boot/include/linux/mtd/ |
D | mtd.h | 266 int (*_writev) (struct mtd_info *mtd, const struct kvec *vecs, 383 int mtd_writev(struct mtd_info *mtd, const struct kvec *vecs,
|
/external/eigen/Eigen/src/Core/ |
D | GenericPacketMath.h | 320 preduxp(const Packet* vecs) { return vecs[0]; }
|