Home
last modified time | relevance | path

Searched defs:number_type (Results 1 – 25 of 40) sorted by relevance

12

/third_party/boost/boost/multiprecision/
Dmiller_rabin.hpp142 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
Drational_adaptor.hpp342 …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
Ddebug_adaptor.hpp506 …::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
Dlogged_adaptor.hpp602 …: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
Dgmp.hpp2599 …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 …]
Dtommath.hpp797 …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/
Dtest_arithmetic_cpp_bin_float_3.cpp13number_type; typedef
Dtest_arithmetic_cpp_bin_float_1.cpp13number_type; typedef
Dtest_arithmetic_cpp_bin_float_2m.cpp16number_type; typedef
Dtest_arithmetic_cpp_bin_float_2.cpp15number_type; typedef
Dskeleton_backend.hpp1221 …::multiprecision::number<boost::multiprecision::skeleton_backend, ExpressionTemplates> number_type; typedef in std::numeric_limits
/third_party/boost/boost/multiprecision/concepts/
Dmp_number_archetypes.hpp225 …<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/
Dphonenumber_offline_geocoder.cc164 PhoneNumberUtil::PhoneNumberType number_type = in GetDescriptionForNumber() local
178 PhoneNumberUtil::PhoneNumberType number_type = in GetDescriptionForNumber() local
/third_party/boost/boost/multiprecision/cpp_int/
Dlimits.hpp168 …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
Dliterals.hpp223 …ckend_type, et_off> number_type; typedef
231 …end_type, et_off> number_type; typedef
/third_party/boost/libs/multiprecision/performance/
Darithmetic_backend.hpp630 …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/
Dtype.h79 virtual TypeId number_type() const { return kTypeUnknown; } in number_type() function
Dnumber.h48 TypeId number_type() const override { return number_type_; } in number_type() function
/third_party/boost/boost/multiprecision/detail/
Dinteger_ops.hpp189 … 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/
Dset_spec_constant_default_value_pass.cpp53 NumberType number_type = {32, SPV_NUMBER_UNSIGNED_INT}; in ParseDefaultValueStr() local
/third_party/spirv-tools/source/opt/
Dset_spec_constant_default_value_pass.cpp54 NumberType number_type = {32, SPV_NUMBER_UNSIGNED_INT}; in ParseDefaultValueStr() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dset_spec_constant_default_value_pass.cpp54 NumberType number_type = {32, SPV_NUMBER_UNSIGNED_INT}; in ParseDefaultValueStr() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dset_spec_constant_default_value_pass.cpp54 NumberType number_type = {32, SPV_NUMBER_UNSIGNED_INT}; in ParseDefaultValueStr() local
/third_party/mindspore/mindspore/common/
Ddtype.py120 number_type = (int8, variable
/third_party/skia/third_party/externals/spirv-tools/source/
Dtext_handler.cpp245 spvtools::utils::NumberType number_type; in binaryEncodeNumericLiteral() local

12