HomeSort by relevance Sort by last modified time
    Searched full:vecs (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /system/core/liblog/
uio.c 25 LIBLOG_ABI_PUBLIC int readv(int fd, struct iovec *vecs, int count)
29 for ( ; count > 0; count--, vecs++ ) {
30 char* buf = vecs->iov_base;
31 int len = vecs->iov_len;
52 LIBLOG_ABI_PUBLIC int writev(int fd, const struct iovec *vecs, int count)
56 for ( ; count > 0; count--, vecs++ ) {
57 const char* buf = vecs->iov_base;
58 int len = vecs->iov_len;
  /external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h 446 EIGEN_STRONG_INLINE void punpackp(Packet4f* vecs)
448 vecs[1] = _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(vecs[0]), 0x55));
449 vecs[2] = _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(vecs[0]), 0xAA));
450 vecs[3] = _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(vecs[0]), 0xFF));
451 vecs[0] = _mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(vecs[0]), 0x00));
456 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs)
    [all...]
Complex.h 134 template<> EIGEN_STRONG_INLINE Packet2cf preduxp<Packet2cf>(const Packet2cf* vecs)
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)
335 return vecs[0];
  /system/core/include/log/
uio.h 41 extern int readv( int fd, struct iovec* vecs, int count );
42 extern int writev( int fd, const struct iovec* vecs, int count );
  /external/eigen/Eigen/src/Core/arch/NEON/
Complex.h 152 template<> EIGEN_STRONG_INLINE Packet2cf preduxp<Packet2cf>(const Packet2cf* vecs)
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));
PacketMath.h 260 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs)
267 vtrn1 = vzipq_f32(vecs[0], vecs[2]);
268 vtrn2 = vzipq_f32(vecs[1], vecs[3]);
291 template<> EIGEN_STRONG_INLINE Packet4i preduxp<Packet4i>(const Packet4i* vecs)
298 vtrn1 = vzipq_s32(vecs[0], vecs[2]);
299 vtrn2 = vzipq_s32(vecs[1], vecs[3])
    [all...]
  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 363 template<> EIGEN_STRONG_INLINE Packet4f preduxp<Packet4f>(const Packet4f* vecs)
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)
    [all...]
Complex.h 133 template<> EIGEN_STRONG_INLINE Packet2cf preduxp<Packet2cf>(const Packet2cf* vecs)
137 b1 = (Packet4f) vec_sld(vecs[0].v, vecs[1].v, 8);
138 b2 = (Packet4f) vec_sld(vecs[1].v, vecs[0].v, 8);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/pooling/normal/
DefaultWorldPool.java 60 private final OrderedStack<Vec2> vecs; field in class:DefaultWorldPool
120 vecs = new OrderedStack<Vec2>(argSize, argContainerSize) {
177 return vecs.pop();
181 return vecs.pop(argNum);
185 vecs.push(argNum);
  /external/libgdx/gdx/jni/
com.badlogic.gdx.math.Matrix4.cpp 173 float* vecs = (float*)env->GetPrimitiveArrayCritical(obj_vecs, 0); local
178 float* vecPtr = vecs + offset;
185 env->ReleasePrimitiveArrayCritical(obj_vecs, vecs, 0);
205 float* vecs = (float*)env->GetPrimitiveArrayCritical(obj_vecs, 0); local
210 float* vecPtr = vecs + offset;
217 env->ReleasePrimitiveArrayCritical(obj_vecs, vecs, 0);
237 float* vecs = (float*)env->GetPrimitiveArrayCritical(obj_vecs, 0); local
242 float* vecPtr = vecs + offset;
249 env->ReleasePrimitiveArrayCritical(obj_vecs, vecs, 0);
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
MatrixJNITest.java 95 Gdx.app.log("MatrixJNITest", "java vecs * matrix took: " + (TimeUtils.nanoTime() - start) / 1000000000.0f);
102 Gdx.app.log("MatrixJNITest", "jni vecs * matrix took: " + (TimeUtils.nanoTime() - start) / 1000000000.0f);
107 Gdx.app.log("MatrixJNITest", "jni bulk vecs * matrix took: " + (TimeUtils.nanoTime() - start) / 1000000000.0f);
  /external/libevent/
buffer_iocp.c 254 struct evbuffer_iovec vecs[MAX_WSABUFS]; local
272 vecs, MAX_WSABUFS, &chainp, 1);
276 &vecs[i]);
evbuffer-internal.h 268 * Sets up the one or two iovecs in 'vecs' to point to the free memory and its
270 * Returns the number of vecs used.
273 struct evbuffer_iovec *vecs, int n_vecs, struct evbuffer_chain ***chainp,
  /external/opencv3/modules/ml/src/
svm.cpp 165 void calc_non_rbf_base( int vcount, int var_count, const float* vecs,
172 const float* sample = &vecs[j*var_count];
183 void calc_linear( int vcount, int var_count, const float* vecs,
186 calc_non_rbf_base( vcount, var_count, vecs, another, results, 1, 0 );
189 void calc_poly( int vcount, int var_count, const float* vecs,
193 calc_non_rbf_base( vcount, var_count, vecs, another, results, params.gamma, params.coef0 );
198 void calc_sigmoid( int vcount, int var_count, const float* vecs,
202 calc_non_rbf_base( vcount, var_count, vecs, another, results,
217 void calc_rbf( int vcount, int var_count, const float* vecs,
225 const float* sample = &vecs[j*var_count]
    [all...]
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 379 SkVector vecs[1] = { { advanceX, 0 } }; local
385 vecs[0].fX = SkScalarRoundToScalar(advanceX);
386 fG_inv.mapVectors(vecs, SK_ARRAY_COUNT(vecs));
388 fSkXform.mapVectors(vecs, SK_ARRAY_COUNT(vecs));
391 glyph->fAdvanceX = SkScalarToFixed(vecs[0].fX);
392 glyph->fAdvanceY = SkScalarToFixed(vecs[0].fY);
  /development/ndk/platforms/android-3/include/linux/mtd/
mtd.h 119 int (*writev) (struct mtd_info *mtd, const struct kvec *vecs, unsigned long count, loff_t to, size_t *retlen);
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Rectangle.java 272 * @param vecs the vectors describing the points
274 public Rectangle merge (Vector2[] vecs) {
279 for (int i = 0; i < vecs.length; ++i) {
280 Vector2 v = vecs[i];
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/mtd/
mtd.h 119 int (*writev) (struct mtd_info *mtd, const struct kvec *vecs, unsigned long count, loff_t to, size_t *retlen);
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/mtd/
mtd.h 119 int (*writev) (struct mtd_info *mtd, const struct kvec *vecs, unsigned long count, loff_t to, size_t *retlen);
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/mtd/
mtd.h 119 int (*writev) (struct mtd_info *mtd, const struct kvec *vecs, unsigned long count, loff_t to, size_t *retlen);
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/mtd/
mtd.h 119 int (*writev) (struct mtd_info *mtd, const struct kvec *vecs, unsigned long count, loff_t to, size_t *retlen);
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/mtd/
mtd.h 119 int (*writev) (struct mtd_info *mtd, const struct kvec *vecs, unsigned long count, loff_t to, size_t *retlen);
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/mtd/
mtd.h 119 int (*writev) (struct mtd_info *mtd, const struct kvec *vecs, unsigned long count, loff_t to, size_t *retlen);
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/mtd/
mtd.h 119 int (*writev) (struct mtd_info *mtd, const struct kvec *vecs, unsigned long count, loff_t to, size_t *retlen);
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/mtd/
mtd.h 119 int (*writev) (struct mtd_info *mtd, const struct kvec *vecs, unsigned long count, loff_t to, size_t *retlen);

Completed in 954 milliseconds

1 2 3 4