/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/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
|
D | eig33.cpp | 77 Scalar theta = std::atan2(std::sqrt(-q),half_b)*s_inv3; in computeRoots() 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/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()
|
D | NordsieckStepInterpolator.java | 187 …protected void computeInterpolatedStateAndDerivatives(final double theta, final double oneMinusThe… in computeInterpolatedStateAndDerivatives()
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmssm.c | 46 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/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()
|
D | ThreeEighthesStepInterpolator.java | 87 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives()
|
D | HighamHall54StepInterpolator.java | 72 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives()
|
D | GillStepInterpolator.java | 92 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives()
|
D | DormandPrince54StepInterpolator.java | 167 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives()
|
D | GraggBulirschStoerStepInterpolator.java | 311 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives()
|
/external/fio/lib/ |
D | zipf.h | 9 double theta; member
|
D | zipf.c | 41 void zipf_init(struct zipf_state *zs, unsigned long nranges, double theta, in zipf_init()
|
/external/valgrind/none/tests/amd64/ |
D | bug132918.c | 44 double theta; in main() local
|
/external/freetype/src/base/ |
D | fttrigon.c | 165 FT_Angle theta ) in ft_trig_pseudo_rotate() 221 FT_Angle theta; in ft_trig_pseudo_polarize() local
|
D | ftstroke.c | 113 FT_Angle theta; in ft_conic_is_small_enough() local 541 FT_Angle total, angle, step, rotate, next, theta; in ft_stroke_border_arcto() local 1000 FT_Angle phi, theta, rotate; in ft_stroker_inside() local 1075 FT_Angle theta = 0, phi = 0; in ft_stroker_outside() local 1459 FT_Angle theta, phi, rotate, alpha0 = 0; in FT_Stroker_ConicTo() local
|
/external/pdfium/third_party/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
|
D | ftstroke.c | 113 FT_Angle theta; in ft_conic_is_small_enough() local 541 FT_Angle total, angle, step, rotate, next, theta; in ft_stroke_border_arcto() local 999 FT_Angle phi, theta, rotate; in ft_stroker_inside() local 1074 FT_Angle theta = 0, phi = 0; in ft_stroker_outside() local 1458 FT_Angle theta, phi, rotate, alpha0 = 0; in FT_Stroker_ConicTo() local
|
/external/swiftshader/tests/OGLSimpleCube/ |
D | OGLSimpleCube.cpp | 44 double theta = angle * PI / 180.0; variable
|
/external/skia/samplecode/ |
D | SamplePathOverstroke.cpp | 113 float theta = i * PI / (LIN_SEGMENTS); in linSemicirclePath() local
|