OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__ovflow
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/cxx-stl/stlport/stlport/stl/
_num_get.c
121
bool
__ovflow
= false;
local
149
__ovflow
= true; // don't need to keep accumulating
153
__ovflow
=
__ovflow
|| __next >= __result;
164
__val =
__ovflow
? __is_negative ? (numeric_limits<_Integer>::min)()
170
return ((__got > 0) && !
__ovflow
) &&
181
bool
__ovflow
= false;
local
209
__ovflow
= true; //don't need to keep accumulating
213
__ovflow
=
__ovflow
|| __next <= __result
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_num_get.c
121
bool
__ovflow
= false;
local
149
__ovflow
= true; // don't need to keep accumulating
153
__ovflow
=
__ovflow
|| __next >= __result;
164
__val =
__ovflow
? __is_negative ? (numeric_limits<_Integer>::min)()
170
return ((__got > 0) && !
__ovflow
) &&
181
bool
__ovflow
= false;
local
209
__ovflow
= true; //don't need to keep accumulating
213
__ovflow
=
__ovflow
|| __next <= __result
[
all
...]
Completed in 150 milliseconds