Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DEmpiricalDistribution.java84 double getNextValue() throws IllegalStateException; in getNextValue() method
DEmpiricalDistributionImpl.java372 public double getNextValue() throws IllegalStateException { in getNextValue() method in EmpiricalDistributionImpl
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h307 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) { in getNextValue() function