Home
last modified time | relevance | path

Searched defs:hi (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/android/support/src/musl-math/
Dlibm.h43 uint64_t hi; member
64 #define EXTRACT_WORDS(hi,lo,d) \ argument
73 #define GET_HIGH_WORD(hi,d) \ argument
89 #define INSERT_WORDS(d,hi,lo) \ argument
97 #define SET_HIGH_WORD(d,hi) \ argument
/ndk/sources/android/support/src/msun/
De_log2f.c34 float f,hfsq,hi,lo,r,y; in __ieee754_log2f() local
De_log2.c44 double f,hfsq,hi,lo,r,val_hi,val_lo,w,y; in __ieee754_log2() local
Dmath_private.h563 #define DOPRINT_END2(hi, lo) \ argument
579 #define DOPRINT_END2(hi, lo) \ argument
595 #define DOPRINT_END2(hi, lo) \ argument
617 #define DOPRINT_END2(hi, lo) \ argument
626 #define DOPRINT_END2(hi, lo) argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Ddebug.cpp200 size_t hi = hash<void*>()(__i) % static_cast<size_t>(__iend_ - __ibeg_); in __erase_i() local
525 size_t hi = hash<void*>()(__i) % static_cast<size_t>(__iend_ - __ibeg_); in __insert_iterator() local
/ndk/sources/cxx-stl/stlport/src/
Dnum_get_float.cpp42 uint32_t hi; member
302 int hi, lo; /* offsets in power of ten table */ in _Stl_tenscale() local
/ndk/sources/host-tools/ndk-depends/
Dndk-depends.cc250 uint64_t hi = static_cast<uint64_t>(get_u32_le(bytes + 4)); in get_u64_le() local
264 uint64_t hi = static_cast<uint64_t>(get_u32_be(bytes)); in get_u64_be() local