OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ab_x2_high32
(Results
1 - 1
of
1
) sorted by null
/external/gemmlowp/internal/
fixedpoint.h
171
int32_t
ab_x2_high32
= static_cast<int32_t>((ab_64 + nudge) / (1ll << 31));
local
172
return overflow ? std::numeric_limits<int32_t>::max() :
ab_x2_high32
;
Completed in 77 milliseconds