Home
last modified time | relevance | path

Searched defs:less (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/text/
DChoiceFormat.java274 double less = previousDouble(choiceLimits[i]); in toPattern() local
/libcore/luni/src/main/java/libcore/util/
DFP16.java526 public static boolean less(short x, short y) { in less() method in FP16