Searched defs:ureal_policies (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/spirit/home/x3/numeric/ |
D | real_policies.hpp | 20 struct ureal_policies struct 23 static bool const allow_leading_dot = true; 24 static bool const allow_trailing_dot = true; 25 static bool const expect_dot = false; 29 parse_sign(Iterator& /*first*/, Iterator const& /*last*/) in parse_sign() 36 parse_n(Iterator& first, Iterator const& last, Attribute& attr_) in parse_n() 43 parse_dot(Iterator& first, Iterator const& last) in parse_dot() 53 parse_frac_n(Iterator& first, Iterator const& last, Attribute& attr_) in parse_frac_n() 60 parse_exp(Iterator& first, Iterator const& last) in parse_exp() 70 parse_exp_n(Iterator& first, Iterator const& last, int& attr_) in parse_exp_n() [all …]
|
/third_party/boost/boost/spirit/home/qi/numeric/ |
D | real_policies.hpp | 47 struct ureal_policies struct 50 typedef mpl::int_<2> version; 53 static bool const allow_leading_dot = true; 54 static bool const allow_trailing_dot = true; 55 static bool const expect_dot = false; 59 parse_sign(Iterator& /*first*/, Iterator const& /*last*/) in parse_sign() 66 parse_n(Iterator& first, Iterator const& last, Attribute& attr_) in parse_n() 78 ignore_excess_digits(Iterator& first, Iterator const& last) in ignore_excess_digits() 88 parse_dot(Iterator& first, Iterator const& last) in parse_dot() 98 parse_frac_n(Iterator& first, Iterator const& last, Attribute& attr_, int& frac_digits) in parse_frac_n() [all …]
|