Home
last modified time | relevance | path

Searched defs:theta (Results 1 – 25 of 50) sorted by relevance

12

/external/libcxx/test/std/numerics/complex.number/complex.value.ops/
Dpolar.pass.cpp30 test(const T& rho, const T& theta, std::complex<T> x) in test()
53 double theta = imag(x[i]); in test_edges() local
/external/eigen/bench/
Dquat_slerp.cpp33 Scalar theta = std::acos(absD); in slerp_legacy() local
63 Scalar theta = std::acos(absD); in slerp_legacy_nlerp() local
90 Scalar theta; in slerp_rw() local
114 Scalar theta; in slerp_gael() local
Deig33.cpp77 Scalar theta = std::atan2(internal::sqrt(-q),half_b)*s_inv3; in computeRoots() local
/external/ceres-solver/internal/ceres/
Drotation_test.cc210 double theta = 1.0e-2; in TEST() local
222 double theta = pow(numeric_limits<double>::min(), 0.75); in TEST() local
272 double theta = 1.0e-2; in TEST() local
283 double theta = pow(numeric_limits<double>::min(), 0.75); in TEST() local
326 double theta = kPi * 2 * RandDouble() - kPi; in TEST() local
436 double theta = kPi - kMaxSmallAngle * RandDouble(); in TEST() local
534 double theta = kPi * 2 * RandDouble() - kPi; in TEST() local
567 double theta = 1e-16 * (kPi * 2 * RandDouble() - kPi); in TEST() local
730 double theta = pow(10.0, i); in TEST() local
750 double theta = pow(10.0, i); in TEST() local
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
DAbstractStepInterpolator.java334 protected abstract void computeInterpolatedStateAndDerivatives(double theta, in computeInterpolatedStateAndDerivatives()
344 final double theta = (h == 0) ? 0 : (h - oneMinusThetaH) / h; in getInterpolatedState() local
359 final double theta = (h == 0) ? 0 : (h - oneMinusThetaH) / h; in getInterpolatedDerivatives() local
DDummyStepInterpolator.java101 …protected void computeInterpolatedStateAndDerivatives(final double theta, final double oneMinusThe… in computeInterpolatedStateAndDerivatives()
DNordsieckStepInterpolator.java187 …protected void computeInterpolatedStateAndDerivatives(final double theta, final double oneMinusThe… in computeInterpolatedStateAndDerivatives()
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmssm.c46 cmsFloat64Number theta; member
168 void QuantizeToSector(const cmsSpherical* sp, int* alpha, int* theta) in QuantizeToSector()
325 int alpha, theta; in GetPoint() local
439 int FindNearSectors(cmsGDB* gbd, int alpha, int theta, cmsGDBPoint* Close[]) in FindNearSectors()
473 cmsBool InterpolateMissingSector(cmsGDB* gbd, int alpha, int theta) in InterpolateMissingSector()
551 int alpha, theta; in cmsGDBCompute() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
DComplexUtils.java64 public static Complex polar2Complex(double r, double theta) { in polar2Complex()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DEulerStepInterpolator.java80 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives()
DMidpointStepInterpolator.java82 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives()
DClassicalRungeKuttaStepInterpolator.java84 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives()
DThreeEighthesStepInterpolator.java87 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives()
DHighamHall54StepInterpolator.java72 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives()
DGillStepInterpolator.java92 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives()
DDormandPrince54StepInterpolator.java167 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives()
/external/ceres-solver/include/ceres/
Drotation.h231 const T theta = sqrt(theta_squared); in AngleAxisToQuaternion() local
333 const T theta = atan2(sintheta, costheta); in RotationMatrixToAngleAxis() local
402 const T theta = sqrt(theta2); in AngleAxisToRotationMatrix() local
595 const T theta = sqrt(theta2); in AngleAxisRotatePoint() local
/external/fio/lib/
Dzipf.h9 double theta; member
Dzipf.c42 void zipf_init(struct zipf_state *zs, unsigned long nranges, double theta, in zipf_init()
/external/valgrind/none/tests/amd64/
Dbug132918.c44 double theta; in main() local
/external/freetype/src/base/
Dfttrigon.c164 FT_Angle theta ) in ft_trig_pseudo_rotate()
220 FT_Angle theta; in ft_trig_pseudo_polarize() local
/external/pdfium/third_party/freetype/src/base/
Dfttrigon.c164 FT_Angle theta ) in ft_trig_pseudo_rotate()
220 FT_Angle theta; in ft_trig_pseudo_polarize() local
/external/mesa3d/src/gallium/state_trackers/vega/
Darc.h44 VGfloat theta; member
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DRing.java190 + FastMath.nextRandomFloat() * (outer2 - inner2)), theta = FastMath in random() local
/external/opencv/cv/src/
D_cvlist.h367 float rho, theta; member

12