OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FMUL_C
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/media/base/
vector_math_testing.h
16
MEDIA_EXPORT void
FMUL_C
(const float src[], float scale, int len, float dest[]);
vector_math.cc
43
g_fmul_proc_ = kUseSSE ? FMUL_SSE :
FMUL_C
;
53
#define FMUL_FUNC
FMUL_C
76
void
FMUL_C
(const float src[], float scale, int len, float dest[]) {
vector_math_unittest.cc
130
SCOPED_TRACE("
FMUL_C
");
132
vector_math::
FMUL_C
(
239
// Benchmark
FMUL_C
().
243
vector_math::
FMUL_C
(
247
printf("
FMUL_C
took %.2fms.\n", total_time_c_ms);
266
"faster than
FMUL_C
.\n", total_time_optimized_unaligned_ms,
281
"faster than
FMUL_C
and %.2fx faster than "
Completed in 109 milliseconds