Searched refs:allocateU64 (Results 1 – 1 of 1) sorted by relevance
/libcore/luni/src/main/native/ |
D | java_lang_StringToReal.cpp | 49 #define allocateU64(x, n) if (!((x) = reinterpret_cast<uint64_t*>(malloc((n) * sizeof(uint64_t)))))… macro 297 allocateU64 (x, xLength); in doubleAlgorithm() 303 allocateU64 (y, yLength); in doubleAlgorithm() 311 allocateU64 (x, xLength); in doubleAlgorithm() 318 allocateU64 (y, 1); in doubleAlgorithm() 327 allocateU64 (y, yLength); in doubleAlgorithm() 336 allocateU64 (x, xLength); in doubleAlgorithm() 342 allocateU64 (y, yLength); in doubleAlgorithm() 352 allocateU64 (D, DLength); in doubleAlgorithm() 359 allocateU64 (D, DLength); in doubleAlgorithm() [all …]
|