Searched refs:D2Length (Results 1 – 1 of 1) sorted by relevance
/libcore/luni/src/main/native/ |
D | java_lang_StringToReal.cpp | 276 int32_t xLength, yLength, DLength, D2Length; in doubleAlgorithm() local 279 xLength = yLength = DLength = D2Length = 0; in doubleAlgorithm() 370 D2Length = DLength + 1; in doubleAlgorithm() 371 allocateU64 (D2, D2Length); in doubleAlgorithm() 373 multiplyHighPrecision (D, DLength, &m, 1, D2, D2Length); in doubleAlgorithm() 376 comparison2 = compareHighPrecision (D2, D2Length, y, yLength); in doubleAlgorithm() 382 simpleShiftLeftHighPrecision (D2, D2Length, 1); in doubleAlgorithm() 383 if (compareHighPrecision (D2, D2Length, y, yLength) > 0) in doubleAlgorithm() 704 int32_t xLength, yLength, DLength, D2Length; in floatAlgorithm() local 707 xLength = yLength = DLength = D2Length = 0; in floatAlgorithm() [all …]
|