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

  /external/chromium_org/third_party/skia/experimental/Intersection/
LineParameterization.cpp 14 _Point oneD, twoD;
15 tangent(one, oneD);
22 if (!AlmostEqualUlps(oneD.x * twoD.y, twoD.x * oneD.y)) {
30 if (!AlmostEqualUlps(oneD.x * one[0].y - oneD.y * one[0].x,
31 oneD.x * two[0].y - oneD.y * two[0].x)) {
38 _Point oneD, twoD;
39 tangent(one, oneD);
    [all...]
  /external/skia/experimental/Intersection/
LineParameterization.cpp 14 _Point oneD, twoD;
15 tangent(one, oneD);
22 if (!AlmostEqualUlps(oneD.x * twoD.y, twoD.x * oneD.y)) {
30 if (!AlmostEqualUlps(oneD.x * one[0].y - oneD.y * one[0].x,
31 oneD.x * two[0].y - oneD.y * two[0].x)) {
38 _Point oneD, twoD;
39 tangent(one, oneD);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalConstructorsTest.java 40 double oneD = 1.0;
42 assertEquals("incorrect double value", oneD, BigDecimal.ONE.doubleValue(), 0);
50 double oneD = 10.0;
52 assertEquals("incorrect double value", oneD, BigDecimal.TEN.doubleValue(), 0);
60 double oneD = 0.0;
62 assertEquals("incorrect double value", oneD, BigDecimal.ZERO.doubleValue(), 0);

Completed in 1047 milliseconds