Searched defs:DigitGenCounted (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dfast-dtoa.cc511 static bool DigitGenCounted(DiyFp w, function in namespace:v8::internal
699 // will not always be exactly the same since DigitGenCounted only produces a
702 bool result = DigitGenCounted(scaled_w, requested_digits,
/external/v8/src/
H A Dfast-dtoa.cc511 static bool DigitGenCounted(DiyFp w, function in namespace:v8::internal
699 // will not always be exactly the same since DigitGenCounted only produces a
702 bool result = DigitGenCounted(scaled_w, requested_digits,

Completed in 50 milliseconds