HomeSort by relevance Sort by last modified time
    Searched refs:NextDouble (Results 1 - 5 of 5) sorted by null

  /external/v8/src/base/utils/
random-number-generator.h 73 // The general contract of |NextDouble()| is that one double value, chosen
76 double NextDouble() WARN_UNUSED_RESULT;
random-number-generator.cc 99 double RandomNumberGenerator::NextDouble() {
  /external/v8/src/
double.h 65 double NextDouble() const {
strtod.cc 386 return Double(guess).NextDouble();
391 return Double(guess).NextDouble();
  /external/v8/src/profiler/
sampling-heap-profiler.cc 30 double u = random_->NextDouble();

Completed in 120 milliseconds