Searched defs:force_rounding (Results 1 – 9 of 9) sorted by relevance
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
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
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
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
31 static const T& force_rounding(const T& x) { return x; } in force_rounding() function
116 pexpr force_rounding(pexpr a) { in force_rounding() function