OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a_as_byte
(Results
1 - 2
of
2
) sorted by null
/external/gemmlowp/test/
test.cc
83
const uint8_t
a_as_byte
= a[a_index];
local
84
const int32_t a_as_int = static_cast<int32_t>(
a_as_byte
) + a_offset;
[
all
...]
/frameworks/rs/cpu_ref/
rsCpuIntrinsicBLAS.cpp
691
const uint8_t
a_as_byte
= a[a_index];
local
692
const int32_t a_as_int = (((int32_t)(
a_as_byte
)) - a_offset);
[
all
...]
Completed in 36 milliseconds