Searched refs:ULL (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/ |
D | num_get_float.cpp | 105 # define ULL(x) x##Ui64 macro 111 # define ULL(x) x##ULL macro 121 const uint64 low_mask = ULL(0xffffffff); in _Stl_mult64() 141 # define bit11 ULL(0x7ff) 161 ULL(0xa000000000000000), /* _Stl_tenpow[0]=(10**1)/(2**4) */ 162 ULL(0xc800000000000000), /* _Stl_tenpow[1]=(10**2)/(2**7) */ 163 ULL(0xfa00000000000000), /* _Stl_tenpow[2]=(10**3)/(2**10) */ 164 ULL(0x9c40000000000000), /* _Stl_tenpow[3]=(10**4)/(2**14) */ 165 ULL(0xc350000000000000), /* _Stl_tenpow[4]=(10**5)/(2**17) */ 166 ULL(0xf424000000000000), /* _Stl_tenpow[5]=(10**6)/(2**20) */ [all …]
|
/ndk/sources/host-tools/make-3.81/config/ |
D | ulonglong.m4 | 16 [AC_TRY_LINK([unsigned long long ull = 1ULL; int i = 63;],
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | cstdint.hpp | 64 # define UINTMAX_C(c) c##ULL
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/ |
D | binary.hpp | 55 BOOST_SUFFIXED_BINARY_LITERAL( bit_groupings, ULL )
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _limits.h | 319 static unsigned _STLP_LONG_LONG (_STLP_CALL min) () _STLP_NOTHROW { return 0ULL; } in _STLP_LONG_LONG()
|
/ndk/sources/android/support/src/msun/ |
D | math_private.h | 267 .xbits.man = __CONCAT(m, ULL), \
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | __config | 669 #define _LIBCPP_NONUNIQUE_RTTI_BIT (1ULL << 63)
|
D | random | 2497 43, 6364136223846793005ULL> mt19937_64;
|