| /third_party/boost/boost/multiprecision/ |
| D | miller_rabin.hpp | 142 typedef I number_type; in miller_rabin_test() typedef 209 typedef typename detail::expression<tag, Arg1, Arg2, Arg3, Arg4>::result_type number_type; in miller_rabin_test() typedef 216 typedef typename detail::expression<tag, Arg1, Arg2, Arg3, Arg4>::result_type number_type; in miller_rabin_test() typedef
|
| D | rational_adaptor.hpp | 342 …ef boost::multiprecision::number<boost::multiprecision::rational_adaptor<IntBackend> > number_type; typedef in std::numeric_limits 347 BOOST_STATIC_CONSTEXPR number_type(min)() { return (base_type::min)(); } in number_type() function in std::numeric_limits 348 BOOST_STATIC_CONSTEXPR number_type(max)() { return (base_type::max)(); } in number_type() function in std::numeric_limits
|
| D | debug_adaptor.hpp | 506 …::number<boost::multiprecision::backends::debug_adaptor<Backend>, ExpressionTemplates> number_type; typedef in std::numeric_limits 509 static number_type(min)() BOOST_NOEXCEPT { return (base_type::min)(); } in number_type() function in std::numeric_limits 510 static number_type(max)() BOOST_NOEXCEPT { return (base_type::max)(); } in number_type() function in std::numeric_limits
|
| D | logged_adaptor.hpp | 602 …:number<boost::multiprecision::backends::logged_adaptor<Backend>, ExpressionTemplates> number_type; typedef in std::numeric_limits 605 static number_type(min)() BOOST_NOEXCEPT { return (base_type::min)(); } in number_type() function in std::numeric_limits 606 static number_type(max)() BOOST_NOEXCEPT { return (base_type::max)(); } in number_type() function in std::numeric_limits
|
| D | gmp.hpp | 2599 …ultiprecision::number<boost::multiprecision::gmp_float<Digits10>, ExpressionTemplates> number_type; typedef in std::numeric_limits 2608 static number_type(min)() in number_type() function in std::numeric_limits 2620 static number_type(max)() in number_type() function in std::numeric_limits 2759 …oost::multiprecision::number<boost::multiprecision::gmp_float<0>, ExpressionTemplates> number_type; typedef in std::numeric_limits 2763 static number_type(min)() { return number_type(); } in number_type() function in std::numeric_limits 2764 static number_type(max)() { return number_type(); } in number_type() function in std::numeric_limits 2848 …def boost::multiprecision::number<boost::multiprecision::gmp_int, ExpressionTemplates> number_type; typedef in std::numeric_limits 2856 static number_type(min)() in number_type() function in std::numeric_limits 2860 static number_type(max)() in number_type() function in std::numeric_limits 2947 …oost::multiprecision::number<boost::multiprecision::gmp_rational, ExpressionTemplates> number_type; typedef in std::numeric_limits [all …]
|
| D | tommath.hpp | 797 …boost::multiprecision::number<boost::multiprecision::tommath_int, ExpressionTemplates> number_type; typedef in std::numeric_limits 805 static number_type(min)() in number_type() function in std::numeric_limits 809 static number_type(max)() in number_type() function in std::numeric_limits
|
| /third_party/boost/libs/multiprecision/test/ |
| D | test_arithmetic_cpp_bin_float_3.cpp | 13 … number_type; typedef
|
| D | test_arithmetic_cpp_bin_float_1.cpp | 13 … number_type; typedef
|
| D | test_arithmetic_cpp_bin_float_2m.cpp | 16 … number_type; typedef
|
| D | test_arithmetic_cpp_bin_float_2.cpp | 15 … number_type; typedef
|
| D | skeleton_backend.hpp | 1221 …::multiprecision::number<boost::multiprecision::skeleton_backend, ExpressionTemplates> number_type; typedef in std::numeric_limits
|
| /third_party/boost/boost/multiprecision/concepts/ |
| D | mp_number_archetypes.hpp | 225 …<boost::multiprecision::concepts::number_backend_float_architype, ExpressionTemplates> number_type; typedef in std::numeric_limits 228 static number_type(min)() BOOST_NOEXCEPT { return (base_type::min)(); } in number_type() function in std::numeric_limits 229 static number_type(max)() BOOST_NOEXCEPT { return (base_type::max)(); } in number_type() function in std::numeric_limits
|
| /third_party/libphonenumber/cpp/src/phonenumbers/geocoding/ |
| D | phonenumber_offline_geocoder.cc | 164 PhoneNumberUtil::PhoneNumberType number_type = in GetDescriptionForNumber() local 178 PhoneNumberUtil::PhoneNumberType number_type = in GetDescriptionForNumber() local
|
| /third_party/boost/boost/multiprecision/cpp_int/ |
| D | limits.hpp | 168 …boost::multiprecision::number<backend_type, ExpressionTemplates> number_type; typedef in std::numeric_limits 188 static BOOST_CXX14_CONSTEXPR_IF_DETECTION number_type(min)() in number_type() function in std::numeric_limits 193 static BOOST_CXX14_CONSTEXPR_IF_DETECTION number_type(max)() in number_type() function in std::numeric_limits
|
| D | literals.hpp | 223 …ckend_type, et_off> number_type; typedef 231 …end_type, et_off> number_type; typedef
|
| /third_party/boost/libs/multiprecision/performance/ |
| D | arithmetic_backend.hpp | 630 …on::number<boost::multiprecision::arithmetic_backend<Arithmetic>, ExpressionTemplates> number_type; typedef in std::numeric_limits 633 BOOST_STATIC_CONSTEXPR number_type(min)() BOOST_NOEXCEPT { return (base_type::min)(); } in number_type() function in std::numeric_limits 634 BOOST_STATIC_CONSTEXPR number_type(max)() BOOST_NOEXCEPT { return (base_type::max)(); } in number_type() function in std::numeric_limits 648 typedef boost::math::concepts::real_concept number_type; typedef in std::numeric_limits 651 static const number_type(min)() BOOST_NOEXCEPT { return (base_type::min)(); } in number_type() function in std::numeric_limits 652 static const number_type(max)() BOOST_NOEXCEPT { return (base_type::max)(); } in number_type() function in std::numeric_limits
|
| /third_party/mindspore/mindspore/core/ir/dtype/ |
| D | type.h | 79 virtual TypeId number_type() const { return kTypeUnknown; } in number_type() function
|
| D | number.h | 48 TypeId number_type() const override { return number_type_; } in number_type() function
|
| /third_party/boost/boost/multiprecision/detail/ |
| D | integer_ops.hpp | 189 … typedef typename multiprecision::detail::expression<tag, A1, A2, A3, A4>::result_type number_type; in lsb() typedef 207 … typedef typename multiprecision::detail::expression<tag, A1, A2, A3, A4>::result_type number_type; in msb() typedef 225 … typedef typename multiprecision::detail::expression<tag, A1, A2, A3, A4>::result_type number_type; in bit_test() typedef
|
| /third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
| D | set_spec_constant_default_value_pass.cpp | 53 NumberType number_type = {32, SPV_NUMBER_UNSIGNED_INT}; in ParseDefaultValueStr() local
|
| /third_party/spirv-tools/source/opt/ |
| D | set_spec_constant_default_value_pass.cpp | 54 NumberType number_type = {32, SPV_NUMBER_UNSIGNED_INT}; in ParseDefaultValueStr() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | set_spec_constant_default_value_pass.cpp | 54 NumberType number_type = {32, SPV_NUMBER_UNSIGNED_INT}; in ParseDefaultValueStr() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| D | set_spec_constant_default_value_pass.cpp | 54 NumberType number_type = {32, SPV_NUMBER_UNSIGNED_INT}; in ParseDefaultValueStr() local
|
| /third_party/mindspore/mindspore/common/ |
| D | dtype.py | 120 number_type = (int8, variable
|
| /third_party/skia/third_party/externals/spirv-tools/source/ |
| D | text_handler.cpp | 245 spvtools::utils::NumberType number_type; in binaryEncodeNumericLiteral() local
|