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

  /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...]

Completed in 101 milliseconds