Home
last modified time | relevance | path

Searched defs:unsigned_types (Results 1 – 21 of 21) sorted by relevance

/third_party/boost/libs/safe_numerics/test/
Dtest_interval.cpp176 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/
Dskeleton_backend.hpp47 …t</* unsigned char, unsigned short, unsigned, unsigned long,*/ unsigned long long> unsigned_types; typedef
/third_party/python/Lib/ctypes/test/
Dtest_numbers.py24 unsigned_types = [c_ubyte, c_ushort, c_uint, c_ulong] variable
/third_party/boost/boost/multiprecision/concepts/
Dmp_number_archetypes.hpp31 typedef mpl::list<boost::ulong_long_type> unsigned_types; typedef
/third_party/boost/boost/multiprecision/
Ddebug_adaptor.hpp25 typedef typename Backend::unsigned_types unsigned_types; typedef
Drational_adaptor.hpp35 typedef typename IntBackend::unsigned_types unsigned_types; typedef
Dlogged_adaptor.hpp46 typedef typename Backend::unsigned_types unsigned_types; typedef
Dcomplex_adaptor.hpp47 typedef typename Backend::unsigned_types unsigned_types; typedef
Dtommath.hpp47 typedef mpl::list<boost::uint32_t, boost::ulong_long_type> unsigned_types; typedef
Dgmp.hpp88 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
Dfloat128.hpp177 unsigned_types; typedef
Dmpfr.hpp94 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
Dmpc.hpp66 typedef mpl::list<unsigned long, boost::ulong_long_type> unsigned_types; typedef
Dcpp_dec_float.hpp80 typedef mpl::list<boost::ulong_long_type> unsigned_types; typedef in boost::multiprecision::backends::cpp_dec_float
Dcpp_int.hpp1318 mpl::list<limb_type, double_limb_type> >::type unsigned_types; typedef
Dmpfi.hpp68 typedef mpl::list<unsigned long, boost::ulong_long_type> unsigned_types; typedef
Dcpp_bin_float.hpp93 typedef typename rep_type::unsigned_types unsigned_types; typedef in boost::multiprecision::backends::cpp_bin_float
/third_party/boost/libs/multiprecision/performance/
Darithmetic_backend.hpp33 typedef mpl::list<unsigned short, unsigned, unsigned long, unsigned long long> unsigned_types; typedef
/third_party/ltp/tools/sparse/sparse-src/
Devaluate.c195 static struct symbol *unsigned_types[] = { in bigger_int_type() local
Dparse.c1488 static struct symbol * const unsigned_types[] = variable
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_hlsl.cpp1725 static const char *unsigned_types[] = { "uint", "uint2", "uint3", "uint4" }; in emit_resources() local