OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FMAC_C
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/media/base/
vector_math_testing.h
17
MEDIA_EXPORT void
FMAC_C
(const float src[], float scale, int len, float dest[]);
vector_math.cc
49
g_fmac_proc_ = kUseSSE ? FMAC_SSE :
FMAC_C
;
61
#define FMAC_FUNC
FMAC_C
74
void
FMAC_C
(const float src[], float scale, int len, float dest[]) {
vector_math_perftest.cc
92
// Benchmark
FMAC_C
().
94
vector_math::
FMAC_C
, true, "vector_math_fmac", "unoptimized");
vector_math_unittest.cc
70
SCOPED_TRACE("
FMAC_C
");
72
vector_math::
FMAC_C
(
Completed in 33 milliseconds