/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
|
/third_party/boost/libs/multiprecision/test/ |
D | skeleton_backend.hpp | 46 …ist</*signed char, short, int, long,*/ long long> signed_types; typedef
|
/third_party/python/Lib/ctypes/test/ |
D | test_numbers.py | 25 signed_types = [c_byte, c_short, c_int, c_long, c_longlong] variable
|
/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/boost/multiprecision/ |
D | debug_adaptor.hpp | 24 typedef typename Backend::signed_types signed_types; typedef
|
D | rational_adaptor.hpp | 34 typedef typename IntBackend::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 | tommath.hpp | 46 typedef mpl::list<boost::int32_t, boost::long_long_type> signed_types; typedef
|
D | gmp.hpp | 87 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
|
D | float128.hpp | 174 typedef mpl::list<signed char, short, int, long, boost::long_long_type> signed_types; typedef
|
D | mpfr.hpp | 93 typedef mpl::list<long, boost::long_long_type> signed_types; typedef 417 typedef mpl::list<long, boost::long_long_type> signed_types; typedef
|
D | mpc.hpp | 65 typedef mpl::list<long, boost::long_long_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
|
D | cpp_int.hpp | 1313 mpl::list<signed_limb_type, signed_double_limb_type> >::type signed_types; typedef
|
D | mpfi.hpp | 67 typedef mpl::list<long, boost::long_long_type> signed_types; typedef
|
D | cpp_bin_float.hpp | 92 typedef typename rep_type::signed_types signed_types; typedef in boost::multiprecision::backends::cpp_bin_float
|
/third_party/boost/libs/multiprecision/performance/ |
D | arithmetic_backend.hpp | 32 typedef mpl::list<short, int, long, long long> signed_types; typedef
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | parse.c | 1485 static struct symbol * const signed_types[] = variable
|
/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
|