Searched refs:nextDown (Results 1 – 6 of 6) sorted by relevance
69 java/lang/Math#nextDown(D)D70 java/lang/Math#nextDown(F)F92 java/lang/StrictMath#nextDown(D)D93 java/lang/StrictMath#nextDown(F)F
281 opStatus next(bool nextDown);654 opStatus next(bool nextDown);1034 opStatus next(bool nextDown) { in next() argument1035 APFLOAT_DISPATCH_ON_SEMANTICS(next(nextDown)); in next()
256 opStatus next(bool nextDown);957 opStatus next(bool nextDown) { return getIEEE().next(nextDown); } in next() argument
680 Iterator &down() { Pos = DS.nextDown(Pos); return *this; } in down()726 unsigned nextDown(unsigned P) const;
690 unsigned P = nextDown(Stack.size()); in pop()732 unsigned DataFlowGraph::DefStack::nextDown(unsigned P) const { in nextDown() function in DataFlowGraph::DefStack
3731 IEEEFloat::opStatus IEEEFloat::next(bool nextDown) { in next() argument3733 if (nextDown) in next()3841 if (nextDown) in next()4366 APFloat::opStatus DoubleAPFloat::next(bool nextDown) { in next() argument4369 auto Ret = Tmp.next(nextDown); in next()