Home
last modified time | relevance | path

Searched defs:signed_types (Results 1 – 20 of 20) sorted by relevance

/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
/third_party/boost/libs/multiprecision/test/
Dskeleton_backend.hpp46 …ist</*signed char, short, int, long,*/ long long> signed_types; typedef
/third_party/python/Lib/ctypes/test/
Dtest_numbers.py25 signed_types = [c_byte, c_short, c_int, c_long, c_longlong] variable
/third_party/boost/boost/multiprecision/concepts/
Dmp_number_archetypes.hpp30 typedef mpl::list<boost::long_long_type> signed_types; typedef
/third_party/boost/boost/multiprecision/
Ddebug_adaptor.hpp24 typedef typename Backend::signed_types signed_types; typedef
Drational_adaptor.hpp34 typedef typename IntBackend::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
Dtommath.hpp46 typedef mpl::list<boost::int32_t, boost::long_long_type> signed_types; typedef
Dgmp.hpp87 typedef mpl::list<long, boost::long_long_type> signed_types; typedef
1120 typedef mpl::list<long, boost::long_long_type> signed_types; typedef
1887 typedef mpl::list<long, boost::long_long_type> signed_types; typedef
Dfloat128.hpp174 typedef mpl::list<signed char, short, int, long, boost::long_long_type> signed_types; typedef
Dmpfr.hpp93 typedef mpl::list<long, boost::long_long_type> signed_types; typedef
417 typedef mpl::list<long, boost::long_long_type> signed_types; typedef
Dmpc.hpp65 typedef mpl::list<long, boost::long_long_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
Dcpp_int.hpp1313 mpl::list<signed_limb_type, signed_double_limb_type> >::type signed_types; typedef
Dmpfi.hpp67 typedef mpl::list<long, boost::long_long_type> signed_types; typedef
Dcpp_bin_float.hpp92 typedef typename rep_type::signed_types signed_types; typedef in boost::multiprecision::backends::cpp_bin_float
/third_party/boost/libs/multiprecision/performance/
Darithmetic_backend.hpp32 typedef mpl::list<short, int, long, long long> signed_types; typedef
/third_party/ltp/tools/sparse/sparse-src/
Dparse.c1485 static struct symbol * const signed_types[] = variable
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_hlsl.cpp1737 static const char *signed_types[] = { "int", "int2", "int3", "int4" }; in emit_resources() local