Home
last modified time | relevance | path

Searched refs:signed_types (Results 1 – 24 of 24) sorted by relevance

/third_party/python/Lib/ctypes/test/
Dtest_numbers.py25 signed_types = [c_byte, c_short, c_int, c_long, c_longlong] variable
38 signed_types.append(c_longlong)
48 signed_ranges = valid_ranges(*signed_types)
57 for t in signed_types + unsigned_types + float_types:
69 for t, (l, h) in zip(signed_types, signed_ranges):
81 for t in signed_types + unsigned_types + float_types:
96 for t in signed_types + unsigned_types + float_types:
101 for t in signed_types + unsigned_types + float_types + bool_types:
134 for t in signed_types + unsigned_types:
142 for t in signed_types + unsigned_types + float_types + bool_types:
[all …]
/third_party/boost/libs/safe_numerics/test/
Dtest_interval.cpp174 using signed_types = mp_list<std::int8_t, std::int16_t, std::int32_t, std::int64_t>; in main() typedef
180 mp_for_each<signed_types>(t); in main()
/third_party/boost/boost/multiprecision/traits/
Dis_backend.hpp16 BOOST_MPL_HAS_XXX_TRAIT_DEF(signed_types)
/third_party/boost/boost/multiprecision/
Drational_adaptor.hpp34 typedef typename IntBackend::signed_types signed_types; typedef
Ddebug_adaptor.hpp24 typedef typename Backend::signed_types signed_types; typedef
Dlogged_adaptor.hpp45 typedef typename Backend::signed_types signed_types; typedef
Dcomplex_adaptor.hpp46 typedef typename Backend::signed_types signed_types; typedef
Dgmp.hpp87 typedef mpl::list<long, boost::long_long_type> signed_types; typedef
90 typedef mpl::list<long> signed_types;
1120 typedef mpl::list<long, boost::long_long_type> signed_types; typedef
1123 typedef mpl::list<long> signed_types;
1887 typedef mpl::list<long, boost::long_long_type> signed_types; typedef
1890 typedef mpl::list<long> signed_types;
Dmpc.hpp65 typedef mpl::list<long, boost::long_long_type> signed_types; typedef
68 typedef mpl::list<long> signed_types;
Dtommath.hpp46 typedef mpl::list<boost::int32_t, boost::long_long_type> signed_types; typedef
Dmpfr.hpp93 typedef mpl::list<long, boost::long_long_type> signed_types; typedef
96 typedef mpl::list<long> signed_types;
417 typedef mpl::list<long, boost::long_long_type> signed_types; typedef
420 typedef mpl::list<long> signed_types;
Dfloat128.hpp174 typedef mpl::list<signed char, short, int, long, boost::long_long_type> signed_types; typedef
Dmpfi.hpp67 typedef mpl::list<long, boost::long_long_type> signed_types; typedef
70 typedef mpl::list<long> signed_types;
Dcpp_bin_float.hpp92 typedef typename rep_type::signed_types signed_types; typedef in boost::multiprecision::backends::cpp_bin_float
Dcpp_int.hpp1313 mpl::list<signed_limb_type, signed_double_limb_type> >::type signed_types; typedef
Dcpp_dec_float.hpp79 typedef mpl::list<boost::long_long_type> signed_types; typedef in boost::multiprecision::backends::cpp_dec_float
/third_party/boost/boost/multiprecision/detail/functions/
Dconstants.hpp13 typedef typename mpl::front<typename T::signed_types>::type si_type; in calc_log2()
/third_party/boost/boost/multiprecision/concepts/
Dmp_number_archetypes.hpp30 typedef mpl::list<boost::long_long_type> signed_types; typedef
/third_party/boost/libs/multiprecision/doc/
Dmultiprecision.qbk4839 [[`B::signed_types`][`mpl::list<type-list>`][A list of signed integral types that can be assigned t…
4850 `B::signed_types`, `B::unsigned_types` or `B::float_types`.][[space]]]
4860 `B::signed_types`, `B::unsigned_types` or `B::float_types`.][[space]]]
4905 `B::signed_types`, `B::unsigned_types` or `B::float_types`.
4922 `B::signed_types`, `B::unsigned_types` or `B::float_types`.
4926 `B::signed_types`, `B::unsigned_types` or `B::float_types`.
4932 `B::signed_types`, `B::unsigned_types` or `B::float_types`.
4936 `B::signed_types`, `B::unsigned_types` or `B::float_types`.
4942 `B::signed_types`, `B::unsigned_types` or `B::float_types`.
4946 `B::signed_types`, `B::unsigned_types` or `B::float_types`.
[all …]
/third_party/boost/boost/multiprecision/detail/
Dnumber_base.hpp306 typename Backend::signed_types,
308 …typedef typename mpl::end<typename Backend::signed_types>::type …
Ddefault_ops.hpp896 typename B::signed_types,
1077 typedef typename T::signed_types type_list; in eval_abs()
1087 typedef typename T::signed_types type_list; in eval_fabs()
/third_party/boost/libs/multiprecision/performance/
Darithmetic_backend.hpp32 typedef mpl::list<short, int, long, long long> signed_types; typedef
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_hlsl.cpp1737 static const char *signed_types[] = { "int", "int2", "int3", "int4" }; in emit_resources() local
1738 for (auto &type : signed_types) in emit_resources()
/third_party/boost/libs/multiprecision/test/
Dskeleton_backend.hpp46 …ist</*signed char, short, int, long,*/ long long> signed_types; typedef