HomeSort by relevance Sort by last modified time
    Searched refs:LOW_U32_FROM_VAR (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/native/
cbigint.cpp 205 LOW_U32_FROM_PTR (arg1 + index) = LOW_U32_FROM_VAR (product);
208 HIGH_U32_FROM_PTR (arg1 + index) = LOW_U32_FROM_VAR (product);
232 result[at (resultIndex)] = LOW_U32_FROM_VAR (product);
237 result[at (resultIndex)] = LOW_U32_FROM_VAR (product);
261 result[halfAt(resultIndex)] = LOW_U32_FROM_VAR(product);
264 result[halfAt(resultIndex)] = LOW_U32_FROM_VAR(product);
325 LOW_U32_FROM_PTR (arg1 + index) = LOW_U32_FROM_VAR (digit);
329 HIGH_U32_FROM_PTR (arg1 + index) = LOW_U32_FROM_VAR (digit);
839 static_cast<uint64_t>(LOW_U32_FROM_VAR (arg2)) * static_cast<uint64_t>(LOW_U32_FROM_PTR (pArg1));
850 static_cast<uint64_t>(LOW_U32_FROM_VAR (arg2)) * static_cast<uint64_t>(HIGH_U32_FROM_PTR (pArg1))
    [all...]
cbigint.h 83 #define LOW_U32_FROM_VAR(u64) LOW_U32_FROM_LONG64(u64)
java_lang_StringToReal.cpp 465 if ((LOW_U32_FROM_VAR (m) & 1) == 0)

Completed in 921 milliseconds