Searched refs:do_negate (Results 1 – 4 of 4) sorted by relevance
78 struct do_negate struct80 do_negate(stack<long>& eval_) in do_negate() function118 | ('-' >> factor)[do_negate(self.eval)] in definition()
82 struct do_negate struct84 do_negate(stack<long>& eval_) in do_negate() function122 | ('-' >> factor)[do_negate(self.eval)] in definition()
74 struct do_negate struct76 do_negate(stack<double>& eval_) in do_negate() function164 | ('-' >> factor)[do_negate(self.eval)] in definition()
87 BOOST_MP_CXX14_CONSTEXPR void do_negate(const mpl::true_&) in do_negate() function91 BOOST_MP_CXX14_CONSTEXPR void do_negate(const mpl::false_&) in do_negate() function97 do_negate(mpl::bool_<is_unsigned<Arithmetic>::value>()); in negate()