/third_party/python/Lib/ctypes/test/ |
D | test_numbers.py | 25 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/ |
D | test_interval.cpp | 174 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/ |
D | is_backend.hpp | 16 BOOST_MPL_HAS_XXX_TRAIT_DEF(signed_types)
|
/third_party/boost/boost/multiprecision/ |
D | rational_adaptor.hpp | 34 typedef typename IntBackend::signed_types signed_types; typedef
|
D | debug_adaptor.hpp | 24 typedef typename Backend::signed_types signed_types; typedef
|
D | logged_adaptor.hpp | 45 typedef typename Backend::signed_types signed_types; typedef
|
D | complex_adaptor.hpp | 46 typedef typename Backend::signed_types signed_types; typedef
|
D | gmp.hpp | 87 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;
|
D | mpc.hpp | 65 typedef mpl::list<long, boost::long_long_type> signed_types; typedef 68 typedef mpl::list<long> signed_types;
|
D | tommath.hpp | 46 typedef mpl::list<boost::int32_t, boost::long_long_type> signed_types; typedef
|
D | mpfr.hpp | 93 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;
|
D | float128.hpp | 174 typedef mpl::list<signed char, short, int, long, boost::long_long_type> signed_types; typedef
|
D | mpfi.hpp | 67 typedef mpl::list<long, boost::long_long_type> signed_types; typedef 70 typedef mpl::list<long> signed_types;
|
D | cpp_bin_float.hpp | 92 typedef typename rep_type::signed_types signed_types; typedef in boost::multiprecision::backends::cpp_bin_float
|
D | cpp_int.hpp | 1313 mpl::list<signed_limb_type, signed_double_limb_type> >::type signed_types; typedef
|
D | cpp_dec_float.hpp | 79 typedef mpl::list<boost::long_long_type> signed_types; typedef in boost::multiprecision::backends::cpp_dec_float
|
/third_party/boost/boost/multiprecision/detail/functions/ |
D | constants.hpp | 13 typedef typename mpl::front<typename T::signed_types>::type si_type; in calc_log2()
|
/third_party/boost/boost/multiprecision/concepts/ |
D | mp_number_archetypes.hpp | 30 typedef mpl::list<boost::long_long_type> signed_types; typedef
|
/third_party/boost/libs/multiprecision/doc/ |
D | multiprecision.qbk | 4839 [[`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/ |
D | number_base.hpp | 306 typename Backend::signed_types, 308 …typedef typename mpl::end<typename Backend::signed_types>::type …
|
D | default_ops.hpp | 896 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/ |
D | arithmetic_backend.hpp | 32 typedef mpl::list<short, int, long, long long> signed_types; typedef
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_hlsl.cpp | 1737 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/ |
D | skeleton_backend.hpp | 46 …ist</*signed char, short, int, long,*/ long long> signed_types; typedef
|