Home
last modified time | relevance | path

Searched refs:HIGH_U32_FROM_PTR (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/native/
Dcbigint.cpp209 HIGH_IN_U64 (product) + arg2 * HIGH_U32_FROM_PTR (arg1 + index); in simpleMultiplyHighPrecision()
210 HIGH_U32_FROM_PTR (arg1 + index) = LOW_U32_FROM_VAR (product); in simpleMultiplyHighPrecision()
238 arg2 * HIGH_U32_FROM_PTR (arg1 + index); in simpleMultiplyAddHighPrecision()
265 …product = HIGH_IN_U64(product) + result[halfAt(resultIndex)] + arg2 * HIGH_U32_FROM_PTR(arg1 + ind… in simpleMultiplyAddHighPrecisionBigEndianFix()
331 HIGH_U32_FROM_PTR (arg1 + index) = LOW_U32_FROM_VAR (digit); in simpleAppendDecimalDigitHighPrecision()
380 x = HIGH_U32_FROM_PTR (y); in highestSetBit()
392 x = HIGH_U32_FROM_PTR (y); in highestSetBit()
403 x = HIGH_U32_FROM_PTR (y); in highestSetBit()
456 x = HIGH_U32_FROM_PTR (y); in lowestSetBit()
468 x = HIGH_U32_FROM_PTR (y); in lowestSetBit()
[all …]
Dcbigint.h86 #define HIGH_U32_FROM_PTR(u64ptr) HIGH_U32_FROM_LONG64_PTR(u64ptr) macro