HomeSort by relevance Sort by last modified time
    Searched refs:vec_count (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/main/
sse_minmax.c 59 unsigned vec_count; local
65 vec_count = aligned_count & ~0x3;
67 for (i = 0; i < vec_count / 4; i++) {
82 i = vec_count;
  /external/mesa3d/src/gallium/auxiliary/util/
u_pwr8.h 186 __m128i_union vec_count; local
194 vec_count.m128si = (vector signed int) vec_splats (count);
195 return (__m128i) vec_sl ((vector signed int) vsrc, vec_count.m128ui);
201 __m128i_union vec_count; local
209 vec_count.m128si = (vector signed int) vec_splats (count);
210 return (__m128i) vec_sr ((vector signed int) vsrc, vec_count.m128ui);
216 __m128i_union vec_count; local
224 vec_count.m128si = (vector signed int) vec_splats (count);
225 return (__m128i) vec_sra ((vector signed int) vsrc, vec_count.m128ui);
  /frameworks/native/libs/vr/libpdx_uds/private/uds/
ipc_helper.h 63 const iovec* data_vec = nullptr, size_t vec_count = 0);
164 size_t vec_count = 0) {
167 return payload.Send(socket_fd, nullptr, data_vec, vec_count);
174 size_t vec_count = 0) {
177 return payload.Send(socket_fd, &request.cred, data_vec, vec_count);
  /frameworks/native/libs/vr/libpdx_uds/
ipc_helper.cpp 182 size_t vec_count) {
198 msg.msg_iovlen = 2 + vec_count;
204 for (size_t i = 0; i < vec_count; i++)
  /external/opencv/ml/include/
ml.h 343 typedef void (CvSVMKernel::*Calc)( int vec_count, int vec_size, const float** vecs,
356 virtual void calc_non_rbf_base( int vec_count, int vec_size, const float** vecs,
360 virtual void calc_linear( int vec_count, int vec_size, const float** vecs,
362 virtual void calc_rbf( int vec_count, int vec_size, const float** vecs,
364 virtual void calc_poly( int vec_count, int vec_size, const float** vecs,
366 virtual void calc_sigmoid( int vec_count, int vec_size, const float** vecs,
    [all...]

Completed in 709 milliseconds