Home
last modified time | relevance | path

Searched refs:set_rounding_mode (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/s390x/
H A Drounding-4.c51 set_rounding_mode(0); in main()
53 set_rounding_mode(1); in main()
55 set_rounding_mode(2); in main()
57 set_rounding_mode(3); in main()
61 set_rounding_mode(0); in main()
63 set_rounding_mode(1); in main()
65 set_rounding_mode(2); in main()
67 set_rounding_mode(3); in main()
71 set_rounding_mode(0); in main()
73 set_rounding_mode(1); in main()
[all …]
H A Drounding-6.c76 set_rounding_mode(unsigned mode) in set_rounding_mode() function
100 set_rounding_mode(FPC_BFP_ROUND_ZERO); in main()
102 set_rounding_mode(FPC_BFP_ROUND_NEAREST_EVEN); in main()
110 set_rounding_mode(FPC_BFP_ROUND_ZERO); in main()
112 set_rounding_mode(FPC_BFP_ROUND_NEAREST_EVEN); in main()
120 set_rounding_mode(FPC_BFP_ROUND_ZERO); in main()
122 set_rounding_mode(FPC_BFP_ROUND_NEAREST_EVEN); in main()
130 set_rounding_mode(FPC_BFP_ROUND_ZERO); in main()
132 set_rounding_mode(FPC_BFP_ROUND_NEAREST_EVEN); in main()
140 set_rounding_mode(FPC_BFP_ROUND_ZERO); in main()
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/s390x/
H A Drounding-4.c51 set_rounding_mode(0); in main()
53 set_rounding_mode(1); in main()
55 set_rounding_mode(2); in main()
57 set_rounding_mode(3); in main()
61 set_rounding_mode(0); in main()
63 set_rounding_mode(1); in main()
65 set_rounding_mode(2); in main()
67 set_rounding_mode(3); in main()
71 set_rounding_mode(0); in main()
73 set_rounding_mode(1); in main()
[all …]
H A Drounding-6.c76 set_rounding_mode(unsigned mode) in set_rounding_mode() function
100 set_rounding_mode(FPC_BFP_ROUND_ZERO); in main()
102 set_rounding_mode(FPC_BFP_ROUND_NEAREST_EVEN); in main()
110 set_rounding_mode(FPC_BFP_ROUND_ZERO); in main()
112 set_rounding_mode(FPC_BFP_ROUND_NEAREST_EVEN); in main()
120 set_rounding_mode(FPC_BFP_ROUND_ZERO); in main()
122 set_rounding_mode(FPC_BFP_ROUND_NEAREST_EVEN); in main()
130 set_rounding_mode(FPC_BFP_ROUND_ZERO); in main()
132 set_rounding_mode(FPC_BFP_ROUND_NEAREST_EVEN); in main()
140 set_rounding_mode(FPC_BFP_ROUND_ZERO); in main()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/numeric/interval/ext/
H A Dx86_fast_rounding_control.hpp39 static void to_nearest() { set_rounding_mode(detail::rnd_mode_f.to_nearest); } in to_nearest()
40 static void downward() { set_rounding_mode(detail::rnd_mode_f.downward); } in downward()
41 static void upward() { set_rounding_mode(detail::rnd_mode_f.upward); } in upward()
42 static void toward_zero() { set_rounding_mode(detail::rnd_mode_f.toward_zero); } in toward_zero()
49 static void to_nearest() { set_rounding_mode(detail::rnd_mode_d.to_nearest); } in to_nearest()
50 static void downward() { set_rounding_mode(detail::rnd_mode_d.downward); } in downward()
51 static void upward() { set_rounding_mode(detail::rnd_mode_d.upward); } in upward()
52 static void toward_zero() { set_rounding_mode(detail::rnd_mode_d.toward_zero); } in toward_zero()
59 static void to_nearest() { set_rounding_mode(detail::rnd_mode_l.to_nearest); } in to_nearest()
60 static void downward() { set_rounding_mode(detail::rnd_mode_l.downward); } in downward()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/numeric/interval/ext/
H A Dx86_fast_rounding_control.hpp39 static void to_nearest() { set_rounding_mode(detail::rnd_mode_f.to_nearest); } in to_nearest()
40 static void downward() { set_rounding_mode(detail::rnd_mode_f.downward); } in downward()
41 static void upward() { set_rounding_mode(detail::rnd_mode_f.upward); } in upward()
42 static void toward_zero() { set_rounding_mode(detail::rnd_mode_f.toward_zero); } in toward_zero()
49 static void to_nearest() { set_rounding_mode(detail::rnd_mode_d.to_nearest); } in to_nearest()
50 static void downward() { set_rounding_mode(detail::rnd_mode_d.downward); } in downward()
51 static void upward() { set_rounding_mode(detail::rnd_mode_d.upward); } in upward()
52 static void toward_zero() { set_rounding_mode(detail::rnd_mode_d.toward_zero); } in toward_zero()
59 static void to_nearest() { set_rounding_mode(detail::rnd_mode_l.to_nearest); } in to_nearest()
60 static void downward() { set_rounding_mode(detail::rnd_mode_l.downward); } in downward()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/numeric/interval/ext/
H A Dx86_fast_rounding_control.hpp39 static void to_nearest() { set_rounding_mode(detail::rnd_mode_f.to_nearest); } in to_nearest()
40 static void downward() { set_rounding_mode(detail::rnd_mode_f.downward); } in downward()
41 static void upward() { set_rounding_mode(detail::rnd_mode_f.upward); } in upward()
42 static void toward_zero() { set_rounding_mode(detail::rnd_mode_f.toward_zero); } in toward_zero()
49 static void to_nearest() { set_rounding_mode(detail::rnd_mode_d.to_nearest); } in to_nearest()
50 static void downward() { set_rounding_mode(detail::rnd_mode_d.downward); } in downward()
51 static void upward() { set_rounding_mode(detail::rnd_mode_d.upward); } in upward()
52 static void toward_zero() { set_rounding_mode(detail::rnd_mode_d.toward_zero); } in toward_zero()
59 static void to_nearest() { set_rounding_mode(detail::rnd_mode_l.to_nearest); } in to_nearest()
60 static void downward() { set_rounding_mode(detail::rnd_mode_l.downward); } in downward()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/numeric/interval/ext/
H A Dx86_fast_rounding_control.hpp39 static void to_nearest() { set_rounding_mode(detail::rnd_mode_f.to_nearest); } in to_nearest()
40 static void downward() { set_rounding_mode(detail::rnd_mode_f.downward); } in downward()
41 static void upward() { set_rounding_mode(detail::rnd_mode_f.upward); } in upward()
42 static void toward_zero() { set_rounding_mode(detail::rnd_mode_f.toward_zero); } in toward_zero()
49 static void to_nearest() { set_rounding_mode(detail::rnd_mode_d.to_nearest); } in to_nearest()
50 static void downward() { set_rounding_mode(detail::rnd_mode_d.downward); } in downward()
51 static void upward() { set_rounding_mode(detail::rnd_mode_d.upward); } in upward()
52 static void toward_zero() { set_rounding_mode(detail::rnd_mode_d.toward_zero); } in toward_zero()
59 static void to_nearest() { set_rounding_mode(detail::rnd_mode_l.to_nearest); } in to_nearest()
60 static void downward() { set_rounding_mode(detail::rnd_mode_l.downward); } in downward()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/numeric/interval/ext/
H A Dx86_fast_rounding_control.hpp39 static void to_nearest() { set_rounding_mode(detail::rnd_mode_f.to_nearest); } in to_nearest()
40 static void downward() { set_rounding_mode(detail::rnd_mode_f.downward); } in downward()
41 static void upward() { set_rounding_mode(detail::rnd_mode_f.upward); } in upward()
42 static void toward_zero() { set_rounding_mode(detail::rnd_mode_f.toward_zero); } in toward_zero()
49 static void to_nearest() { set_rounding_mode(detail::rnd_mode_d.to_nearest); } in to_nearest()
50 static void downward() { set_rounding_mode(detail::rnd_mode_d.downward); } in downward()
51 static void upward() { set_rounding_mode(detail::rnd_mode_d.upward); } in upward()
52 static void toward_zero() { set_rounding_mode(detail::rnd_mode_d.toward_zero); } in toward_zero()
59 static void to_nearest() { set_rounding_mode(detail::rnd_mode_l.to_nearest); } in to_nearest()
60 static void downward() { set_rounding_mode(detail::rnd_mode_l.downward); } in downward()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/numeric/interval/ext/
H A Dx86_fast_rounding_control.hpp39 static void to_nearest() { set_rounding_mode(detail::rnd_mode_f.to_nearest); } in to_nearest()
40 static void downward() { set_rounding_mode(detail::rnd_mode_f.downward); } in downward()
41 static void upward() { set_rounding_mode(detail::rnd_mode_f.upward); } in upward()
42 static void toward_zero() { set_rounding_mode(detail::rnd_mode_f.toward_zero); } in toward_zero()
49 static void to_nearest() { set_rounding_mode(detail::rnd_mode_d.to_nearest); } in to_nearest()
50 static void downward() { set_rounding_mode(detail::rnd_mode_d.downward); } in downward()
51 static void upward() { set_rounding_mode(detail::rnd_mode_d.upward); } in upward()
52 static void toward_zero() { set_rounding_mode(detail::rnd_mode_d.toward_zero); } in toward_zero()
59 static void to_nearest() { set_rounding_mode(detail::rnd_mode_l.to_nearest); } in to_nearest()
60 static void downward() { set_rounding_mode(detail::rnd_mode_l.downward); } in downward()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/numeric/interval/ext/
H A Dx86_fast_rounding_control.hpp39 static void to_nearest() { set_rounding_mode(detail::rnd_mode_f.to_nearest); } in to_nearest()
40 static void downward() { set_rounding_mode(detail::rnd_mode_f.downward); } in downward()
41 static void upward() { set_rounding_mode(detail::rnd_mode_f.upward); } in upward()
42 static void toward_zero() { set_rounding_mode(detail::rnd_mode_f.toward_zero); } in toward_zero()
49 static void to_nearest() { set_rounding_mode(detail::rnd_mode_d.to_nearest); } in to_nearest()
50 static void downward() { set_rounding_mode(detail::rnd_mode_d.downward); } in downward()
51 static void upward() { set_rounding_mode(detail::rnd_mode_d.upward); } in upward()
52 static void toward_zero() { set_rounding_mode(detail::rnd_mode_d.toward_zero); } in toward_zero()
59 static void to_nearest() { set_rounding_mode(detail::rnd_mode_l.to_nearest); } in to_nearest()
60 static void downward() { set_rounding_mode(detail::rnd_mode_l.downward); } in downward()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/numeric/interval/ext/
H A Dx86_fast_rounding_control.hpp39 static void to_nearest() { set_rounding_mode(detail::rnd_mode_f.to_nearest); } in to_nearest()
40 static void downward() { set_rounding_mode(detail::rnd_mode_f.downward); } in downward()
41 static void upward() { set_rounding_mode(detail::rnd_mode_f.upward); } in upward()
42 static void toward_zero() { set_rounding_mode(detail::rnd_mode_f.toward_zero); } in toward_zero()
49 static void to_nearest() { set_rounding_mode(detail::rnd_mode_d.to_nearest); } in to_nearest()
50 static void downward() { set_rounding_mode(detail::rnd_mode_d.downward); } in downward()
51 static void upward() { set_rounding_mode(detail::rnd_mode_d.upward); } in upward()
52 static void toward_zero() { set_rounding_mode(detail::rnd_mode_d.toward_zero); } in toward_zero()
59 static void to_nearest() { set_rounding_mode(detail::rnd_mode_l.to_nearest); } in to_nearest()
60 static void downward() { set_rounding_mode(detail::rnd_mode_l.downward); } in downward()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/numeric/interval/ext/
H A Dx86_fast_rounding_control.hpp39 static void to_nearest() { set_rounding_mode(detail::rnd_mode_f.to_nearest); } in to_nearest()
40 static void downward() { set_rounding_mode(detail::rnd_mode_f.downward); } in downward()
41 static void upward() { set_rounding_mode(detail::rnd_mode_f.upward); } in upward()
42 static void toward_zero() { set_rounding_mode(detail::rnd_mode_f.toward_zero); } in toward_zero()
49 static void to_nearest() { set_rounding_mode(detail::rnd_mode_d.to_nearest); } in to_nearest()
50 static void downward() { set_rounding_mode(detail::rnd_mode_d.downward); } in downward()
51 static void upward() { set_rounding_mode(detail::rnd_mode_d.upward); } in upward()
52 static void toward_zero() { set_rounding_mode(detail::rnd_mode_d.toward_zero); } in toward_zero()
59 static void to_nearest() { set_rounding_mode(detail::rnd_mode_l.to_nearest); } in to_nearest()
60 static void downward() { set_rounding_mode(detail::rnd_mode_l.downward); } in downward()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/numeric/interval/ext/
H A Dx86_fast_rounding_control.hpp39 static void to_nearest() { set_rounding_mode(detail::rnd_mode_f.to_nearest); } in to_nearest()
40 static void downward() { set_rounding_mode(detail::rnd_mode_f.downward); } in downward()
41 static void upward() { set_rounding_mode(detail::rnd_mode_f.upward); } in upward()
42 static void toward_zero() { set_rounding_mode(detail::rnd_mode_f.toward_zero); } in toward_zero()
49 static void to_nearest() { set_rounding_mode(detail::rnd_mode_d.to_nearest); } in to_nearest()
50 static void downward() { set_rounding_mode(detail::rnd_mode_d.downward); } in downward()
51 static void upward() { set_rounding_mode(detail::rnd_mode_d.upward); } in upward()
52 static void toward_zero() { set_rounding_mode(detail::rnd_mode_d.toward_zero); } in toward_zero()
59 static void to_nearest() { set_rounding_mode(detail::rnd_mode_l.to_nearest); } in to_nearest()
60 static void downward() { set_rounding_mode(detail::rnd_mode_l.downward); } in downward()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/numeric/interval/ext/
H A Dx86_fast_rounding_control.hpp39 static void to_nearest() { set_rounding_mode(detail::rnd_mode_f.to_nearest); } in to_nearest()
40 static void downward() { set_rounding_mode(detail::rnd_mode_f.downward); } in downward()
41 static void upward() { set_rounding_mode(detail::rnd_mode_f.upward); } in upward()
42 static void toward_zero() { set_rounding_mode(detail::rnd_mode_f.toward_zero); } in toward_zero()
49 static void to_nearest() { set_rounding_mode(detail::rnd_mode_d.to_nearest); } in to_nearest()
50 static void downward() { set_rounding_mode(detail::rnd_mode_d.downward); } in downward()
51 static void upward() { set_rounding_mode(detail::rnd_mode_d.upward); } in upward()
52 static void toward_zero() { set_rounding_mode(detail::rnd_mode_d.toward_zero); } in toward_zero()
59 static void to_nearest() { set_rounding_mode(detail::rnd_mode_l.to_nearest); } in to_nearest()
60 static void downward() { set_rounding_mode(detail::rnd_mode_l.downward); } in downward()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/numeric/interval/ext/
H A Dx86_fast_rounding_control.hpp39 static void to_nearest() { set_rounding_mode(detail::rnd_mode_f.to_nearest); } in to_nearest()
40 static void downward() { set_rounding_mode(detail::rnd_mode_f.downward); } in downward()
41 static void upward() { set_rounding_mode(detail::rnd_mode_f.upward); } in upward()
42 static void toward_zero() { set_rounding_mode(detail::rnd_mode_f.toward_zero); } in toward_zero()
49 static void to_nearest() { set_rounding_mode(detail::rnd_mode_d.to_nearest); } in to_nearest()
50 static void downward() { set_rounding_mode(detail::rnd_mode_d.downward); } in downward()
51 static void upward() { set_rounding_mode(detail::rnd_mode_d.upward); } in upward()
52 static void toward_zero() { set_rounding_mode(detail::rnd_mode_d.toward_zero); } in toward_zero()
59 static void to_nearest() { set_rounding_mode(detail::rnd_mode_l.to_nearest); } in to_nearest()
60 static void downward() { set_rounding_mode(detail::rnd_mode_l.downward); } in downward()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/numeric/interval/ext/
H A Dx86_fast_rounding_control.hpp39 static void to_nearest() { set_rounding_mode(detail::rnd_mode_f.to_nearest); } in to_nearest()
40 static void downward() { set_rounding_mode(detail::rnd_mode_f.downward); } in downward()
41 static void upward() { set_rounding_mode(detail::rnd_mode_f.upward); } in upward()
42 static void toward_zero() { set_rounding_mode(detail::rnd_mode_f.toward_zero); } in toward_zero()
49 static void to_nearest() { set_rounding_mode(detail::rnd_mode_d.to_nearest); } in to_nearest()
50 static void downward() { set_rounding_mode(detail::rnd_mode_d.downward); } in downward()
51 static void upward() { set_rounding_mode(detail::rnd_mode_d.upward); } in upward()
52 static void toward_zero() { set_rounding_mode(detail::rnd_mode_d.toward_zero); } in toward_zero()
59 static void to_nearest() { set_rounding_mode(detail::rnd_mode_l.to_nearest); } in to_nearest()
60 static void downward() { set_rounding_mode(detail::rnd_mode_l.downward); } in downward()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/numeric/interval/ext/
H A Dx86_fast_rounding_control.hpp39 static void to_nearest() { set_rounding_mode(detail::rnd_mode_f.to_nearest); } in to_nearest()
40 static void downward() { set_rounding_mode(detail::rnd_mode_f.downward); } in downward()
41 static void upward() { set_rounding_mode(detail::rnd_mode_f.upward); } in upward()
42 static void toward_zero() { set_rounding_mode(detail::rnd_mode_f.toward_zero); } in toward_zero()
49 static void to_nearest() { set_rounding_mode(detail::rnd_mode_d.to_nearest); } in to_nearest()
50 static void downward() { set_rounding_mode(detail::rnd_mode_d.downward); } in downward()
51 static void upward() { set_rounding_mode(detail::rnd_mode_d.upward); } in upward()
52 static void toward_zero() { set_rounding_mode(detail::rnd_mode_d.toward_zero); } in toward_zero()
59 static void to_nearest() { set_rounding_mode(detail::rnd_mode_l.to_nearest); } in to_nearest()
60 static void downward() { set_rounding_mode(detail::rnd_mode_l.downward); } in downward()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/numeric/interval/ext/
H A Dx86_fast_rounding_control.hpp39 static void to_nearest() { set_rounding_mode(detail::rnd_mode_f.to_nearest); } in to_nearest()
40 static void downward() { set_rounding_mode(detail::rnd_mode_f.downward); } in downward()
41 static void upward() { set_rounding_mode(detail::rnd_mode_f.upward); } in upward()
42 static void toward_zero() { set_rounding_mode(detail::rnd_mode_f.toward_zero); } in toward_zero()
49 static void to_nearest() { set_rounding_mode(detail::rnd_mode_d.to_nearest); } in to_nearest()
50 static void downward() { set_rounding_mode(detail::rnd_mode_d.downward); } in downward()
51 static void upward() { set_rounding_mode(detail::rnd_mode_d.upward); } in upward()
52 static void toward_zero() { set_rounding_mode(detail::rnd_mode_d.toward_zero); } in toward_zero()
59 static void to_nearest() { set_rounding_mode(detail::rnd_mode_l.to_nearest); } in to_nearest()
60 static void downward() { set_rounding_mode(detail::rnd_mode_l.downward); } in downward()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/numeric/interval/ext/
H A Dx86_fast_rounding_control.hpp39 static void to_nearest() { set_rounding_mode(detail::rnd_mode_f.to_nearest); } in to_nearest()
40 static void downward() { set_rounding_mode(detail::rnd_mode_f.downward); } in downward()
41 static void upward() { set_rounding_mode(detail::rnd_mode_f.upward); } in upward()
42 static void toward_zero() { set_rounding_mode(detail::rnd_mode_f.toward_zero); } in toward_zero()
49 static void to_nearest() { set_rounding_mode(detail::rnd_mode_d.to_nearest); } in to_nearest()
50 static void downward() { set_rounding_mode(detail::rnd_mode_d.downward); } in downward()
51 static void upward() { set_rounding_mode(detail::rnd_mode_d.upward); } in upward()
52 static void toward_zero() { set_rounding_mode(detail::rnd_mode_d.toward_zero); } in toward_zero()
59 static void to_nearest() { set_rounding_mode(detail::rnd_mode_l.to_nearest); } in to_nearest()
60 static void downward() { set_rounding_mode(detail::rnd_mode_l.downward); } in downward()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/numeric/interval/ext/
H A Dx86_fast_rounding_control.hpp39 static void to_nearest() { set_rounding_mode(detail::rnd_mode_f.to_nearest); } in to_nearest()
40 static void downward() { set_rounding_mode(detail::rnd_mode_f.downward); } in downward()
41 static void upward() { set_rounding_mode(detail::rnd_mode_f.upward); } in upward()
42 static void toward_zero() { set_rounding_mode(detail::rnd_mode_f.toward_zero); } in toward_zero()
49 static void to_nearest() { set_rounding_mode(detail::rnd_mode_d.to_nearest); } in to_nearest()
50 static void downward() { set_rounding_mode(detail::rnd_mode_d.downward); } in downward()
51 static void upward() { set_rounding_mode(detail::rnd_mode_d.upward); } in upward()
52 static void toward_zero() { set_rounding_mode(detail::rnd_mode_d.toward_zero); } in toward_zero()
59 static void to_nearest() { set_rounding_mode(detail::rnd_mode_l.to_nearest); } in to_nearest()
60 static void downward() { set_rounding_mode(detail::rnd_mode_l.downward); } in downward()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/numeric/interval/ext/
H A Dx86_fast_rounding_control.hpp39 static void to_nearest() { set_rounding_mode(detail::rnd_mode_f.to_nearest); } in to_nearest()
40 static void downward() { set_rounding_mode(detail::rnd_mode_f.downward); } in downward()
41 static void upward() { set_rounding_mode(detail::rnd_mode_f.upward); } in upward()
42 static void toward_zero() { set_rounding_mode(detail::rnd_mode_f.toward_zero); } in toward_zero()
49 static void to_nearest() { set_rounding_mode(detail::rnd_mode_d.to_nearest); } in to_nearest()
50 static void downward() { set_rounding_mode(detail::rnd_mode_d.downward); } in downward()
51 static void upward() { set_rounding_mode(detail::rnd_mode_d.upward); } in upward()
52 static void toward_zero() { set_rounding_mode(detail::rnd_mode_d.toward_zero); } in toward_zero()
59 static void to_nearest() { set_rounding_mode(detail::rnd_mode_l.to_nearest); } in to_nearest()
60 static void downward() { set_rounding_mode(detail::rnd_mode_l.downward); } in downward()
[all …]
/dports/biology/lamarc/lamarc-2.1.8/boost/numeric/interval/ext/
H A Dx86_fast_rounding_control.hpp39 static void to_nearest() { set_rounding_mode(detail::rnd_mode_f.to_nearest); } in to_nearest()
40 static void downward() { set_rounding_mode(detail::rnd_mode_f.downward); } in downward()
41 static void upward() { set_rounding_mode(detail::rnd_mode_f.upward); } in upward()
42 static void toward_zero() { set_rounding_mode(detail::rnd_mode_f.toward_zero); } in toward_zero()
49 static void to_nearest() { set_rounding_mode(detail::rnd_mode_d.to_nearest); } in to_nearest()
50 static void downward() { set_rounding_mode(detail::rnd_mode_d.downward); } in downward()
51 static void upward() { set_rounding_mode(detail::rnd_mode_d.upward); } in upward()
52 static void toward_zero() { set_rounding_mode(detail::rnd_mode_d.toward_zero); } in toward_zero()
59 static void to_nearest() { set_rounding_mode(detail::rnd_mode_l.to_nearest); } in to_nearest()
60 static void downward() { set_rounding_mode(detail::rnd_mode_l.downward); } in downward()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/numeric/interval/detail/
H A Dalpha_rounding_control.hpp43 static void set_rounding_mode(const rounding_mode mode) in set_rounding_mode() function
49 static void downward() { set_rounding_mode(mode_downward.dmode); } in downward()
50 static void upward() { set_rounding_mode(mode_upward.dmode); } in upward()
51 static void to_nearest() { set_rounding_mode(mode_to_nearest.dmode); } in to_nearest()
52 static void toward_zero() { set_rounding_mode(mode_toward_zero.dmode); } in toward_zero()
64 static void set_rounding_mode(const rounding_mode& mode) { write_rnd(mode); }
67 static void downward() { set_rounding_mode(FP_RND_RM); }
68 static void upward() { set_rounding_mode(FP_RND_RP); }
69 static void to_nearest() { set_rounding_mode(FP_RND_RN); }
70 static void toward_zero() { set_rounding_mode(FP_RND_RZ); }
/dports/devel/hyperscan/boost_1_75_0/boost/numeric/interval/detail/
H A Dalpha_rounding_control.hpp43 static void set_rounding_mode(const rounding_mode mode) in set_rounding_mode() function
49 static void downward() { set_rounding_mode(mode_downward.dmode); } in downward()
50 static void upward() { set_rounding_mode(mode_upward.dmode); } in upward()
51 static void to_nearest() { set_rounding_mode(mode_to_nearest.dmode); } in to_nearest()
52 static void toward_zero() { set_rounding_mode(mode_toward_zero.dmode); } in toward_zero()
64 static void set_rounding_mode(const rounding_mode& mode) { write_rnd(mode); }
67 static void downward() { set_rounding_mode(FP_RND_RM); }
68 static void upward() { set_rounding_mode(FP_RND_RP); }
69 static void to_nearest() { set_rounding_mode(FP_RND_RN); }
70 static void toward_zero() { set_rounding_mode(FP_RND_RZ); }

12345678910>>...13