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

  /libcore/luni/src/main/java/java/math/
BigDecimal.java 219 private transient long smallValue;
237 private BigDecimal(long smallValue, int scale){
238 this.smallValue = smallValue;
240 this.bitLength = bitLength(smallValue);
243 private BigDecimal(int smallValue, int scale){
244 this.smallValue = smallValue;
246 this.bitLength = bitLength(smallValue);
344 smallValue = Long.parseLong(unscaledBuffer.toString())
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
PerformanceResultsElement.java 254 final int smallValue = kind & IPerformancesConstants.STATUS_SMALL_VALUE_MASK;
255 if (smallValue > 0) {
257 switch (smallValue) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 802 milliseconds