/third_party/boost/libs/safe_numerics/test/ |
D | test_interval.cpp | 176 using unsigned_types = mp_list<std::uint8_t, std::uint16_t, std::uint32_t, std::uint64_t>; in main() typedef
|
/third_party/boost/libs/multiprecision/test/ |
D | skeleton_backend.hpp | 47 …t</* unsigned char, unsigned short, unsigned, unsigned long,*/ unsigned long long> unsigned_types; typedef
|
/third_party/python/Lib/ctypes/test/ |
D | test_numbers.py | 24 unsigned_types = [c_ubyte, c_ushort, c_uint, c_ulong] variable
|
/third_party/boost/boost/multiprecision/concepts/ |
D | mp_number_archetypes.hpp | 31 typedef mpl::list<boost::ulong_long_type> unsigned_types; typedef
|
/third_party/boost/boost/multiprecision/ |
D | debug_adaptor.hpp | 25 typedef typename Backend::unsigned_types unsigned_types; typedef
|
D | rational_adaptor.hpp | 35 typedef typename IntBackend::unsigned_types unsigned_types; typedef
|
D | logged_adaptor.hpp | 46 typedef typename Backend::unsigned_types unsigned_types; typedef
|
D | complex_adaptor.hpp | 47 typedef typename Backend::unsigned_types unsigned_types; typedef
|
D | tommath.hpp | 47 typedef mpl::list<boost::uint32_t, boost::ulong_long_type> unsigned_types; typedef
|
D | gmp.hpp | 88 typedef mpl::list<unsigned long, boost::ulong_long_type> unsigned_types; typedef 1121 typedef mpl::list<unsigned long, boost::ulong_long_type> unsigned_types; typedef 1888 typedef mpl::list<unsigned long, boost::ulong_long_type> unsigned_types; typedef
|
D | float128.hpp | 177 unsigned_types; typedef
|
D | mpfr.hpp | 94 typedef mpl::list<unsigned long, boost::ulong_long_type> unsigned_types; typedef 418 typedef mpl::list<unsigned long, boost::ulong_long_type> unsigned_types; typedef
|
D | mpc.hpp | 66 typedef mpl::list<unsigned long, boost::ulong_long_type> unsigned_types; typedef
|
D | cpp_dec_float.hpp | 80 typedef mpl::list<boost::ulong_long_type> unsigned_types; typedef in boost::multiprecision::backends::cpp_dec_float
|
D | cpp_int.hpp | 1318 mpl::list<limb_type, double_limb_type> >::type unsigned_types; typedef
|
D | mpfi.hpp | 68 typedef mpl::list<unsigned long, boost::ulong_long_type> unsigned_types; typedef
|
D | cpp_bin_float.hpp | 93 typedef typename rep_type::unsigned_types unsigned_types; typedef in boost::multiprecision::backends::cpp_bin_float
|
/third_party/boost/libs/multiprecision/performance/ |
D | arithmetic_backend.hpp | 33 typedef mpl::list<unsigned short, unsigned, unsigned long, unsigned long long> unsigned_types; typedef
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | evaluate.c | 195 static struct symbol *unsigned_types[] = { in bigger_int_type() local
|
D | parse.c | 1488 static struct symbol * const unsigned_types[] = variable
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_hlsl.cpp | 1725 static const char *unsigned_types[] = { "uint", "uint2", "uint3", "uint4" }; in emit_resources() local
|