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

  /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 10 @oned = global float 1.000000e+00, align 4
41 %1 = load float* @oned, align 4

Completed in 817 milliseconds