/third_party/boost/libs/multiprecision/test/ |
D | test_arithmetic_mpz_br.cpp | 25 struct number_category<rational<mpz_int> > : public mpl::int_<number_kind_rational> struct
|
D | test_arithmetic_tommath_br.cpp | 26 struct number_category<rational<tom_int> > : public mpl::int_<number_kind_rational> struct
|
D | skeleton_backend.hpp | 1095 struct number_category<skeleton_backend > : public mpl::int_<number_kind_floating_point> struct
|
/third_party/boost/boost/histogram/detail/ |
D | safe_comparison.hpp | 25 using number_category = typedef
|
/third_party/boost/boost/multiprecision/detail/ |
D | number_base.hpp | 1694 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/ |
D | mp_number_archetypes.hpp | 214 struct number_category<concepts::number_backend_float_architype> : public mpl::int_<number_kind_flo… struct
|
/third_party/boost/boost/multiprecision/ |
D | debug_adaptor.hpp | 491 struct number_category<backends::debug_adaptor<Backend> > : public number_category<Backend> struct
|
D | rational_adaptor.hpp | 300 struct number_category<backends::rational_adaptor<IntBackend> > : public mpl::int_<number_kind_rati… struct
|
D | gmp.hpp | 66 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
|
D | float128.hpp | 136 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
|
D | logged_adaptor.hpp | 590 struct number_category<backends::logged_adaptor<Backend> > : public number_category<Backend> struct
|
D | complex_adaptor.hpp | 842 struct number_category<complex_adaptor<Backend> > : public boost::mpl::int_<boost::multiprecision::… struct
|
D | tommath.hpp | 783 struct number_category<tommath_int> : public mpl::int_<number_kind_integer> struct
|
D | mpc.hpp | 36 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
|
D | mpfi.hpp | 37 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
|
D | mpfr.hpp | 45 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
|
D | cpp_dec_float.hpp | 63 struct number_category<backends::cpp_dec_float<Digits10, ExponentType, Allocator> > : public mpl::i… struct
|
D | cpp_int.hpp | 2191 struct number_category<cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator> > : public m… struct
|
D | cpp_bin_float.hpp | 1803 struct number_category<cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE> > : public… struct
|
/third_party/boost/libs/multiprecision/performance/ |
D | arithmetic_backend.hpp | 553 struct number_category<arithmetic_backend<Arithmetic> > : public mpl::int_<is_integral<Arithmetic>:… struct
|