Searched refs:vectorLength (Results 1 – 4 of 4) sorted by relevance
165 const size_t vectorLength = sizeof(Vector) / sizeof(Scalar); // typically 4 (a const) in energyMonoVector() local189 for (i = 0; i < size - size % vectorLength /* compiler optimized */; i += vectorLength) { in energyMonoVector()
270 int vectorLength = numPoints * 2; in temporalSampling() local271 float[] vector = new float[vectorLength]; in temporalSampling()317 for (i = index; i < vectorLength; i += 2) { in temporalSampling()
122 float mag = GeometryMathUtils.vectorLength( in closestSide()
200 public static float vectorLength(float[] a) { in vectorLength() method in GeometryMathUtils