Home
last modified time | relevance | path

Searched refs:AllocateType (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/multiprecision/
Dmpfr.hpp1323 template <unsigned Digits10, mpfr_allocation_type AllocateType>
1324 …d eval_sqrt(mpfr_float_backend<Digits10, AllocateType>& result, const mpfr_float_backend<Digits10,… in eval_sqrt()
1329 template <unsigned Digits10, mpfr_allocation_type AllocateType>
1330 …id eval_abs(mpfr_float_backend<Digits10, AllocateType>& result, const mpfr_float_backend<Digits10,… in eval_abs()
1335 template <unsigned Digits10, mpfr_allocation_type AllocateType>
1336 …d eval_fabs(mpfr_float_backend<Digits10, AllocateType>& result, const mpfr_float_backend<Digits10,… in eval_fabs()
1340 template <unsigned Digits10, mpfr_allocation_type AllocateType>
1341 …d eval_ceil(mpfr_float_backend<Digits10, AllocateType>& result, const mpfr_float_backend<Digits10,… in eval_ceil()
1345 template <unsigned Digits10, mpfr_allocation_type AllocateType>
1346 … eval_floor(mpfr_float_backend<Digits10, AllocateType>& result, const mpfr_float_backend<Digits10,… in eval_floor()
[all …]
/third_party/boost/libs/multiprecision/test/
Dtest_sf_import_c99.cpp602 template <unsigned Digits10, boost::multiprecision::mpfr_allocation_type AllocateType, boost::multi…
603 …precision::number<boost::multiprecision::mpfr_float_backend<Digits10, AllocateType>, ExpressionTem… in type_sets_errno() argument
/third_party/boost/libs/multiprecision/doc/
Dmultiprecision.qbk986 template <unsigned Digits10, mpfr_allocation_type AllocateType = allocate_dynamic>