HomeSort by relevance Sort by last modified time
    Searched defs:RandDouble (Results 1 - 6 of 6) 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/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;
607 ea[i] = 360.0 * (RandDouble() * 2.0 - 1.0);
864 a[i] = 2 * RandDouble() - 1
    [all...]
  /external/chromium/base/
rand_util.cc 25 double RandDouble() {
  /external/chromium_org/base/
rand_util.cc 27 double RandDouble() {
  /external/ceres-solver/examples/
bal_problem.cc 47 inline double RandDouble() {
57 x1 = 2.0 * RandDouble() - 1.0;
58 x2 = 2.0 * RandDouble() - 1.0;

Completed in 226 milliseconds