Searched refs:force_rounding (Results 1 – 11 of 11) sorted by relevance
54 this->downward(); return this->force_rounding(f(x)); } \57 this->upward(); return this->force_rounding(f(x)); }73 this->downward(); return this->force_rounding(f(x)); } \76 this->upward(); return this->force_rounding(f(x)); }89 this->downward(); T y = this->force_rounding(f(x)); \93 return this->force_rounding(f(x)); }103 return -this->force_rounding(-f(x)); } \106 return this->force_rounding(f(x)); }117 this->downward(); T y = this->force_rounding(f(x)); \121 return this->force_rounding(f(x)); }[all …]
52 # define BOOST_DN(EXPR) this->downward(); return this->force_rounding(EXPR)53 # define BOOST_NR(EXPR) this->to_nearest(); return this->force_rounding(EXPR)54 # define BOOST_UP(EXPR) this->upward(); return this->force_rounding(EXPR)83 T r = this->force_rounding(EXPR); \88 T r = this->force_rounding(EXPR); \91 # define BOOST_UP(EXPR) return this->force_rounding(EXPR)92 # define BOOST_UP_NEG(EXPR) return -this->force_rounding(EXPR)
31 static const T& force_rounding(const T& x) { return x; } in force_rounding() function
63 static float force_rounding(const float& r) in force_rounding() function72 static double force_rounding(const double& r) in force_rounding() function84 static long double force_rounding(long double const &r) in force_rounding() function91 static long double const &force_rounding(long double const &r) in force_rounding() function
24 static float force_rounding(float const &r) in force_rounding() function32 static double force_rounding(double const &r) in force_rounding() function40 static long double force_rounding(long double const &r) in force_rounding() function
53 static float force_rounding(const float r) in force_rounding() function62 static const double & force_rounding(const double& r) { return r; } in force_rounding() function70 static const long double & force_rounding(const long double& r) { return r; } in force_rounding() function
67 static float force_rounding(const float r) in force_rounding() function80 static const double & force_rounding(const double& r) { return r; } in force_rounding() function88 static const long double & force_rounding(const long double& r) { return r; } in force_rounding() function
86 static const float& force_rounding(const float& x) { return x; } in force_rounding() function94 static const double& force_rounding(const double& x) { return x; } in force_rounding() function102 static const long double& force_rounding(const long double& x) { return x; } in force_rounding() function
85 static float force_rounding(const float r) in force_rounding() function94 static const double & force_rounding(const double& r) { return r; } in force_rounding() function102 static const long double & force_rounding(const long double& r) { return r; } in force_rounding() function
43 static const float& force_rounding(const float& r) { return r; } in force_rounding() function53 static const double& force_rounding(const double& r) { return r; } in force_rounding() function63 static const long double& force_rounding(const long double& r) { return r; } in force_rounding() function
116 pexpr force_rounding(pexpr a) { in force_rounding() function