OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_1_5
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/hal/include/opencv2/hal/
intrin_sse.hpp
685
static const __m128 _0_5 = _mm_set1_ps(0.5f),
_1_5
= _mm_set1_ps(1.5f);
local
689
t = _mm_mul_ps(t, _mm_sub_ps(
_1_5
, _mm_mul_ps(_mm_mul_ps(t, t), h)));
[
all
...]
/external/opencv/cxcore/src/
cxmathfuncs.cpp
217
//static const double _0_5 = 0.5,
_1_5
= 1.5;
[
all
...]
Completed in 249 milliseconds