Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/security/cert/
DX509CRLSelector.java434 Date nextUp = crlist.getNextUpdate(); in match() local
/libcore/luni/src/main/java/java/lang/
DMath.java1107 public static double nextUp(double d) { in nextUp() method in Math
1127 public static float nextUp(float f) { in nextUp() method in Math
DStrictMath.java995 public static double nextUp(double d) { in nextUp() method in StrictMath
1003 public static float nextUp(float f) { in nextUp() method in StrictMath