Searched refs:D2Length (Results 1 – 1 of 1) sorted by relevance
/libcore/luni/src/main/native/ |
D | java_lang_StringToReal.cpp | 343 int32_t xLength, yLength, DLength, D2Length, decApproxCount, incApproxCount; in doubleAlgorithm() local 346 xLength = yLength = DLength = D2Length = 0; in doubleAlgorithm() 437 D2Length = DLength + 1; in doubleAlgorithm() 438 allocateU64 (D2, D2Length); in doubleAlgorithm() 440 multiplyHighPrecision (D, DLength, &m, 1, D2, D2Length); in doubleAlgorithm() 443 comparison2 = compareHighPrecision (D2, D2Length, y, yLength); in doubleAlgorithm() 448 simpleShiftLeftHighPrecision (D2, D2Length, 1); in doubleAlgorithm() 449 if (compareHighPrecision (D2, D2Length, y, yLength) > 0) in doubleAlgorithm() 816 int32_t xLength, yLength, DLength, D2Length; in floatAlgorithm() local 820 xLength = yLength = DLength = D2Length = 0; in floatAlgorithm() [all …]
|