OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ab_64
(Results
1 - 1
of
1
) sorted by null
/external/gemmlowp/internal/
fixedpoint.h
169
int64_t
ab_64
= a_64 * b_64;
local
170
int32_t nudge =
ab_64
>= 0 ? (1 << 30) : (1 - (1 << 30));
171
int32_t ab_x2_high32 = static_cast<int32_t>((
ab_64
+ nudge) / (1ll << 31));
Completed in 221 milliseconds