Searched defs:RandDouble (Results 1 - 6 of 6) 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/chromium/base/
H A Drand_util.cc25 double RandDouble() { function in namespace:base
/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;
607 ea[i] = 360.0 * (RandDouble() * 2.0 - 1.0);
864 a[i] = 2 * RandDouble()
[all...]
/external/chromium_org/base/
H A Drand_util.cc27 double RandDouble() { function in namespace:base
/external/ceres-solver/examples/
H A Dbal_problem.cc47 inline double RandDouble() { function in namespace:ceres::examples::__anon1598
57 x1 = 2.0 * RandDouble() - 1.0;
58 x2 = 2.0 * RandDouble() - 1.0;

Completed in 250 milliseconds