VectorLength 14 modules/core/perf/perf_math.cpp PERF_TEST_P(VectorLength, phase32f, testing::Values(128, 1000, 128*1024, 512*1024, 1024*1024)) VectorLength 345 modules/photo/src/inpaint.cpp dst = (float)(1./(VectorLength(r)*sqrt((double)VectorLength(r)))); VectorLength 457 modules/photo/src/inpaint.cpp dst = (float)(1./(VectorLength(r)*sqrt(VectorLength(r)))); VectorLength 551 modules/photo/src/inpaint.cpp dst = 1/(VectorLength(r)*VectorLength(r)+1); VectorLength 588 modules/photo/src/inpaint.cpp dir = (float)fabs(VectorScalMult(r,gradI)/sqrt(VectorLength(r)*VectorLength(gradI))); VectorLength 639 modules/photo/src/inpaint.cpp dst = 1/(VectorLength(r)*VectorLength(r)+1); VectorLength 676 modules/photo/src/inpaint.cpp dir = (float)fabs(VectorScalMult(r,gradI)/sqrt(VectorLength(r)*VectorLength(gradI)));