Searched defs:RandDouble (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/
H A Drandom.cc9 double Random::RandDouble() { function in class:invalidation::Random
10 return base::RandDouble();
/external/ceres-solver/examples/
H A Drandom.h42 inline double RandDouble() { function in namespace:ceres::examples
52 x1 = 2.0 * RandDouble() - 1.0;
53 x2 = 2.0 * RandDouble() - 1.0;
/external/chromium_org/tools/ipc_fuzzer/mutate/
H A Drand_util.h25 inline double RandDouble() { function in namespace:ipc_fuzzer
/external/ceres-solver/internal/ceres/
H A Drandom.h49 inline double RandDouble() { function in namespace:ceres
59 x1 = 2.0 * RandDouble() - 1.0;
60 x2 = 2.0 * RandDouble() - 1.0;
H A Drotation_test.cc50 double RandDouble() { function in namespace:ceres::internal
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()
[all...]
/external/chromium_org/base/
H A Drand_util.cc28 double RandDouble() { function in namespace:base
/external/chromium_org/media/cast/test/utility/
H A Dudp_proxy.cc178 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() { function in class:media::cast::test::InterruptedPoissonProcess

Completed in 217 milliseconds