Home
last modified time | relevance | path

Searched refs:ROUND_DEFAULT_FUNCTION (Results 1 – 5 of 5) sorted by relevance

/dports/devel/ppl/ppl-1.2/src/
H A DCoefficient_types.hh99 static const Rounding_Dir ROUND_DEFAULT_FUNCTION = ROUND_NATIVE; member
H A DChecked_Number_inlines.hh637 Policy::handle_result((fun)(x, x, Policy::ROUND_DEFAULT_FUNCTION)); \
644 Policy::handle_result((fun)(x, y, Policy::ROUND_DEFAULT_FUNCTION)); \
652 Policy::handle_result((fun)(x, y, z, Policy::ROUND_DEFAULT_FUNCTION)); \
662 Policy::handle_result((fun)(x, s, t, y, z, Policy::ROUND_DEFAULT_FUNCTION)); \
705 Policy::handle_result((fun)(x, y, exp, Policy::ROUND_DEFAULT_FUNCTION)); \ in PPL_DEFINE_ASSIGN_FUN2_2()
H A Dchecked_defs.hh687 static const Rounding_Dir ROUND_DEFAULT_FUNCTION = ROUND_NATIVE; member
H A Dppl.hh.dist6969 static const Rounding_Dir ROUND_DEFAULT_FUNCTION = ROUND_NATIVE;
13233 // ROUND_DEFAULT_FUNCTION is intentionally not defined.
14857 Policy::handle_result((fun)(x, x, Policy::ROUND_DEFAULT_FUNCTION)); \
14864 Policy::handle_result((fun)(x, y, Policy::ROUND_DEFAULT_FUNCTION)); \
14872 Policy::handle_result((fun)(x, y, z, Policy::ROUND_DEFAULT_FUNCTION)); \
14882 Policy::handle_result((fun)(x, s, t, y, z, Policy::ROUND_DEFAULT_FUNCTION)); \
14925 Policy::handle_result((fun)(x, y, exp, Policy::ROUND_DEFAULT_FUNCTION)); \
19992 static const Rounding_Dir ROUND_DEFAULT_FUNCTION = ROUND_NATIVE;
62605 // ROUND_DEFAULT_FUNCTION is intentionally not defined.
62664 // ROUND_DEFAULT_FUNCTION is intentionally not defined.
/dports/devel/ppl/ppl-1.2/
H A DChangeLog_2001-200857533 ROUND_DEFAULT to ROUND_DEFAULT_FUNCTION.