OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:estimated_power
(Results
1 - 1
of
1
) sorted by null
/external/v8/src/
bignum-dtoa.cc
52
// Computes v / 10^
estimated_power
exactly, as a ratio of two bignums, numerator
55
int
estimated_power
,
66
static void FixupMultiply10(int
estimated_power
, bool is_even,
97
//
estimated_power
might be too low by 1.
98
int
estimated_power
= EstimatePower(normalized_exponent);
local
104
if (mode == BIGNUM_DTOA_FIXED && -
estimated_power
- 1 > requested_digits) {
124
InitialScaledStartValues(v,
estimated_power
, need_boundary_deltas,
127
// We now have v = (numerator / denominator) * 10^
estimated_power
.
128
FixupMultiply10(
estimated_power
, is_even, decimal_point,
401
double v, int
estimated_power
, bool need_boundary_deltas
[
all
...]
Completed in 237 milliseconds