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

/libcore/luni/src/main/native/
H A Dcbigint.h73 #define HIGH_U32_FROM_LONG64_PTR(long64ptr) ((reinterpret_cast<U64U32DBL*>(long64ptr))->u32val[LONG_HI_OFFSET]) 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)

Completed in 174 milliseconds