OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FMUL_C
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/media/base/
vector_math_testing.h
18
MEDIA_EXPORT void
FMUL_C
(const float src[], float scale, int len, float dest[]);
vector_math.cc
50
g_fmul_proc_ = kUseSSE ? FMUL_SSE :
FMUL_C
;
62
#define FMUL_FUNC
FMUL_C
86
void
FMUL_C
(const float src[], float scale, int len, float dest[]) {
vector_math_perftest.cc
123
// Benchmark
FMUL_C
().
125
vector_math::
FMUL_C
, true, "vector_math_fmul", "unoptimized");
vector_math_unittest.cc
112
SCOPED_TRACE("
FMUL_C
");
114
vector_math::
FMUL_C
(
Completed in 224 milliseconds