hw_rounding.hpp gecode/third-party/boost/numeric/interval/rounding.hpp gecode/third-party/boost/numeric/interval/rounded_arith.hpp /usr/include/gecode/third-party/boost/numeric/interval.hpp boost::numeric::interval_lib::rounded_math< float > boost::numeric::interval_lib::rounded_math< double > boost::numeric::interval_lib::rounded_math< long double > boost boost::numeric boost::numeric::interval_lib BOOST_NUMERIC_INTERVAL_NO_HARDWARE /*Boostinterval/hw_rounding.hpptemplateimplementationfile * *Copyright2002HervéBrönnimann,GuillaumeMelquiond,SylvainPion *Copyright2005GuillaumeMelquiond * *DistributedundertheBoostSoftwareLicense,Version1.0. *(SeeaccompanyingfileLICENSE_1_0.txtor *copyathttp://www.boost.org/LICENSE_1_0.txt) */ #ifndefBOOST_NUMERIC_INTERVAL_HW_ROUNDING_HPP #defineBOOST_NUMERIC_INTERVAL_HW_ROUNDING_HPP #include<gecode/third-party/boost/numeric/interval/rounding.hpp> #include<gecode/third-party/boost/numeric/interval/rounded_arith.hpp> #defineBOOST_NUMERIC_INTERVAL_NO_HARDWARE //defineappropriatespecializationofrounding_controlforbuilt-intypes #ifdefined(__x86_64__)&&(defined(__USE_ISOC99)||defined(__APPLE__)) #include<gecode/third-party/boost/numeric/interval/detail/c99_rounding_control.hpp> #elifdefined(__i386__)||defined(_M_IX86)||defined(__BORLANDC__)||defined(_M_X64) #include<gecode/third-party/boost/numeric/interval/detail/x86_rounding_control.hpp> #elifdefined(powerpc)||defined(__powerpc__)||defined(__ppc__) #include<gecode/third-party/boost/numeric/interval/detail/ppc_rounding_control.hpp> #elifdefined(sparc)||defined(__sparc__) #include<gecode/third-party/boost/numeric/interval/detail/sparc_rounding_control.hpp> #elifdefined(alpha)||defined(__alpha__) #include<gecode/third-party/boost/numeric/interval/detail/alpha_rounding_control.hpp> #elifdefined(ia64)||defined(__ia64)||defined(__ia64__) #include<gecode/third-party/boost/numeric/interval/detail/ia64_rounding_control.hpp> #endif #ifdefined(BOOST_NUMERIC_INTERVAL_NO_HARDWARE)&&(defined(__USE_ISOC99)||defined(__MSL__)) #include<gecode/third-party/boost/numeric/interval/detail/c99_rounding_control.hpp> #endif #ifdefined(BOOST_NUMERIC_INTERVAL_NO_HARDWARE) #undefBOOST_NUMERIC_INTERVAL_NO_HARDWARE #errorBoost.Numeric.Interval:Pleasespecifyroundingcontrolmechanism. #endif namespaceboost{ namespacenumeric{ namespaceinterval_lib{ /* *Threespecializationsofrounded_math<T> */ template<> structrounded_math<float> :save_state<rounded_arith_opp<float>> {}; template<> structrounded_math<double> :save_state<rounded_arith_opp<double>> {}; template<> structrounded_math<longdouble> :save_state<rounded_arith_opp<longdouble>> {}; }//namespaceinterval_lib }//namespacenumeric }//namespaceboost #endif//BOOST_NUMERIC_INTERVAL_HW_ROUNDING_HPP