OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DigitGen
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
dtoa.h
53
// Will not reach 10 digits in
DigitGen
()
59
inline void
DigitGen
(const DiyFp& W, const DiyFp& Mp, uint64_t delta, char* buffer, int* len, int* K) {
121
DigitGen
(W, Wp, Wp.f - Wm.f, buffer, length, K);
/external/v8/src/
fast-dtoa.cc
362
static bool
DigitGen
(DiyFp low,
623
//
DigitGen
will generate the digits of scaled_w. Therefore we have
625
// Set decimal_exponent == -mk and pass it to
DigitGen
. If scaled_w is not an
630
bool result =
DigitGen
(scaled_boundary_minus, scaled_w, scaled_boundary_plus,
674
//
DigitGen
will generate the first requested_digits digits of scaled_w and
Completed in 1404 milliseconds