Searched refs:AllocateType (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/multiprecision/ |
D | mpfr.hpp | 1323 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/ |
D | test_sf_import_c99.cpp | 602 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/ |
D | multiprecision.qbk | 986 template <unsigned Digits10, mpfr_allocation_type AllocateType = allocate_dynamic>
|