Home
last modified time | relevance | path

Searched refs:intmax_t (Results 1 – 25 of 193) sorted by relevance

12345678

/third_party/boost/boost/ratio/detail/
Doverflow_helpers.hpp68 …template <boost::intmax_t X, boost::intmax_t Y, boost::intmax_t = mpl::sign_c<boost::intmax_t, Y>:…
71 template <boost::intmax_t X, boost::intmax_t Y>
74 static const boost::intmax_t min = boost::integer_traits<boost::intmax_t>::const_min;
75 static const boost::intmax_t max = boost::integer_traits<boost::intmax_t>::const_max;
79 static const boost::intmax_t value = X + Y;
82 template <boost::intmax_t X, boost::intmax_t Y>
86 static const boost::intmax_t value = X;
89 template <boost::intmax_t X, boost::intmax_t Y>
92 static const boost::intmax_t min = boost::integer_traits<boost::intmax_t>::const_min;
93 static const boost::intmax_t max = boost::integer_traits<boost::intmax_t>::const_max;
[all …]
/third_party/boost/boost/ratio/
Dratio.hpp76 template <boost::intmax_t N, boost::intmax_t D>
79 static const boost::intmax_t ABS_N = mpl::abs_c<boost::intmax_t, N>::value;
80 static const boost::intmax_t ABS_D = mpl::abs_c<boost::intmax_t, D>::value;
84 static const boost::intmax_t SIGN_N = mpl::sign_c<boost::intmax_t,N>::value
85 * mpl::sign_c<boost::intmax_t,D>::value;
86 static const boost::intmax_t GCD = mpl::gcd_c<boost::intmax_t, ABS_N, ABS_D>::value;
88 BOOST_STATIC_CONSTEXPR boost::intmax_t num = SIGN_N * ABS_N / GCD;
89 BOOST_STATIC_CONSTEXPR boost::intmax_t den = ABS_D / GCD;
93 typedef boost::rational<boost::intmax_t> value_type;
94 typedef boost::intmax_t num_type;
[all …]
/third_party/boost/libs/multiprecision/test/
Dissue_13301.cpp34 boost::intmax_t sm(1), sn; in main()
35 sm <<= std::numeric_limits<boost::intmax_t>::digits - 1; in main()
37 sn = qf.convert_to<boost::intmax_t>(); in main()
41 sn = qf.convert_to<boost::intmax_t>(); in main()
42 sm = (std::numeric_limits<boost::intmax_t>::max)(); in main()
52 sm <<= std::numeric_limits<boost::intmax_t>::digits - 1; in main()
55 sn = qf.convert_to<boost::intmax_t>(); in main()
59 sn = qf.convert_to<boost::intmax_t>(); in main()
60 sm = (std::numeric_limits<boost::intmax_t>::min)(); in main()
/third_party/boost/libs/sort/test/
Dinteger_sort_test.cpp28 boost::intmax_t operator()(const boost::intmax_t &x, unsigned offset) { in operator ()()
38 boost::intmax_t operator()(const boost::intmax_t &x, const unsigned offset) { in operator ()()
88 vector<boost::intmax_t> long_base_vec; in int_test()
90 long_base_vec.push_back((((boost::intmax_t)rand_32()) << in int_test()
92 vector<boost::intmax_t> long_sorted_vec = long_base_vec; in int_test()
93 vector<boost::intmax_t> long_test_vec = long_base_vec; in int_test()
104 less<boost::intmax_t>()); in int_test()
108 greater<boost::intmax_t>()); in int_test()
110 greater<boost::intmax_t>()); in int_test()
/third_party/musl/libc-test/src/functional/
Dstat.c22 TEST(st.st_ctime<=t, "%jd > %jd\n", (intmax_t)st.st_ctime, (intmax_t)t); in main()
23 TEST(st.st_mtime<=t, "%jd > %jd\n", (intmax_t)st.st_mtime, (intmax_t)t); in main()
24 TEST(st.st_atime<=t, "%jd > %jd\n", (intmax_t)st.st_atime, (intmax_t)t); in main()
37 TEST(st.st_size==5, "%jd vs 5\n", (intmax_t)st.st_size); in main()
/third_party/mingw-w64/mingw-w64-headers/crt/
Dinttypes.h21 intmax_t quot;
22 intmax_t rem;
281 intmax_t __cdecl imaxabs (intmax_t j);
283 __CRT_INLINE intmax_t __cdecl imaxabs (intmax_t j) in imaxabs()
286 imaxdiv_t __cdecl imaxdiv (intmax_t numer, intmax_t denom);
290 intmax_t __cdecl strtoimax (const char* __restrict__ nptr,
295 intmax_t __cdecl wcstoimax (const wchar_t* __restrict__ nptr,
/third_party/boost/boost/xpressive/detail/utility/
Dliterals.hpp26 template<typename Char, boost::intmax_t Ch, boost::intmax_t Wch>
29 template<typename Char, boost::intmax_t Ch>
32 BOOST_STATIC_CONSTANT(boost::intmax_t, value = Ch);
36 template<typename Char, boost::intmax_t Ch>
37 boost::intmax_t const char_literal<Char, Ch, Ch>::value;
/third_party/boost/boost/multiprecision/cpp_bin_float/
Dio.hpp176 boost::intmax_t decimal_exp = 0; in operator =()
177 boost::intmax_t digits_seen = 0; in operator =()
178 …static const boost::intmax_t max_digits_seen = 4 + (cpp_bin_float<Digits, DigitBase, Allocator, Ex… in operator =()
243 boost::intmax_t e = 0; in operator =()
289 …boost::intmax_t max_bits = cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>::bit_… in operator =()
291 …boost::intmax_t max_bits = cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>::bit_… in operator =()
294 boost::intmax_t calc_exp = 0; in operator =()
295 boost::intmax_t final_exponent = 0; in operator =()
486 …boost::intmax_t shift = (boost::intmax_t)cpp_bin_float<Digits, DigitBase, Allocator, Expon… in str()
487 boost::intmax_t digits_wanted = static_cast<int>(dig); in str()
[all …]
/third_party/boost/boost/ratio/detail/mpl/
Dgcd.hpp77 template< typename T1, boost::intmax_t n1, bool n1_is_0
78 , typename T2, boost::intmax_t n2, bool n2_is_0 >
83 template <typename T1, boost::intmax_t n1, typename T2, boost::intmax_t n2>
87 template <typename T1, boost::intmax_t n1, typename T2, boost::intmax_t n2, bool C>
Dlcm.hpp76 template< typename T1, boost::intmax_t n1, bool n1_is_0
77 , typename T2, boost::intmax_t n2, bool n2_is_0 >
84 template <typename T1, boost::intmax_t n1, typename T2, boost::intmax_t n2>
88 template <typename T1, boost::intmax_t n1, typename T2, boost::intmax_t n2, bool C>
/third_party/musl/include/
Dinttypes.h14 typedef struct { intmax_t quot, rem; } imaxdiv_t;
16 intmax_t imaxabs(intmax_t);
17 imaxdiv_t imaxdiv(intmax_t, intmax_t);
19 intmax_t strtoimax(const char *__restrict, char **__restrict, int);
22 intmax_t wcstoimax(const wchar_t *__restrict, wchar_t **__restrict, int);
/third_party/musl/porting/liteos_a/kernel/include/
Dinttypes.h14 typedef struct { intmax_t quot, rem; } imaxdiv_t;
16 intmax_t imaxabs(intmax_t);
17 imaxdiv_t imaxdiv(intmax_t, intmax_t);
19 intmax_t strtoimax(const char *__restrict, char **__restrict, int);
22 intmax_t wcstoimax(const wchar_t *__restrict, wchar_t **__restrict, int);
/third_party/musl/porting/liteos_m/kernel/include/
Dinttypes.h18 typedef struct { intmax_t quot, rem; } imaxdiv_t;
20 intmax_t imaxabs(intmax_t);
21 imaxdiv_t imaxdiv(intmax_t, intmax_t);
23 intmax_t strtoimax(const char *__restrict, char **__restrict, int);
26 intmax_t wcstoimax(const wchar_t *__restrict, wchar_t **__restrict, int);
/third_party/boost/boost/detail/
Dnumeric_traits.hpp110 || (int(x::digits) + 1 >= digit_traits<boost::intmax_t>::digits))),
120 boost::intmax_t
128 (sizeof(Integer) >= sizeof(intmax_t)),
133 boost::intmax_t
139 boost::intmax_t
/third_party/ltp/testcases/kernel/syscalls/gettimeofday/
Dgettimeofday02.c60 (intmax_t) tv1.tv_sec, (intmax_t) tv1.tv_usec, in verify_gettimeofday()
61 (intmax_t) tv2.tv_sec, (intmax_t) tv2.tv_usec); in verify_gettimeofday()
/third_party/boost/boost/uuid/
Dentropy_error.hpp28 entropy_error(boost::intmax_t errCode, const std::string& message) in entropy_error()
34 virtual boost::intmax_t errcode() const in errcode()
40 boost::intmax_t m_errcode;
/third_party/boost/libs/ratio/test/ratio_arithmetic/
Dratio_add_2_fail.cpp20 template <boost::intmax_t N, boost::intmax_t D>
22 static const boost::intmax_t value = N;
/third_party/gstreamer/gstreamer/m4/
Dintmax.m48 dnl Test whether the system has the 'intmax_t' type, but don't attempt to
15 AC_CACHE_CHECK(for intmax_t, gt_cv_c_intmax_t,
25 ], [intmax_t x = -1;
31 [Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>.])
/third_party/skia/include/private/
DSkTFitsIn.h91 (intmax_t)src >= (intmax_t)std::numeric_limits<typename sk_strip_enum<D>::type>::min() &&
92 (intmax_t)src <= (intmax_t)std::numeric_limits<typename sk_strip_enum<D>::type>::max() :
/third_party/flutter/skia/include/private/
DSkTFitsIn.h91 (intmax_t)src >= (intmax_t)std::numeric_limits<typename sk_strip_enum<D>::type>::min() &&
92 (intmax_t)src <= (intmax_t)std::numeric_limits<typename sk_strip_enum<D>::type>::max() :
/third_party/gettext/gettext-runtime/m4/
Dintmax.m48 dnl Test whether the system has the 'intmax_t' type, but don't attempt to
15 AC_CACHE_CHECK([for intmax_t], [gt_cv_c_intmax_t],
28 [[intmax_t x = -1;
34 [Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>.])
/third_party/boost/libs/detail/test/
Dnumeric_traits_test.cpp171 template <> struct stream_as<boost::intmax_t> {
201 template <> struct promote<boost::intmax_t> {
202 std::string static from(const boost::intmax_t x) { in from()
203 if (x > boost::intmax_t(ULONG_MAX)) in from()
211 if (x < boost::intmax_t(LONG_MIN)) in from()
246 (sizeof(Number) < sizeof(boost::intmax_t)) in test_aux()
247 | (boost::is_same<difference_type, boost::intmax_t>::value)); in test_aux()
262 const Number test_max = (sizeof(Number) < sizeof(boost::intmax_t)) in test_aux()
339 (sizeof(Number) < sizeof(boost::intmax_t)) in test_aux()
360 (sizeof(Number) < sizeof(boost::intmax_t)), in test_aux()
/third_party/boost/libs/serialization/example/
Dportable_binary_iarchive.hpp98 void load_impl(boost::intmax_t & l, char maxsize);
103 boost::intmax_t l; in load()
110 boost::intmax_t l; in load()
116 boost::intmax_t l; in load()
122 boost::intmax_t l; in load()
/third_party/boost/boost/hana/ext/std/
Dratio.hpp57 template <std::intmax_t Num, std::intmax_t Denom>
66 template <std::intmax_t num, std::intmax_t den>
/third_party/boost/boost/math/special_functions/detail/
Dhypergeometric_1F1_recurrence.hpp39 result_type operator()(boost::intmax_t i) const in operator ()()
65 result_type operator()(boost::intmax_t i) const in operator ()()
93 result_type operator()(boost::intmax_t i) const in operator ()()
121 result_type operator()(boost::intmax_t i) const in operator ()()
156 result_type operator()(boost::intmax_t i) const
191 result_type operator()(boost::intmax_t i) const
223 result_type operator()(boost::intmax_t i) const
260 result_type operator()(boost::intmax_t i) const
284 boost::intmax_t integer_part = 0; in hypergeometric_1F1_backward_recurrence_for_negative_a()
295 if (-integer_part > static_cast<boost::intmax_t>(policies::get_max_series_iterations<Policy>())) in hypergeometric_1F1_backward_recurrence_for_negative_a()
[all …]

12345678