OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:postscale4
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/hal/src/
mathfuncs.cpp
464
static const __m128
postscale4
= _mm_set1_ps((float)exp_postscale);
local
510
xf0 = _mm_mul_ps(xf0,
postscale4
);
511
xf1 = _mm_mul_ps(xf1,
postscale4
);
[
all
...]
Completed in 50 milliseconds