HomeSort by relevance Sort by last modified time
    Searched defs:RandDouble (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/
random.cc 9 double Random::RandDouble() {
10 return base::RandDouble();
  /external/ceres-solver/examples/
random.h 42 inline double RandDouble() {
52 x1 = 2.0 * RandDouble() - 1.0;
53 x2 = 2.0 * RandDouble() - 1.0;
  /external/ceres-solver/internal/ceres/
random.h 49 inline double RandDouble() {
59 x1 = 2.0 * RandDouble() - 1.0;
60 x2 = 2.0 * RandDouble() - 1.0;
rotation_test.cc 50 double RandDouble() {
320 axis_angle[i] = RandDouble() * 2 - 1;
326 double theta = kPi * 2 * RandDouble() - kPi;
352 quaternion[i] = RandDouble() * 2 - 1;
429 in_axis_angle[i] = RandDouble() * 2 - 1;
436 double theta = kPi - kMaxSmallAngle * RandDouble();
528 axis_angle[i] = RandDouble() * 2 - 1;
534 double theta = kPi * 2 * RandDouble() - kPi;
561 axis_angle[i] = RandDouble() * 2 - 1;
567 double theta = 1e-16 * (kPi * 2 * RandDouble() - kPi)
    [all...]
  /external/chromium_org/tools/ipc_fuzzer/mutate/
rand_util.h 25 inline double RandDouble() {
  /external/chromium_org/base/
rand_util.cc 28 double RandDouble() {
  /external/chromium_org/media/cast/test/utility/
udp_proxy.cc 178 return random_delay_ * base::RandDouble();
228 base::TimeDelta::FromSecondsD(base::RandDouble() * random_delay_),
244 double seconds = seconds_between_extra_delay_ * mult * base::RandDouble();
273 base::RandDouble() * random_delay_);
328 double seconds = base::RandDouble() *
462 fabs(-log(1.0 - RandDouble()) / rate));
465 double InterruptedPoissonProcess::RandDouble() {

Completed in 1159 milliseconds