Searched defs:vecs (Results 1 - 19 of 19) sorted by relevance

/external/eigen/Eigen/src/Core/arch/SSE/
H A DComplex.h134 template<> EIGEN_STRONG_INLINE Packet2cf preduxp<Packet2cf>(const Packet2cf* vecs) argument
136 return Packet2cf(_mm_add_ps(_mm_movelh_ps(vecs[0].v,vecs[1].v), _mm_movehl_ps(vecs[1].v,vecs[0].v)));
333 template<> EIGEN_STRONG_INLINE Packet1cd preduxp<Packet1cd>(const Packet1cd* vecs) argument
335 return vecs[0];
H A DPacketMath.h383 EIGEN_STRONG_INLINE void punpackp(Packet4f* vecs) argument
385 vecs[1] = _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(vecs[0]), 0x55));
386 vecs[2] = _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(vecs[0]), 0xAA));
387 vecs[3] = _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(vecs[0]), 0xFF));
388 vecs[0] = _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(vecs[0]), 0x00));
393 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs) argument
397 preduxp(const Packet2d* vecs) argument
433 preduxp(const Packet4f* vecs) argument
447 preduxp(const Packet2d* vecs) argument
459 preduxp(const Packet4i* vecs) argument
[all...]
/external/eigen/Eigen/src/Householder/
H A DHouseholderSequence.h239 Index vecs = m_length; local
246 for(Index k = vecs-1; k >= 0; --k)
260 for(Index k = 0; k<cols()-vecs ; ++k)
266 for(Index k = vecs-1; k >= 0; --k)
/external/eigen/Eigen/src/Core/arch/AltiVec/
H A DComplex.h133 template<> EIGEN_STRONG_INLINE Packet2cf preduxp<Packet2cf>(const Packet2cf* vecs) argument
137 b1 = (Packet4f) vec_sld(vecs[0].v, vecs[1].v, 8);
138 b2 = (Packet4f) vec_sld(vecs[1].v, vecs[0].v, 8);
H A DPacketMath.h363 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs) argument
370 v[0] = vec_mergeh(vecs[0], vecs[2]);
371 v[1] = vec_mergel(vecs[0], vecs[2]);
372 v[2] = vec_mergeh(vecs[1], vecs[3]);
373 v[3] = vec_mergel(vecs[1], vecs[3]);
399 template<> EIGEN_STRONG_INLINE Packet4i preduxp<Packet4i>(const Packet4i* vecs) argument
[all...]
/external/eigen/Eigen/src/Core/arch/NEON/
H A DComplex.h152 template<> EIGEN_STRONG_INLINE Packet2cf preduxp<Packet2cf>(const Packet2cf* vecs) argument
156 // Add the first two 64-bit float32x2_t of vecs[0]
157 sum1 = vcombine_f32(vget_low_f32(vecs[0].v), vget_low_f32(vecs[1].v));
158 sum2 = vcombine_f32(vget_high_f32(vecs[0].v), vget_high_f32(vecs[1].v));
H A DPacketMath.h251 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs) argument
258 vtrn1 = vzipq_f32(vecs[0], vecs[2]);
259 vtrn2 = vzipq_f32(vecs[1], vecs[3]);
282 template<> EIGEN_STRONG_INLINE Packet4i preduxp<Packet4i>(const Packet4i* vecs) argument
289 vtrn1 = vzipq_s32(vecs[0], vecs[2]);
290 vtrn2 = vzipq_s32(vecs[1], vecs[
[all...]
/external/eigen/unsupported/Eigen/src/Eigenvalues/
H A DArpackSelfAdjointEigenSolver.h750 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) argument
779 Matrix<Scalar, Dynamic, Dynamic>::Map(vecs, n, k) = OP.matrixU().solve(Matrix<Scalar, Dynamic, Dynamic>::Map(vecs, n, k));
780 Matrix<Scalar, Dynamic, Dynamic>::Map(vecs, n, k) = OP.permutationPinv() * Matrix<Scalar, Dynamic, Dynamic>::Map(vecs, n, k);
793 static inline void project(MatrixSolver &OP, int n, int k, Scalar *vecs) argument
/external/chromium_org/third_party/skia/src/ports/
H A DSkScalerContext_win_dw.cpp387 SkVector vecs[1] = { { advanceX, 0 } }; local
393 vecs[0].fX = SkScalarRoundToScalar(advanceX);
394 fG_inv.mapVectors(vecs, SK_ARRAY_COUNT(vecs));
396 fSkXform.mapVectors(vecs, SK_ARRAY_COUNT(vecs));
399 glyph->fAdvanceX = SkScalarToFixed(vecs[0].fX);
400 glyph->fAdvanceY = SkScalarToFixed(vecs[0].fY);
/external/eigen/Eigen/src/Core/
H A DGenericPacketMath.h197 preduxp(const Packet* vecs) { return vecs[0]; } argument
/external/skia/src/ports/
H A DSkScalerContext_win_dw.cpp387 SkVector vecs[1] = { { advanceX, 0 } }; local
393 vecs[0].fX = SkScalarRoundToScalar(advanceX);
394 fG_inv.mapVectors(vecs, SK_ARRAY_COUNT(vecs));
396 fSkXform.mapVectors(vecs, SK_ARRAY_COUNT(vecs));
399 glyph->fAdvanceX = SkScalarToFixed(vecs[0].fX);
400 glyph->fAdvanceY = SkScalarToFixed(vecs[0].fY);
/external/yaffs2/yaffs2/mtdemul/
H A Dnandemul2k.c294 static int nand_writev (struct mtd_info *mtd, const struct kvec *vecs,
297 static int nand_writev (struct mtd_info *mtd, const struct iovec *vecs,
519 static int nand_writev (struct mtd_info *mtd, const struct kvec *vecs, argument
522 static int nand_writev (struct mtd_info *mtd, const struct iovec *vecs,
/external/chromium_org/third_party/skia/include/core/
H A DSkMatrix.h459 @param vecs The vectors to be transformed. It must contain at least
461 @param count The number of vectors in vecs.
463 void mapVectors(SkVector vecs[], int count) const { argument
464 this->mapVectors(vecs, vecs, count);
/external/skia/include/core/
H A DSkMatrix.h454 @param vecs The vectors to be transformed. It must contain at least
456 @param count The number of vectors in vecs.
458 void mapVectors(SkVector vecs[], int count) const { argument
459 this->mapVectors(vecs, vecs, count);
/external/opencv/ml/src/
H A Dmlann_mlp.cpp566 void CvANN_MLP::calc_input_scale( const CvVectors* vecs, int flags ) argument
571 int count = vecs->count;
576 int type = vecs->type;
587 const float* f = vecs->data.fl[i];
588 const double* d = vecs->data.db[i];
608 void CvANN_MLP::calc_output_scale( const CvVectors* vecs, int flags )
611 int type = vecs->type;
618 int count = vecs->count;
640 const float* f = vecs->data.fl[i];
641 const double* d = vecs
[all...]
H A Dmlsvm.cpp231 void CvSVMKernel::calc_non_rbf_base( int vcount, int var_count, const float** vecs, argument
238 const float* sample = vecs[j];
250 void CvSVMKernel::calc_linear( int vcount, int var_count, const float** vecs, argument
253 calc_non_rbf_base( vcount, var_count, vecs, another, results, 1, 0 );
257 void CvSVMKernel::calc_poly( int vcount, int var_count, const float** vecs, argument
261 calc_non_rbf_base( vcount, var_count, vecs, another, results, params->gamma, params->coef0 );
266 void CvSVMKernel::calc_sigmoid( int vcount, int var_count, const float** vecs, argument
270 calc_non_rbf_base( vcount, var_count, vecs, another, results,
285 void CvSVMKernel::calc_rbf( int vcount, int var_count, const float** vecs, argument
294 const float* sample = vecs[
322 calc( int vcount, int var_count, const float** vecs, const float* another, Qfloat* results ) argument
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 172 milliseconds