| /external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/spherical/twod/ |
| D | S2Point.java | 67 private final double theta; field in S2Point 83 public S2Point(final double theta, final double phi) in S2Point() 103 private S2Point(final double theta, final double phi, final Vector3D vector) { in S2Point() 115 private static Vector3D vector(final double theta, final double phi) in vector()
|
| /external/libcxx/test/std/numerics/complex.number/complex.value.ops/ |
| D | polar.pass.cpp | 30 test(const T& rho, const T& theta, std::complex<T> x) in test() 53 double theta = imag(testcases[i]); in test_edges() local
|
| /external/cronet/third_party/libc++/src/test/std/numerics/complex.number/complex.value.ops/ |
| D | polar.pass.cpp | 30 test(const T& rho, const T& theta, std::complex<T> x) in test() 53 double theta = imag(testcases[i]); in test_edges() local
|
| /external/eigen/bench/ |
| D | quat_slerp.cpp | 33 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
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/demos/transformer/src/main/java/com/google/android/exoplayer2/transformerdemo/ |
| D | AdvancedFrameProcessorFactory.java | 69 double theta = presentationTimeUs * 2 * Math.PI / DIZZY_CROP_ROTATION_PERIOD_US; in calculateDizzyCropMatrix() local 91 float theta = Util.usToMs(presentationTimeUs) / 10f; in calculate3dSpinMatrix() local
|
| /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/ |
| D | TypeInference.java | 76 Substitution theta = Substitution.empty(); in instantiationInference() local 642 … Substitution theta) { in testForApplicabilityByStrictInvocation() 678 … Substitution theta) { in testForApplicabilityByLooseInvocation() 692 …tFromArgumentsSubstitution(List<ResolvedType> Fs, List<Expression> es, Substitution theta, int k) { in constraintSetFromArgumentsSubstitution() 705 … Substitution theta) { in testForApplicabilityByVariableArityInvocation()
|
| /external/pdfium/third_party/lcms/src/ |
| D | cmssm.c | 46 cmsFloat64Number theta; member 168 void QuantizeToSector(const cmsSpherical* sp, int* alpha, int* theta) in QuantizeToSector() 326 int alpha, theta; in GetPoint() local 440 int FindNearSectors(cmsGDB* gbd, int alpha, int theta, cmsGDBPoint* Close[]) in FindNearSectors() 474 cmsBool InterpolateMissingSector(cmsGDB* gbd, int alpha, int theta) in InterpolateMissingSector() 552 int alpha, theta; in cmsGDBCompute() local
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/ |
| D | AbstractStepInterpolator.java | 334 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
|
| D | DummyStepInterpolator.java | 101 …protected void computeInterpolatedStateAndDerivatives(final double theta, final double oneMinusThe… in computeInterpolatedStateAndDerivatives()
|
| /external/libchrome/ui/gfx/geometry/ |
| D | quaternion.cc | 22 Quaternion::Quaternion(const Vector3dF& axis, double theta) { in Quaternion() 71 double theta = std::acos(dot); in Slerp() local
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/sampling/ |
| D | AbstractFieldStepInterpolator.java | 144 …final T theta = thetaH.divide(globalCurrentState.getTime().subtract(globalPreviousState.g… in getInterpolatedState() local 167 … T time, T theta, in computeInterpolatedStateAndDerivatives()
|
| D | AbstractStepInterpolator.java | 396 protected abstract void computeInterpolatedStateAndDerivatives(double theta, in computeInterpolatedStateAndDerivatives() 408 final double theta = (h == 0) ? 0 : (h - oneMinusThetaH) / h; in evaluateCompleteInterpolatedState() local
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/complex/ |
| D | ComplexUtils.java | 64 public static Complex polar2Complex(double r, double theta) { in polar2Complex()
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/complex/ |
| D | ComplexUtils.java | 59 public static Complex polar2Complex(double r, double theta) in polar2Complex()
|
| /external/skia/docs/examples/ |
| D | skcanvas_star.cpp | 12 SkScalar theta = 3 * i * TAU / 7; in draw() local
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
| D | EulerStepInterpolator.java | 80 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives()
|
| D | MidpointStepInterpolator.java | 82 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives()
|
| D | ClassicalRungeKuttaStepInterpolator.java | 84 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives()
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/ |
| D | EulerStepInterpolator.java | 86 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives()
|
| D | MidpointStepInterpolator.java | 88 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives()
|
| /external/rust/crates/libm/src/math/ |
| D | sincos.rs | 95 let theta = 2. * PI * (n as f64) / (N as f64); in rotational_symmetry() localVariable
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/ |
| D | SphericalCoordinates.java | 64 private final double theta; field in SphericalCoordinates 101 public SphericalCoordinates(final double r, final double theta, final double phi) { in SphericalCoordinates()
|
| /external/skia/modules/svg/src/ |
| D | SkSVGFeColorMatrix.cpp | 57 const SkScalar theta = SkDegreesToRadians(degrees); in MakeHueRotate() local
|
| /external/fonttools/Snippets/ |
| D | statShape.py | 48 theta = math.atan2(lambda1 - a, b) if b != 0 else (math.pi * 0.5 if a < c else 0) variable
|
| /external/freetype/src/base/ |
| D | fttrigon.c | 164 FT_Angle theta ) in ft_trig_pseudo_rotate() 220 FT_Angle theta; in ft_trig_pseudo_polarize() local
|