• Home
  • Raw
  • Download

Lines Matching refs:Digits10

857    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…
1314 template <unsigned Digits10, expression_template_option ExpressionTemplates>
1315 …number<mpfr_float_backend<Digits10>, ExpressionTemplates> upper(const number<mpfi_float_backend<Di…
1319 template <unsigned Digits10, expression_template_option ExpressionTemplates>
1320 …number<mpfr_float_backend<Digits10>, ExpressionTemplates> median(const number<mpfi_float_backend<D…
1324 template <unsigned Digits10, expression_template_option ExpressionTemplates>
1325 …number<mpfr_float_backend<Digits10>, ExpressionTemplates> width(const number<mpfi_float_backend<Di…
1329 template <unsigned Digits10, expression_template_option ExpressionTemplates>
1330 number<mpfi_float_backend<Digits10>, ExpressionTemplates> intersect(
1331 const number<mpfi_float_backend<Digits10>, ExpressionTemplates>& a,
1332 const number<mpfi_float_backend<Digits10>, ExpressionTemplates>& b);
1337 template <unsigned Digits10, expression_template_option ExpressionTemplates>
1338 number<mpfi_float_backend<Digits10>, ExpressionTemplates> hull(
1339 const number<mpfi_float_backend<Digits10>, ExpressionTemplates>& a,
1340 const number<mpfi_float_backend<Digits10>, ExpressionTemplates>& b);
1344 template <unsigned Digits10, expression_template_option ExpressionTemplates>
1345 bool overlap(const number<mpfi_float_backend<Digits10>, ExpressionTemplates>& a,
1346 const number<mpfi_float_backend<Digits10>, ExpressionTemplates>& b);
1350 …template <unsigned Digits10, expression_template_option ExpressionTemplates1, expression_template_…
1351 bool in(const number<mpfr_float_backend<Digits10>, ExpressionTemplates1>& a,
1352 const number<mpfi_float_backend<Digits10>, ExpressionTemplates2>& b);
1356 template <unsigned Digits10, expression_template_option ExpressionTemplates>
1357 bool zero_in(const number<mpfi_float_backend<Digits10>, ExpressionTemplates>& a);
1361 template <unsigned Digits10, expression_template_option ExpressionTemplates>
1362 bool subset(const number<mpfi_float_backend<Digits10>, ExpressionTemplates>& a,
1363 const number<mpfi_float_backend<Digits10>, ExpressionTemplates>& b);
1367 template <unsigned Digits10, expression_template_option ExpressionTemplates>
1368 bool proper_subset(const number<mpfi_float_backend<Digits10>, ExpressionTemplates>& a,
1369 const number<mpfi_float_backend<Digits10>, ExpressionTemplates>& b);
1373 template <unsigned Digits10, expression_template_option ExpressionTemplates>
1374 bool empty(const number<mpfi_float_backend<Digits10>, ExpressionTemplates>& a);
1378 template <unsigned Digits10, expression_template_option ExpressionTemplates>
1379 bool singleton(const number<mpfi_float_backend<Digits10>, ExpressionTemplates>& a);
1498 template <unsigned Digits10>
1513 Type `mpc_complex_backend` can be used at fixed precision by specifying a non-zero `Digits10` templ…
4582 template <unsigned Digits10>
4597 The class takes a single template parameter - `Digits10` - which is the number of decimal digits pr…
4613 template <unsigned Digits10>
4628 The class takes a single template parameter - `Digits10` - which is the number of decimal digits pr…
4737 template <unsigned Digits10, class ExponentType = boost::int32_t, class Allocator = void>
4752 [[Digits10][The number of decimal digits precision the type
4753 …t this type does not normally perform any dynamic memory allocation, and as a result the `Digits10`