Home
last modified time | relevance | path

Searched defs:getSmallest (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/partitioning/utilities/
DAVLTree.java125 public Node getSmallest() { in getSmallest() method in AVLTree
275 Node getSmallest() { in getSmallest() method in AVLTree.Node
/external/llvm/unittests/ADT/
DAPFloatTest.cpp1337 TEST(APFloatTest, getSmallest) { in TEST() argument
/external/llvm/lib/Support/
DAPFloat.cpp3448 APFloat APFloat::getSmallest(const fltSemantics &Sem, bool Negative) { in getSmallest() function in APFloat