OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mult_as_int
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuIntrinsicBLAS.cpp
696
const int32_t
mult_as_int
= (a_as_int * b_as_int);
local
697
total +=
mult_as_int
;
[
all
...]
/external/gemmlowp/test/
test.cc
88
const int32_t
mult_as_int
= a_as_int * b_as_int;
local
89
total +=
mult_as_int
;
[
all
...]
Completed in 717 milliseconds