Home
last modified time | relevance | path

Searched refs:negated_x (Results 1 – 2 of 2) sorted by relevance

/dports/devel/ppl/ppl-1.2/src/
H A Dmath_utilities_inlines.hh105 T negated_x; in is_additive_inverse() local
106 return neg_assign_r(negated_x, x, ROUND_DIRECT | ROUND_STRICT_RELATION) == V_EQ in is_additive_inverse()
107 && negated_x == y; in is_additive_inverse()
H A Dppl.hh.dist27079 T negated_x;
27080 return neg_assign_r(negated_x, x, ROUND_DIRECT | ROUND_STRICT_RELATION) == V_EQ
27081 && negated_x == y;