HomeSort by relevance Sort by last modified time
    Searched full:oned (Results 1 - 6 of 6) 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...]
  /external/zxing/core/
core.jar 
  /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);
  /external/llvm/test/CodeGen/Mips/
fp16instrinsmc.ll 11 @oned = global float 1.000000e+00, align 4
61 %1 = load float* @oned, align 4
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp     [all...]

Completed in 156 milliseconds