Home
last modified time | relevance | path

Searched refs:do_negate (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/spirit/classic/example/fundamental/
Dfull_calc.cpp78 struct do_negate struct
80 do_negate(stack<long>& eval_) in do_negate() function
118 | ('-' >> factor)[do_negate(self.eval)] in definition()
Dcalc_debug.cpp82 struct do_negate struct
84 do_negate(stack<long>& eval_) in do_negate() function
122 | ('-' >> factor)[do_negate(self.eval)] in definition()
/third_party/boost/libs/spirit/classic/example/fundamental/more_calculators/
Dcalc_with_variables.cpp74 struct do_negate struct
76 do_negate(stack<double>& eval_) in do_negate() function
164 | ('-' >> factor)[do_negate(self.eval)] in definition()
/third_party/boost/libs/multiprecision/performance/
Darithmetic_backend.hpp87 BOOST_MP_CXX14_CONSTEXPR void do_negate(const mpl::true_&) in do_negate() function
91 BOOST_MP_CXX14_CONSTEXPR void do_negate(const mpl::false_&) in do_negate() function
97 do_negate(mpl::bool_<is_unsigned<Arithmetic>::value>()); in negate()