Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dcbigint.h75 #define HIGH_I32_FROM_LONG64_PTR(long64ptr) ((reinterpret_cast<U64U32DBL*>(long64ptr))->i32val[LONG… macro
79 #define HIGH_I32_FROM_LONG64(long64) HIGH_I32_FROM_LONG64_PTR(&(long64))
Djava_lang_StringToReal.cpp35 #define HIGH_I32_FROM_PTR(u64ptr) HIGH_I32_FROM_LONG64_PTR(u64ptr)