OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FMAC_FUNC
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/base/
vector_math.cc
25
#define
FMAC_FUNC
FMAC_SSE
31
#define
FMAC_FUNC
g_fmac_proc_
47
#define
FMAC_FUNC
FMAC_NEON
52
#define
FMAC_FUNC
FMAC_C
61
return
FMAC_FUNC
(src, scale, len, dest);
vector_math_unittest.cc
161
#define
FMAC_FUNC
FMAC_SSE
163
#define
FMAC_FUNC
FMAC_NEON
183
#if defined(
FMAC_FUNC
)
188
// Benchmark
FMAC_FUNC
() with unaligned size.
194
vector_math::
FMAC_FUNC
(
199
printf(STRINGIZE(
FMAC_FUNC
) " (unaligned size) took %.2fms; which is %.2fx "
203
// Benchmark
FMAC_FUNC
() with aligned size.
209
vector_math::
FMAC_FUNC
(
214
printf(STRINGIZE(
FMAC_FUNC
) " (aligned) took %.2fms; which is %.2fx "
216
STRINGIZE(
FMAC_FUNC
) " (unaligned).\n"
[
all
...]
Completed in 105 milliseconds