Home
last modified time | relevance | path

Searched refs:Digits10 (Results 1 – 23 of 23) sorted by relevance

/third_party/boost/boost/multiprecision/
Dmpfi.hpp424 template <unsigned Digits10, class V>
425 typename enable_if_c<boost::is_constructible<number<mpfr_float_backend<Digits10, allocate_dynamic>,…
426 assign_components(mpfi_float_backend<Digits10>& result, const V& a, const V& b);
827 template <unsigned Digits10, class V>
828 inline typename enable_if_c<boost::is_constructible<number<mpfr_float_backend<Digits10, allocate_dy…
829 assign_components(mpfi_float_backend<Digits10>& result, const V& a, const V& b) in assign_components()
831 number<mpfr_float_backend<Digits10, allocate_dynamic>, et_on> x(a), y(b); in assign_components()
838 template <unsigned Digits10>
839 inline void eval_sqrt(mpfi_float_backend<Digits10>& result, const mpfi_float_backend<Digits10>& val) in eval_sqrt()
844 template <unsigned Digits10>
[all …]
Dcpp_dec_float.hpp57 template <unsigned Digits10, class ExponentType = boost::int32_t, class Allocator = void>
62 template <unsigned Digits10, class ExponentType, class Allocator>
63 struct number_category<backends::cpp_dec_float<Digits10, ExponentType, Allocator> > : public mpl::i…
68 template <unsigned Digits10, class ExponentType, class Allocator>
72 static const boost::int32_t cpp_dec_float_digits10_setting = Digits10;
93 …OST_STATIC_ASSERT((cpp_dec_float<Digits10, ExponentType, Allocator>::cpp_dec_float_max_exp10 == -c…
155 cpp_dec_float<Digits10, ExponentType, Allocator>::nan(); in initializer()
156 cpp_dec_float<Digits10, ExponentType, Allocator>::inf(); in initializer()
157 (cpp_dec_float<Digits10, ExponentType, Allocator>::min)(); in initializer()
158 (cpp_dec_float<Digits10, ExponentType, Allocator>::max)(); in initializer()
[all …]
Dmpfr.hpp1323 template <unsigned Digits10, mpfr_allocation_type AllocateType>
1324 inline void eval_sqrt(mpfr_float_backend<Digits10, AllocateType>& result, const mpfr_float_backend< in eval_sqrt() argument
1329 template <unsigned Digits10, mpfr_allocation_type AllocateType>
1330 inline void eval_abs(mpfr_float_backend<Digits10, AllocateType>& result, const mpfr_float_backend<D… in eval_abs() argument
1335 template <unsigned Digits10, mpfr_allocation_type AllocateType>
1336 inline void eval_fabs(mpfr_float_backend<Digits10, AllocateType>& result, const mpfr_float_backend< in eval_fabs() argument
1340 template <unsigned Digits10, mpfr_allocation_type AllocateType>
1341 inline void eval_ceil(mpfr_float_backend<Digits10, AllocateType>& result, const mpfr_float_backend< in eval_ceil() argument
1345 template <unsigned Digits10, mpfr_allocation_type AllocateType>
1346 inline void eval_floor(mpfr_float_backend<Digits10, AllocateType>& result, const mpfr_float_backend… in eval_floor() argument
[all …]
Dmpc.hpp1199 template <unsigned Digits10>
1200 inline void eval_sqrt(mpc_complex_backend<Digits10>& result, const mpc_complex_backend<Digits10>& v… in eval_sqrt()
1205 template <unsigned Digits10>
1206 … eval_pow(mpc_complex_backend<Digits10>& result, const mpc_complex_backend<Digits10>& b, const mpc… in eval_pow()
1211 template <unsigned Digits10>
1212 inline void eval_exp(mpc_complex_backend<Digits10>& result, const mpc_complex_backend<Digits10>& ar… in eval_exp()
1217 template <unsigned Digits10>
1218 inline void eval_log(mpc_complex_backend<Digits10>& result, const mpc_complex_backend<Digits10>& ar… in eval_log()
1223 template <unsigned Digits10>
1224 inline void eval_log10(mpc_complex_backend<Digits10>& result, const mpc_complex_backend<Digits10>& … in eval_log10()
[all …]
Dgmp.hpp1037 template <unsigned Digits10>
1038 inline void eval_sqrt(gmp_float<Digits10>& result, const gmp_float<Digits10>& val) in eval_sqrt()
1043 template <unsigned Digits10>
1044 inline void eval_abs(gmp_float<Digits10>& result, const gmp_float<Digits10>& val) in eval_abs()
1049 template <unsigned Digits10>
1050 inline void eval_fabs(gmp_float<Digits10>& result, const gmp_float<Digits10>& val) in eval_fabs()
1054 template <unsigned Digits10>
1055 inline void eval_ceil(gmp_float<Digits10>& result, const gmp_float<Digits10>& val) in eval_ceil()
1059 template <unsigned Digits10>
1060 inline void eval_floor(gmp_float<Digits10>& result, const gmp_float<Digits10>& val) in eval_floor()
[all …]
/third_party/boost/libs/multiprecision/test/
Dtest_tan.cpp65 template <unsigned Digits10, class ExponentType, class Allocator, boost::multiprecision::expression…
66 …port<boost::multiprecision::number<boost::multiprecision::cpp_dec_float<Digits10, ExponentType, Al…
Dtest_sin.cpp65 template <unsigned Digits10, class ExponentType, class Allocator, boost::multiprecision::expression…
66 …port<boost::multiprecision::number<boost::multiprecision::cpp_dec_float<Digits10, ExponentType, Al…
Dtest_cos.cpp65 template <unsigned Digits10, class ExponentType, class Allocator, boost::multiprecision::expression…
66 …port<boost::multiprecision::number<boost::multiprecision::cpp_dec_float<Digits10, ExponentType, Al…
Dtest_atan.cpp81 template <unsigned Digits10>
82 …boost::multiprecision::number<boost::multiprecision::mpfr_float_backend<Digits10> > > : public boo…
Dtest_sf_import_c99.cpp602 template <unsigned Digits10, boost::multiprecision::mpfr_allocation_type AllocateType, boost::multi…
603 …boost::multiprecision::number<boost::multiprecision::mpfr_float_backend<Digits10, AllocateType>, E… in type_sets_errno() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcharconv_bigint.h79 ReadDigits(sv.data(), sv.data() + sv.size(), Digits10() + 1);
96 static constexpr int Digits10() { in Digits10() function
Dcharconv_bigint.cc195 assert(significant_digits <= Digits10() + 1); in ReadDigits()
/third_party/abseil-cpp/absl/strings/internal/
Dcharconv_bigint.h79 ReadDigits(sv.data(), sv.data() + sv.size(), Digits10() + 1);
96 static constexpr int Digits10() { in Digits10() function
Dcharconv_bigint.cc195 assert(significant_digits <= Digits10() + 1); in ReadDigits()
/third_party/boost/boost/math/policies/
Dpolicy.hpp257 template <class Digits10, class Digits2>
264 (Digits10::value == 0),
266 digits2<((Digits10::value + 1) * 1000L) / 301L>
271 …(Digits2::value > ::boost::math::policies::detail::precision<Digits10,Digits2>::digits2_type::valu…
/third_party/boost/libs/multiprecision/doc/
Dmultiprecision.qbk857 template <unsigned Digits10, class ExponentType = boost::int32_t, class Allocator = void>
869 Type `cpp_dec_float` can be used at fixed precision by specifying a non-zero `Digits10` template pa…
918 template <unsigned Digits10>
933 Type `gmp_float` can be used at fixed precision by specifying a non-zero `Digits10` template parame…
986 template <unsigned Digits10, mpfr_allocation_type AllocateType = allocate_dynamic>
1004 Type `mpfr_float_backend` can be used at fixed precision by specifying a non-zero `Digits10` templa…
1264 template <unsigned Digits10>
1279 Type `mpfi_float_backend` can be used at fixed precision by specifying a non-zero `Digits10` templa…
1309 template <unsigned Digits10, expression_template_option ExpressionTemplates>
1310 …number<mpfr_float_backend<Digits10>, ExpressionTemplates> lower(const number<mpfi_float_backend<Di…
[all …]
/third_party/skia/third_party/externals/abseil-cpp/
Dsymbols_arm64_rel.def336 ?Digits10@?$BigUnsigned@$03@strings_internal@absl@@SAHXZ
337 ?Digits10@?$BigUnsigned@$0FE@@strings_internal@absl@@SAHXZ
Dsymbols_x64_rel.def341 ?Digits10@?$BigUnsigned@$03@strings_internal@absl@@SAHXZ
342 ?Digits10@?$BigUnsigned@$0FE@@strings_internal@absl@@SAHXZ
Dsymbols_x86_rel.def337 ?Digits10@?$BigUnsigned@$03@strings_internal@absl@@SAHXZ
338 ?Digits10@?$BigUnsigned@$0FE@@strings_internal@absl@@SAHXZ
Dsymbols_x64_rel_asan.def352 ?Digits10@?$BigUnsigned@$03@strings_internal@absl@@SAHXZ
353 ?Digits10@?$BigUnsigned@$0FE@@strings_internal@absl@@SAHXZ
Dsymbols_arm64_dbg.def1771 ?Digits10@?$BigUnsigned@$03@strings_internal@absl@@SAHXZ
1772 ?Digits10@?$BigUnsigned@$0FE@@strings_internal@absl@@SAHXZ
Dsymbols_x86_dbg.def1769 ?Digits10@?$BigUnsigned@$03@strings_internal@absl@@SAHXZ
1770 ?Digits10@?$BigUnsigned@$0FE@@strings_internal@absl@@SAHXZ
Dsymbols_x64_dbg.def1775 ?Digits10@?$BigUnsigned@$03@strings_internal@absl@@SAHXZ
1776 ?Digits10@?$BigUnsigned@$0FE@@strings_internal@absl@@SAHXZ