Home
last modified time | relevance | path

Searched defs:rounding_control (Results 1 – 25 of 190) sorted by relevance

12345678

/dports/devel/boost-docs/boost_1_72_0/boost/numeric/interval/detail/
H A Dia64_rounding_control.hpp50 struct rounding_control<float>: struct
53 static float force_rounding(const float r) in force_rounding()
55 static float to_int(const float& x) { return rintf(x); } in to_int()
59 struct rounding_control<double>: struct
62 static const double & force_rounding(const double& r) { return r; } in force_rounding()
63 static double to_int(const double& r) { return rint(r); } in to_int()
67 struct rounding_control<long double>: struct
70 static const long double & force_rounding(const long double& r) { return r; } in force_rounding()
71 static long double to_int(const long double& r) { return rintl(r); } in to_int()
H A Dc99_rounding_control.hpp21 struct rounding_control<float>: struct
24 static float force_rounding(float const &r) in force_rounding()
29 struct rounding_control<double>: struct
32 static double force_rounding(double const &r) in force_rounding()
37 struct rounding_control<long double>: struct
40 static long double force_rounding(long double const &r) in force_rounding()
/dports/devel/hyperscan/boost_1_75_0/boost/numeric/interval/detail/
H A Dia64_rounding_control.hpp50 struct rounding_control<float>: struct
53 static float force_rounding(const float r) in force_rounding()
55 static float to_int(const float& x) { return rintf(x); } in to_int()
59 struct rounding_control<double>: struct
62 static const double & force_rounding(const double& r) { return r; } in force_rounding()
63 static double to_int(const double& r) { return rint(r); } in to_int()
67 struct rounding_control<long double>: struct
70 static const long double & force_rounding(const long double& r) { return r; } in force_rounding()
71 static long double to_int(const long double& r) { return rintl(r); } in to_int()
H A Dc99_rounding_control.hpp21 struct rounding_control<float>: struct
24 static float force_rounding(float const &r) in force_rounding()
29 struct rounding_control<double>: struct
32 static double force_rounding(double const &r) in force_rounding()
37 struct rounding_control<long double>: struct
40 static long double force_rounding(long double const &r) in force_rounding()
/dports/math/gecode/gecode-0916a1a/gecode/third-party/boost/numeric/interval/detail/
H A Dia64_rounding_control.hpp50 struct rounding_control<float>: struct
53 static float force_rounding(const float r) in force_rounding()
55 static float to_int(const float& x) { return rintf(x); } in to_int()
59 struct rounding_control<double>: struct
62 static const double & force_rounding(const double& r) { return r; } in force_rounding()
63 static double to_int(const double& r) { return rint(r); } in to_int()
67 struct rounding_control<long double>: struct
70 static const long double & force_rounding(const long double& r) { return r; } in force_rounding()
71 static long double to_int(const long double& r) { return rintl(r); } in to_int()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/numeric/interval/detail/
H A Dia64_rounding_control.hpp50 struct rounding_control<float>: struct
53 static float force_rounding(const float r) in force_rounding()
55 static float to_int(const float& x) { return rintf(x); } in to_int()
59 struct rounding_control<double>: struct
62 static const double & force_rounding(const double& r) { return r; } in force_rounding()
63 static double to_int(const double& r) { return rint(r); } in to_int()
67 struct rounding_control<long double>: struct
70 static const long double & force_rounding(const long double& r) { return r; } in force_rounding()
71 static long double to_int(const long double& r) { return rintl(r); } in to_int()
/dports/devel/R-cran-BH/BH/inst/include/boost/numeric/interval/detail/
H A Dia64_rounding_control.hpp50 struct rounding_control<float>: struct
53 static float force_rounding(const float r) in force_rounding()
55 static float to_int(const float& x) { return rintf(x); } in to_int()
59 struct rounding_control<double>: struct
62 static const double & force_rounding(const double& r) { return r; } in force_rounding()
63 static double to_int(const double& r) { return rint(r); } in to_int()
67 struct rounding_control<long double>: struct
70 static const long double & force_rounding(const long double& r) { return r; } in force_rounding()
71 static long double to_int(const long double& r) { return rintl(r); } in to_int()
H A Dc99_rounding_control.hpp21 struct rounding_control<float>: struct
24 static float force_rounding(float const &r) in force_rounding()
29 struct rounding_control<double>: struct
32 static double force_rounding(double const &r) in force_rounding()
37 struct rounding_control<long double>: struct
40 static long double force_rounding(long double const &r) in force_rounding()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/numeric/interval/detail/
H A Dia64_rounding_control.hpp50 struct rounding_control<float>: struct
53 static float force_rounding(const float r) in force_rounding()
55 static float to_int(const float& x) { return rintf(x); } in to_int()
59 struct rounding_control<double>: struct
62 static const double & force_rounding(const double& r) { return r; } in force_rounding()
63 static double to_int(const double& r) { return rint(r); } in to_int()
67 struct rounding_control<long double>: struct
70 static const long double & force_rounding(const long double& r) { return r; } in force_rounding()
71 static long double to_int(const long double& r) { return rintl(r); } in to_int()
H A Dc99_rounding_control.hpp21 struct rounding_control<float>: struct
24 static float force_rounding(float const &r) in force_rounding()
29 struct rounding_control<double>: struct
32 static double force_rounding(double const &r) in force_rounding()
37 struct rounding_control<long double>: struct
40 static long double force_rounding(long double const &r) in force_rounding()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/numeric/interval/detail/
H A Dia64_rounding_control.hpp50 struct rounding_control<float>: struct
53 static float force_rounding(const float r) in force_rounding()
55 static float to_int(const float& x) { return rintf(x); } in to_int()
59 struct rounding_control<double>: struct
62 static const double & force_rounding(const double& r) { return r; } in force_rounding()
63 static double to_int(const double& r) { return rint(r); } in to_int()
67 struct rounding_control<long double>: struct
70 static const long double & force_rounding(const long double& r) { return r; } in force_rounding()
71 static long double to_int(const long double& r) { return rintl(r); } in to_int()
H A Dc99_rounding_control.hpp21 struct rounding_control<float>: struct
24 static float force_rounding(float const &r) in force_rounding()
29 struct rounding_control<double>: struct
32 static double force_rounding(double const &r) in force_rounding()
37 struct rounding_control<long double>: struct
40 static long double force_rounding(long double const &r) in force_rounding()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/numeric/interval/detail/
H A Dia64_rounding_control.hpp50 struct rounding_control<float>: struct
53 static float force_rounding(const float r) in force_rounding()
55 static float to_int(const float& x) { return rintf(x); } in to_int()
59 struct rounding_control<double>: struct
62 static const double & force_rounding(const double& r) { return r; } in force_rounding()
63 static double to_int(const double& r) { return rint(r); } in to_int()
67 struct rounding_control<long double>: struct
70 static const long double & force_rounding(const long double& r) { return r; } in force_rounding()
71 static long double to_int(const long double& r) { return rintl(r); } in to_int()
/dports/databases/percona57-server/boost_1_59_0/boost/numeric/interval/detail/
H A Dia64_rounding_control.hpp50 struct rounding_control<float>: struct
53 static float force_rounding(const float r) in force_rounding()
55 static float to_int(const float& x) { return rintf(x); } in to_int()
59 struct rounding_control<double>: struct
62 static const double & force_rounding(const double& r) { return r; } in force_rounding()
63 static double to_int(const double& r) { return rint(r); } in to_int()
67 struct rounding_control<long double>: struct
70 static const long double & force_rounding(const long double& r) { return r; } in force_rounding()
71 static long double to_int(const long double& r) { return rintl(r); } in to_int()
/dports/databases/xtrabackup/boost_1_59_0/boost/numeric/interval/detail/
H A Dia64_rounding_control.hpp50 struct rounding_control<float>: struct
53 static float force_rounding(const float r) in force_rounding()
55 static float to_int(const float& x) { return rintf(x); } in to_int()
59 struct rounding_control<double>: struct
62 static const double & force_rounding(const double& r) { return r; } in force_rounding()
63 static double to_int(const double& r) { return rint(r); } in to_int()
67 struct rounding_control<long double>: struct
70 static const long double & force_rounding(const long double& r) { return r; } in force_rounding()
71 static long double to_int(const long double& r) { return rintl(r); } in to_int()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/numeric/interval/detail/
H A Dia64_rounding_control.hpp50 struct rounding_control<float>: struct
53 static float force_rounding(const float r) in force_rounding()
55 static float to_int(const float& x) { return rintf(x); } in to_int()
59 struct rounding_control<double>: struct
62 static const double & force_rounding(const double& r) { return r; } in force_rounding()
63 static double to_int(const double& r) { return rint(r); } in to_int()
67 struct rounding_control<long double>: struct
70 static const long double & force_rounding(const long double& r) { return r; } in force_rounding()
71 static long double to_int(const long double& r) { return rintl(r); } in to_int()
/dports/databases/percona57-client/boost_1_59_0/boost/numeric/interval/detail/
H A Dia64_rounding_control.hpp50 struct rounding_control<float>: struct
53 static float force_rounding(const float r) in force_rounding()
55 static float to_int(const float& x) { return rintf(x); } in to_int()
59 struct rounding_control<double>: struct
62 static const double & force_rounding(const double& r) { return r; } in force_rounding()
63 static double to_int(const double& r) { return rint(r); } in to_int()
67 struct rounding_control<long double>: struct
70 static const long double & force_rounding(const long double& r) { return r; } in force_rounding()
71 static long double to_int(const long double& r) { return rintl(r); } in to_int()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/numeric/interval/detail/
H A Dia64_rounding_control.hpp50 struct rounding_control<float>: struct
53 static float force_rounding(const float r) in force_rounding()
55 static float to_int(const float& x) { return rintf(x); } in to_int()
59 struct rounding_control<double>: struct
62 static const double & force_rounding(const double& r) { return r; } in force_rounding()
63 static double to_int(const double& r) { return rint(r); } in to_int()
67 struct rounding_control<long double>: struct
70 static const long double & force_rounding(const long double& r) { return r; } in force_rounding()
71 static long double to_int(const long double& r) { return rintl(r); } in to_int()
/dports/devel/boost-libs/boost_1_72_0/boost/numeric/interval/detail/
H A Dia64_rounding_control.hpp50 struct rounding_control<float>: struct
53 static float force_rounding(const float r) in force_rounding()
55 static float to_int(const float& x) { return rintf(x); } in to_int()
59 struct rounding_control<double>: struct
62 static const double & force_rounding(const double& r) { return r; } in force_rounding()
63 static double to_int(const double& r) { return rint(r); } in to_int()
67 struct rounding_control<long double>: struct
70 static const long double & force_rounding(const long double& r) { return r; } in force_rounding()
71 static long double to_int(const long double& r) { return rintl(r); } in to_int()
/dports/devel/boost-python-libs/boost_1_72_0/boost/numeric/interval/detail/
H A Dia64_rounding_control.hpp50 struct rounding_control<float>: struct
53 static float force_rounding(const float r) in force_rounding()
55 static float to_int(const float& x) { return rintf(x); } in to_int()
59 struct rounding_control<double>: struct
62 static const double & force_rounding(const double& r) { return r; } in force_rounding()
63 static double to_int(const double& r) { return rint(r); } in to_int()
67 struct rounding_control<long double>: struct
70 static const long double & force_rounding(const long double& r) { return r; } in force_rounding()
71 static long double to_int(const long double& r) { return rintl(r); } in to_int()
H A Dc99_rounding_control.hpp21 struct rounding_control<float>: struct
24 static float force_rounding(float const &r) in force_rounding()
29 struct rounding_control<double>: struct
32 static double force_rounding(double const &r) in force_rounding()
37 struct rounding_control<long double>: struct
40 static long double force_rounding(long double const &r) in force_rounding()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/numeric/interval/detail/
H A Dia64_rounding_control.hpp50 struct rounding_control<float>: struct
53 static float force_rounding(const float r) in force_rounding()
55 static float to_int(const float& x) { return rintf(x); } in to_int()
59 struct rounding_control<double>: struct
62 static const double & force_rounding(const double& r) { return r; } in force_rounding()
63 static double to_int(const double& r) { return rint(r); } in to_int()
67 struct rounding_control<long double>: struct
70 static const long double & force_rounding(const long double& r) { return r; } in force_rounding()
71 static long double to_int(const long double& r) { return rintl(r); } in to_int()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/numeric/interval/detail/
H A Dia64_rounding_control.hpp50 struct rounding_control<float>: struct
53 static float force_rounding(const float r) in force_rounding()
55 static float to_int(const float& x) { return rintf(x); } in to_int()
59 struct rounding_control<double>: struct
62 static const double & force_rounding(const double& r) { return r; } in force_rounding()
63 static double to_int(const double& r) { return rint(r); } in to_int()
67 struct rounding_control<long double>: struct
70 static const long double & force_rounding(const long double& r) { return r; } in force_rounding()
71 static long double to_int(const long double& r) { return rintl(r); } in to_int()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/numeric/interval/detail/
H A Dia64_rounding_control.hpp50 struct rounding_control<float>: struct
53 static float force_rounding(const float r) in force_rounding()
55 static float to_int(const float& x) { return rintf(x); } in to_int()
59 struct rounding_control<double>: struct
62 static const double & force_rounding(const double& r) { return r; } in force_rounding()
63 static double to_int(const double& r) { return rint(r); } in to_int()
67 struct rounding_control<long double>: struct
70 static const long double & force_rounding(const long double& r) { return r; } in force_rounding()
71 static long double to_int(const long double& r) { return rintl(r); } in to_int()
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/numeric/interval/detail/
H A Dia64_rounding_control.hpp50 struct rounding_control<float>: struct
53 static float force_rounding(const float r) in force_rounding()
55 static float to_int(const float& x) { return rintf(x); } in to_int()
59 struct rounding_control<double>: struct
62 static const double & force_rounding(const double& r) { return r; } in force_rounding()
63 static double to_int(const double& r) { return rint(r); } in to_int()
67 struct rounding_control<long double>: struct
70 static const long double & force_rounding(const long double& r) { return r; } in force_rounding()
71 static long double to_int(const long double& r) { return rintl(r); } in to_int()

12345678