Home
last modified time | relevance | path

Searched defs:Digits10 (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/multiprecision/
Dmpfr.hpp1324 inline void eval_sqrt(mpfr_float_backend<Digits10, AllocateType>& result, const mpfr_float_backend<… in eval_sqrt()
1330 inline void eval_abs(mpfr_float_backend<Digits10, AllocateType>& result, const mpfr_float_backend<D… in eval_abs()
1336 inline void eval_fabs(mpfr_float_backend<Digits10, AllocateType>& result, const mpfr_float_backend<… in eval_fabs()
1341 inline void eval_ceil(mpfr_float_backend<Digits10, AllocateType>& result, const mpfr_float_backend<… in eval_ceil()
1346 inline void eval_floor(mpfr_float_backend<Digits10, AllocateType>& result, const mpfr_float_backend… in eval_floor()
1351 inline void eval_trunc(mpfr_float_backend<Digits10, AllocateType>& result, const mpfr_float_backend… in eval_trunc()
1356 inline void eval_ldexp(mpfr_float_backend<Digits10, AllocateType>& result, const mpfr_float_backend… in eval_ldexp()
1366 inline void eval_frexp(mpfr_float_backend<Digits10, AllocateType>& result, const mpfr_float_backend… in eval_frexp()
1374 inline void eval_frexp(mpfr_float_backend<Digits10, AllocateType>& result, const mpfr_float_backend… in eval_frexp()
1381 inline int eval_fpclassify(const mpfr_float_backend<Digits10, AllocateType>& val) BOOST_NOEXCEPT in eval_fpclassify()
[all …]
Dcpp_dec_float.hpp671 … cpp_dec_float<Digits10, ExponentType, Allocator>::operator+=(const cpp_dec_float<Digits10, Expone… in operator +=()
880 … cpp_dec_float<Digits10, ExponentType, Allocator>::operator-=(const cpp_dec_float<Digits10, Expone… in operator -=()
890 … cpp_dec_float<Digits10, ExponentType, Allocator>::operator*=(const cpp_dec_float<Digits10, Expone… in operator *=()
969 … cpp_dec_float<Digits10, ExponentType, Allocator>::operator/=(const cpp_dec_float<Digits10, Expone… in operator /=()
2708 inline void eval_add(cpp_dec_float<Digits10, ExponentType, Allocator>& result, const cpp_dec_float<… in eval_add()
2713 inline void eval_subtract(cpp_dec_float<Digits10, ExponentType, Allocator>& result, const cpp_dec_f… in eval_subtract()
2718 inline void eval_multiply(cpp_dec_float<Digits10, ExponentType, Allocator>& result, const cpp_dec_f… in eval_multiply()
2723 inline void eval_divide(cpp_dec_float<Digits10, ExponentType, Allocator>& result, const cpp_dec_flo… in eval_divide()
2729 inline void eval_add(cpp_dec_float<Digits10, ExponentType, Allocator>& result, const boost::ulong_l… in eval_add()
2734 inline void eval_subtract(cpp_dec_float<Digits10, ExponentType, Allocator>& result, const boost::ul… in eval_subtract()
[all …]
Dmpfi.hpp1154 …pfr_float_backend<Digits10>, ExpressionTemplates> lower(const number<mpfi_float_backend<Digits10>,… in lower()
1163 …pfr_float_backend<Digits10>, ExpressionTemplates> upper(const number<mpfi_float_backend<Digits10>,… in upper()
1172 …fr_float_backend<Digits10>, ExpressionTemplates> median(const number<mpfi_float_backend<Digits10>,… in median()
1181 …pfr_float_backend<Digits10>, ExpressionTemplates> width(const number<mpfi_float_backend<Digits10>,… in width()
1190 …float_backend<Digits10>, ExpressionTemplates> intersect(const number<mpfi_float_backend<Digits10>,… in intersect()
1199 …mpfi_float_backend<Digits10>, ExpressionTemplates> hull(const number<mpfi_float_backend<Digits10>,… in hull()
1208 inline bool overlap(const number<mpfi_float_backend<Digits10>, ExpressionTemplates>& a, const numbe… in overlap()
1215 inline bool in(const number<mpfr_float_backend<Digits10>, ExpressionTemplates1>& a, const number<mp… in in()
1221 inline bool zero_in(const number<mpfi_float_backend<Digits10>, ExpressionTemplates>& a) in zero_in()
1227 inline bool subset(const number<mpfi_float_backend<Digits10>, ExpressionTemplates>& a, const number… in subset()
[all …]
/third_party/abseil-cpp/absl/strings/internal/
Dcharconv_bigint.h96 static constexpr int Digits10() { in Digits10() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcharconv_bigint.h96 static constexpr int Digits10() { in Digits10() function
/third_party/boost/libs/multiprecision/test/
Dtest_sf_import_c99.cpp603 bool type_sets_errno(const boost::multiprecision::number<boost::multiprecision::mpfr_float_backend<… in type_sets_errno()