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

  /external/eigen/bench/
benchmarkXcwise.cpp 13 #ifndef VECSIZE
14 #define VECSIZE 1000000
23 VECTYPE I = VECTYPE::Ones(VECSIZE);
24 VECTYPE m(VECSIZE,1);
25 for(int i = 0; i < VECSIZE; i++)
27 m[i] = 0.1 * i/VECSIZE;
31 m = VECTYPE::Ones(VECSIZE) + 0.00005 * (m.cwise().square() + m/4);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_neon_Resize.S 40 .set VECSIZE, (1<<VECSHIFT)
101 * This function calculates the minimum number of VECSIZE chunks extracted from
105 * (CHUNKSIZE + xinc * VECSIZE - 1) / (xinc * VECSIZE)
154 .set LOOP_OUTPUT_SIZE, (VECSIZE * COMPONENT_COUNT)
rsCpuIntrinsics_advsimd_Resize.S 37 .set VECSIZE, (1<<VECSHIFT)
102 * This function calculates the minimum number of VECSIZE chunks extracted from
106 * (CHUNKSIZE + xinc * VECSIZE - 1) / (xinc * VECSIZE)
137 .set LOOP_OUTPUT_SIZE, (VECSIZE * COMPONENT_COUNT)

Completed in 62 milliseconds