Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dcbigint.h73 #define HIGH_U32_FROM_LONG64_PTR(long64ptr) ((reinterpret_cast<U64U32DBL*>(long64ptr))->u32val[LONG… macro
77 #define HIGH_U32_FROM_LONG64(long64) HIGH_U32_FROM_LONG64_PTR(&(long64))
86 #define HIGH_U32_FROM_PTR(u64ptr) HIGH_U32_FROM_LONG64_PTR(u64ptr)