OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prescale2
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/hal/src/
mathfuncs.cpp
463
static const __m128d
prescale2
= _mm_set1_pd(exp_prescale);
local
491
xd0 = _mm_mul_pd(xd0,
prescale2
);
492
xd2 = _mm_mul_pd(xd2,
prescale2
);
493
xd1 = _mm_mul_pd(xd1,
prescale2
);
494
xd3 = _mm_mul_pd(xd3,
prescale2
);
661
static const __m128d
prescale2
= _mm_set1_pd(exp_prescale);
681
xf0 = _mm_mul_pd(xf0,
prescale2
);
682
xf1 = _mm_mul_pd(xf1,
prescale2
);
[
all
...]
Completed in 51 milliseconds