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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CopysignTest.java 69 int vec_size = stride - skip; local
70 float[] ref = new float[vec_size * input_size];
72 for (int j = 0; j < vec_size; j++) {
74 ref[i*vec_size + j] = Math.copySign(in[idx], in[idx + stride]);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
APIspecutil.py 208 vec_size = _MaxVecSize(func, param)
212 return (param.name, param.type, vec_size, dst_type, valid_values, conversion)
  /external/mesa3d/src/mesa/main/
APIspecutil.py 208 vec_size = _MaxVecSize(func, param)
212 return (param.name, param.type, vec_size, dst_type, valid_values, conversion)
  /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...]
  /external/opencv/cv/include/
cvcompat.h 813 int num_samples, int vec_size,
816 CvMat* samples_mat = cvCreateMat( num_samples, vec_size, CV_32FC1 );
820 memcpy( samples_mat->data.fl + i*vec_size, samples[i], vec_size*sizeof(float));
    [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp 1166 int vec_size; local
    [all...]

Completed in 153 milliseconds