/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | ratio | 20 template <intmax_t N, intmax_t D = 1> 24 static const intmax_t num; 25 static const intmax_t den; 83 template <intmax_t _Xp, intmax_t _Yp> 86 static const intmax_t value = __static_gcd<_Yp, _Xp % _Yp>::value; 89 template <intmax_t _Xp> 92 static const intmax_t value = _Xp; 98 static const intmax_t value = 1; 103 template <intmax_t _Xp, intmax_t _Yp> 106 static const intmax_t value = _Xp / __static_gcd<_Xp, _Yp>::value * _Yp; [all …]
|
D | cinttypes | 228 intmax_t imaxabs(intmax_t j); 229 imaxdiv_t imaxdiv(intmax_t numer, intmax_t denom); 230 intmax_t strtoimax(const char* restrict nptr, char** restrict endptr, int base); 232 intmax_t wcstoimax(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
|
D | cstdint | 138 intmax_t 186 using::intmax_t;
|
D | chrono | 348 …f typename common_type<typename _ToDuration::rep, typename _FromDuration::rep, intmax_t>::type _Ct; 360 …f typename common_type<typename _ToDuration::rep, typename _FromDuration::rep, intmax_t>::type _Ct; 372 …f typename common_type<typename _ToDuration::rep, typename _FromDuration::rep, intmax_t>::type _Ct; 417 static const intmax_t __gcd_n1_n2 = __static_gcd<_R1::num, _R2::num>::value; 418 static const intmax_t __gcd_d1_d2 = __static_gcd<_R1::den, _R2::den>::value; 419 static const intmax_t __n1 = _R1::num / __gcd_n1_n2; 420 static const intmax_t __d1 = _R1::den / __gcd_d1_d2; 421 static const intmax_t __n2 = _R2::num / __gcd_n1_n2; 422 static const intmax_t __d2 = _R2::den / __gcd_d1_d2; 423 static const intmax_t max = -((intmax_t(1) << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1); [all …]
|
D | atomic | 515 typedef atomic<intmax_t> atomic_intmax_t; 1768 typedef atomic<intmax_t> atomic_intmax_t;
|
/ndk/sources/android/support/include/ |
D | inttypes.h | 41 intmax_t imaxabs(intmax_t) __attribute__((__const__)); 42 imaxdiv_t imaxdiv(intmax_t, intmax_t) __attribute__((__const__));
|
D | wchar.h | 156 intmax_t wcstoimax (const wchar_t * nptr, wchar_t** endptr , int base);
|
/ndk/sources/android/support/src/ |
D | stdlib_support.c | 42 intmax_t imaxabs(intmax_t j) in imaxabs() 47 imaxdiv_t imaxdiv(intmax_t numer, intmax_t denom) in imaxdiv()
|
/ndk/sources/host-tools/make-3.81/config/ |
D | intmax.m4 | 10 dnl Test whether the system has the 'intmax_t' type, but don't attempt to 17 AC_CACHE_CHECK(for intmax_t, gt_cv_c_intmax_t, 27 ], [intmax_t x = -1;], gt_cv_c_intmax_t=yes, gt_cv_c_intmax_t=no)]) 30 [Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>.])
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | cstdint.hpp | 135 using ::intmax_t; 176 typedef int64_t intmax_t; typedef 181 typedef int32_t intmax_t; typedef 306 typedef ::boost::long_long_type intmax_t; typedef 318 typedef long intmax_t; typedef 330 __extension__ typedef long long intmax_t; typedef 342 typedef __int64 intmax_t; typedef 352 typedef int32_t intmax_t; typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/ratio.ratio/ |
D | ratio3.fail.cpp | 18 const std::intmax_t t1 = std::ratio<1, 0x8000000000000000ULL>::num; in main()
|
D | ratio1.fail.cpp | 17 const std::intmax_t t1 = std::ratio<1, 0>::num; in main()
|
D | ratio2.fail.cpp | 18 const std::intmax_t t1 = std::ratio<0x8000000000000000ULL, 1>::num; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | stdint_h.pass.cpp | 160 static_assert(sizeof(intmax_t) >= sizeof(long long), in main() 162 static_assert(std::is_signed<intmax_t>::value, in main() 216 assert(INTMAX_MIN == std::numeric_limits<intmax_t>::min()); in main() 219 assert(INTMAX_MAX == std::numeric_limits<intmax_t>::max()); in main()
|
D | inttypes_h.pass.cpp | 636 intmax_t i = 0; in main() 637 static_assert((std::is_same<decltype(imaxabs(i)), intmax_t>::value), ""); in main() 639 static_assert((std::is_same<decltype(strtoimax("", (char**)0, 0)), intmax_t>::value), ""); in main() 641 static_assert((std::is_same<decltype(wcstoimax(L"", (wchar_t**)0, 0)), intmax_t>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 160 static_assert(sizeof(std::intmax_t) >= sizeof(long long), in main() 162 static_assert(std::is_signed<std::intmax_t>::value, in main() 216 assert(INTMAX_MIN == std::numeric_limits<std::intmax_t>::min()); in main() 219 assert(INTMAX_MAX == std::numeric_limits<std::intmax_t>::max()); in main()
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | stdint.in.h | 257 #undef intmax_t 260 # define intmax_t gl_intmax_t macro 262 # define intmax_t int64_t macro 265 # define intmax_t gl_intmax_t macro 282 typedef int _verify_intmax_size[2 * (sizeof (intmax_t) == sizeof (uintmax_t)) - 1];
|
/ndk/sources/android/support/src/wcstox/ |
D | wcstol.c | 49 intmax_t wcstoimax(const wchar_t *restrict s, in wcstoimax()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 916 std::intmax_t i3 = 0; in main() 922 std::intmax_t i = 0; in main() 923 static_assert((std::is_same<decltype(std::imaxabs(i)), std::intmax_t>::value), ""); in main() 925 …static_assert((std::is_same<decltype(std::strtoimax("", (char**)0, 0)), std::intmax_t>::value), ""… in main() 927 …static_assert((std::is_same<decltype(std::wcstoimax(L"", (wchar_t**)0, 0)), std::intmax_t>::value)… in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/ |
D | cstdint_typedefs.pass.cpp | 65 static_assert((std::is_same<std::atomic< std::intmax_t>, std::atomic_intmax_t>::value), ""); in main()
|
/ndk/sources/android/support/src/stdio/ |
D | vfscanf.c | 300 *va_arg(ap, intmax_t *) = nread; in VFSCANF() 591 *va_arg(ap, intmax_t *) = res; in VFSCANF()
|
D | vfwprintf.c | 167 break; case IMAX: arg->i = va_arg(*ap, intmax_t); in pop_arg()
|
D | vfprintf.c | 177 break; case IMAX: arg->i = va_arg(*ap, intmax_t); in pop_arg()
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | stdint.m4 | 143 intmax_t i = INTMAX_MAX;
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | configure | 20148 intmax_t i = INTMAX_MAX;
|