Home
last modified time | relevance | path

Searched refs:nextDown (Results 1 – 11 of 11) sorted by relevance

/external/guava/guava-tests/test/com/google/common/math/
DDoubleUtilsTest.java37 assertEquals(FpUtils.nextDown(d), DoubleUtils.nextDown(d)); in testNextDown()
/external/guava/guava/src/com/google/common/math/
DDoubleUtils.java39 static double nextDown(double d) { in nextDown() method in DoubleUtils
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPFloat.h265 opStatus next(bool nextDown);
637 opStatus next(bool nextDown);
1014 opStatus next(bool nextDown) { in next() argument
1015 APFLOAT_DISPATCH_ON_SEMANTICS(next(nextDown)); in next()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h256 opStatus next(bool nextDown);
957 opStatus next(bool nextDown) { return getIEEE().next(nextDown); } in next() argument
/external/llvm/lib/Target/Hexagon/
DRDFGraph.h642 Iterator &down() { Pos = DS.nextDown(Pos); return *this; } in down()
678 unsigned nextDown(unsigned P) const;
DRDFGraph.cpp768 unsigned P = nextDown(Stack.size()); in pop()
810 unsigned DataFlowGraph::DefStack::nextDown(unsigned P) const { in nextDown() function in DataFlowGraph::DefStack
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFGraph.h681 Iterator &down() { Pos = DS.nextDown(Pos); return *this; } in down()
727 unsigned nextDown(unsigned P) const;
DRDFGraph.cpp709 unsigned P = nextDown(Stack.size()); in pop()
751 unsigned DataFlowGraph::DefStack::nextDown(unsigned P) const { in nextDown() function in DataFlowGraph::DefStack
/external/llvm/include/llvm/ADT/
DAPFloat.h308 opStatus next(bool nextDown);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPFloat.cpp3654 IEEEFloat::opStatus IEEEFloat::next(bool nextDown) { in next() argument
3656 if (nextDown) in next()
3764 if (nextDown) in next()
4289 APFloat::opStatus DoubleAPFloat::next(bool nextDown) { in next() argument
4292 auto Ret = Tmp.next(nextDown); in next()
/external/llvm/lib/Support/
DAPFloat.cpp3817 APFloat::opStatus APFloat::next(bool nextDown) { in next() argument
3819 if (nextDown) in next()
3927 if (nextDown) in next()