Home
last modified time | relevance | path

Searched refs:FMUL_SSE (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/media/base/
Dvector_math_testing.h25 MEDIA_EXPORT void FMUL_SSE(const float src[], float scale, int len,
Dvector_math.cc17 #define FMUL_FUNC FMUL_SSE
86 void FMUL_SSE(const float src[], float scale, int len, float dest[]) { in FMUL_SSE() function
Dvector_math_perftest.cc85 #define FMUL_FUNC FMUL_SSE
Dvector_math_unittest.cc121 vector_math::FMUL_SSE( in TEST_F()