Searched refs:neg_inf (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/libs/chrono/example/ |
D | saturating.cpp | 59 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 …]
|
D | time2_demo.cpp | 441 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/ |
D | division.hpp | 79 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/ |
D | test_enum.py | 31 neg_inf = NEG_INF variable in WierdNum 104 j=WierdNum.neg_inf,
|
/third_party/boost/boost/numeric/interval/ |
D | checking.hpp | 46 static T neg_inf() in neg_inf() function
|
D | transc.hpp | 47 ? checking::neg_inf() : rnd.log_down(x.lower()); in log() 223 ? checking::neg_inf() : rnd.atanh_down(x.lower()); in atanh()
|
D | interval.hpp | 276 low = checking::neg_inf(); in set_whole() 304 return interval<T, Policies>(checking::neg_inf(), checking::pos_inf(), true); in whole()
|
D | arith2.hpp | 114 return I(checking::neg_inf(), rnd.div_up(one, x.lower()), true); in multiplicative_inverse()
|
/third_party/boost/libs/numeric/interval/test/ |
D | add.cpp | 200 static pexpr neg_inf() { throw; } in neg_inf() function
|