OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_digit
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/strings/
string_number_conversions.cc
191
uint8_t
new_digit
= 0;
local
193
if (!CharToDigit<traits::kBase>(*current, &
new_digit
)) {
198
if (!Sign::CheckBounds(output,
new_digit
)) {
204
Sign::Increment(
new_digit
, output);
212
static bool CheckBounds(value_type* output, uint8_t
new_digit
) {
215
new_digit
> traits::max() % traits::kBase)) {
228
static bool CheckBounds(value_type* output, uint8_t
new_digit
) {
231
new_digit
> 0 - traits::min() % traits::kBase)) {
/external/v8/src/objects/
bigint.cc
[
all
...]
Completed in 137 milliseconds