Searched defs:hi (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/android/support/src/musl-math/ |
D | libm.h | 43 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/ |
D | e_log2f.c | 34 float f,hfsq,hi,lo,r,y; in __ieee754_log2f() local
|
D | e_log2.c | 44 double f,hfsq,hi,lo,r,val_hi,val_lo,w,y; in __ieee754_log2() local
|
D | math_private.h | 563 #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/ |
D | debug.cpp | 200 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/ |
D | num_get_float.cpp | 42 uint32_t hi; member 302 int hi, lo; /* offsets in power of ten table */ in _Stl_tenscale() local
|
/ndk/sources/host-tools/ndk-depends/ |
D | ndk-depends.cc | 250 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
|