OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOW_U32_FROM_VAR
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/native/
cbigint.cpp
207
LOW_U32_FROM_PTR (arg1 + index) =
LOW_U32_FROM_VAR
(product);
210
HIGH_U32_FROM_PTR (arg1 + index) =
LOW_U32_FROM_VAR
(product);
234
result[at (resultIndex)] =
LOW_U32_FROM_VAR
(product);
239
result[at (resultIndex)] =
LOW_U32_FROM_VAR
(product);
263
result[halfAt(resultIndex)] =
LOW_U32_FROM_VAR
(product);
266
result[halfAt(resultIndex)] =
LOW_U32_FROM_VAR
(product);
327
LOW_U32_FROM_PTR (arg1 + index) =
LOW_U32_FROM_VAR
(digit);
331
HIGH_U32_FROM_PTR (arg1 + index) =
LOW_U32_FROM_VAR
(digit);
843
static_cast<uint64_t>(
LOW_U32_FROM_VAR
(arg2)) * static_cast<uint64_t>(LOW_U32_FROM_PTR (pArg1));
854
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 37 milliseconds