HomeSort by relevance Sort by last modified time
    Searched refs:sumInf (Results 1 - 2 of 2) sorted by null

  /art/test/302-float-conversion/src/
Main.java 23 long sumInf = 0;
27 //Every second iteration, sumInf becomes 0
28 sumInf += (long) negInfinity;
32 if (sumInf == Long.MIN_VALUE) {
  /dalvik/tests/302-float-conversion/src/
Main.java 23 long sumInf = 0;
27 //Every second iteration, sumInf becomes 0
28 sumInf += (long) negInfinity;
32 if (sumInf == Long.MIN_VALUE) {

Completed in 1561 milliseconds