OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:weight_prev_squared_x4
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/base/simd/
vector_math_sse.cc
68
const __m128
weight_prev_squared_x4
=
local
71
_mm_mul_ps(
weight_prev_squared_x4
,
weight_prev_squared_x4
);
/external/chromium_org/media/base/
vector_math.cc
159
const float32x4_t
weight_prev_squared_x4
=
local
162
vmulq_f32(
weight_prev_squared_x4
,
weight_prev_squared_x4
);
Completed in 26 milliseconds