Home
last modified time | relevance | path

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

/third_party/boost/libs/multiprecision/test/
Dtest_arithmetic_mpz_br.cpp25 struct number_category<rational<mpz_int> > : public mpl::int_<number_kind_rational> struct
Dtest_arithmetic_tommath_br.cpp26 struct number_category<rational<tom_int> > : public mpl::int_<number_kind_rational> struct
Dskeleton_backend.hpp1095 struct number_category<skeleton_backend > : public mpl::int_<number_kind_floating_point> struct
/third_party/boost/boost/histogram/detail/
Dsafe_comparison.hpp25 using number_category = typedef
/third_party/boost/boost/multiprecision/detail/
Dnumber_base.hpp1694 struct number_category : public number_category_base<Num, boost::is_class<Num>::value || boost::is_… struct
1697 struct number_category<number<Backend, ExpressionTemplates> > : public number_category<Backend> struct
1700 struct number_category<detail::expression<tag, A1, A2, A3, A4> > : public number_category<typename … struct
1707 struct number_category<boost::int128_type> : public mpl::int_<number_kind_integer> struct
1710 struct number_category<boost::uint128_type> : public mpl::int_<number_kind_integer> struct
1715 struct number_category<__float128> : public mpl::int_<number_kind_floating_point> struct
/third_party/boost/boost/multiprecision/concepts/
Dmp_number_archetypes.hpp214 struct number_category<concepts::number_backend_float_architype> : public mpl::int_<number_kind_flo… struct
/third_party/boost/boost/multiprecision/
Ddebug_adaptor.hpp491 struct number_category<backends::debug_adaptor<Backend> > : public number_category<Backend> struct
Drational_adaptor.hpp300 struct number_category<backends::rational_adaptor<IntBackend> > : public mpl::int_<number_kind_rati… struct
Dgmp.hpp66 struct number_category<backends::gmp_int> : public mpl::int_<number_kind_integer> struct
69 struct number_category<backends::gmp_rational> : public mpl::int_<number_kind_rational> struct
72 struct number_category<backends::gmp_float<digits10> > : public mpl::int_<number_kind_floating_poin… struct
2462 struct number_category<detail::canonical<mpz_t, gmp_int>::type> : public mpl::int_<number_kind_inte… struct
2465 struct number_category<detail::canonical<mpq_t, gmp_rational>::type> : public mpl::int_<number_kind… struct
2468 struct number_category<detail::canonical<mpf_t, gmp_float<0> >::type> : public mpl::int_<number_kin… struct
Dfloat128.hpp136 struct number_category<backends::float128_backend> : public mpl::int_<number_kind_floating_point> struct
140 struct number_category<float128_type> : public mpl::int_<number_kind_floating_point> struct
Dlogged_adaptor.hpp590 struct number_category<backends::logged_adaptor<Backend> > : public number_category<Backend> struct
Dcomplex_adaptor.hpp842 struct number_category<complex_adaptor<Backend> > : public boost::mpl::int_<boost::multiprecision::… struct
Dtommath.hpp783 struct number_category<tommath_int> : public mpl::int_<number_kind_integer> struct
Dmpc.hpp36 struct number_category<backends::mpc_complex_backend<digits10> > : public mpl::int_<number_kind_com… struct
1495 struct number_category<detail::canonical<mpc_t, backends::mpc_complex_backend<0> >::type> : public … struct
Dmpfi.hpp37 struct number_category<backends::mpfi_float_backend<digits10> > : public mpl::int_<number_kind_floa… struct
1136 struct number_category<detail::canonical<mpfi_t, backends::mpfi_float_backend<0> >::type> : public … struct
Dmpfr.hpp45 struct number_category<backends::mpfr_float_backend<digits10, AllocationType> > : public mpl::int_<… struct
1613 struct number_category<detail::canonical<mpfr_t, backends::mpfr_float_backend<0> >::type> : public … struct
Dcpp_dec_float.hpp63 struct number_category<backends::cpp_dec_float<Digits10, ExponentType, Allocator> > : public mpl::i… struct
Dcpp_int.hpp2191 struct number_category<cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator> > : public m… struct
Dcpp_bin_float.hpp1803 struct number_category<cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE> > : public… struct
/third_party/boost/libs/multiprecision/performance/
Darithmetic_backend.hpp553 struct number_category<arithmetic_backend<Arithmetic> > : public mpl::int_<is_integral<Arithmetic>:… struct