Home
last modified time | relevance | path

Searched refs:neg_inf (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/chrono/example/
Dsaturating.cpp59 static const int_type neg_inf = nan + 1; member in User2::saturate
60 static const int_type pos_inf = -neg_inf;
138 case neg_inf: in operator <<()
151 case neg_inf: in operator I()
167 case neg_inf: in operator +=()
174 case neg_inf: in operator +=()
186 case neg_inf: in operator +=()
199 if (i_ > neg_inf - x.i_) in operator +=()
202 i_ = neg_inf; in operator +=()
216 case neg_inf: in operator *=()
[all …]
Dtime2_demo.cpp441 static const int_type neg_inf = nan + 1; member in User2::saturate
442 static const int_type pos_inf = -neg_inf;
520 case neg_inf: in operator <<()
533 case neg_inf: in operator int_type()
549 case neg_inf: in operator +=()
556 case neg_inf: in operator +=()
568 case neg_inf: in operator +=()
581 if (i_ > neg_inf - x.i_) in operator +=()
584 i_ = neg_inf; in operator +=()
598 case neg_inf: in operator *=()
[all …]
/third_party/boost/boost/numeric/interval/detail/
Ddivision.hpp79 return I(checking::neg_inf(), rnd.div_up(xu, yu), true); in div_positive()
81 return I(checking::neg_inf(), checking::pos_inf(), true); in div_positive()
96 return I(checking::neg_inf(), rnd.div_up(x, yu), true); in div_positive()
116 return I(checking::neg_inf(), checking::pos_inf(), true); in div_negative()
118 return I(checking::neg_inf(), rnd.div_up(xl, yl), true); in div_negative()
133 return I(checking::neg_inf(), rnd.div_up(x, yl), true); in div_negative()
168 { b = true; return I(checking::neg_inf(), rnd.div_up(xu, yu), true); } in div_zero_part1()
170 { b = false; return I(checking::neg_inf(), checking::pos_inf(), true); } in div_zero_part1()
172 { b = true; return I(checking::neg_inf(), rnd.div_up(xl, yl), true); } in div_zero_part1()
/third_party/python/Lib/test/test_json/
Dtest_enum.py31 neg_inf = NEG_INF variable in WierdNum
104 j=WierdNum.neg_inf,
/third_party/boost/boost/numeric/interval/
Dchecking.hpp46 static T neg_inf() in neg_inf() function
Dtransc.hpp47 ? checking::neg_inf() : rnd.log_down(x.lower()); in log()
223 ? checking::neg_inf() : rnd.atanh_down(x.lower()); in atanh()
Dinterval.hpp276 low = checking::neg_inf(); in set_whole()
304 return interval<T, Policies>(checking::neg_inf(), checking::pos_inf(), true); in whole()
Darith2.hpp114 return I(checking::neg_inf(), rnd.div_up(one, x.lower()), true); in multiplicative_inverse()
/third_party/boost/libs/numeric/interval/test/
Dadd.cpp200 static pexpr neg_inf() { throw; } in neg_inf() function