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

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

Completed in 145 milliseconds