Searched refs:nextDown (Results 1 – 11 of 11) sorted by relevance
37 assertEquals(FpUtils.nextDown(d), DoubleUtils.nextDown(d)); in testNextDown()
39 static double nextDown(double d) { in nextDown() method in DoubleUtils
265 opStatus next(bool nextDown);637 opStatus next(bool nextDown);1014 opStatus next(bool nextDown) { in next() argument1015 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
642 Iterator &down() { Pos = DS.nextDown(Pos); return *this; } in down()678 unsigned nextDown(unsigned P) const;
768 unsigned P = nextDown(Stack.size()); in pop()810 unsigned DataFlowGraph::DefStack::nextDown(unsigned P) const { in nextDown() function in DataFlowGraph::DefStack
681 Iterator &down() { Pos = DS.nextDown(Pos); return *this; } in down()727 unsigned nextDown(unsigned P) const;
709 unsigned P = nextDown(Stack.size()); in pop()751 unsigned DataFlowGraph::DefStack::nextDown(unsigned P) const { in nextDown() function in DataFlowGraph::DefStack
308 opStatus next(bool nextDown);
3654 IEEEFloat::opStatus IEEEFloat::next(bool nextDown) { in next() argument3656 if (nextDown) in next()3764 if (nextDown) in next()4289 APFloat::opStatus DoubleAPFloat::next(bool nextDown) { in next() argument4292 auto Ret = Tmp.next(nextDown); in next()
3817 APFloat::opStatus APFloat::next(bool nextDown) { in next() argument3819 if (nextDown) in next()3927 if (nextDown) in next()