Searched refs:newrhs (Results 1 – 5 of 5) sorted by relevance
1235 android.icu.math.BigDecimal newrhs; in compareTo() local1273 newrhs = clone(rhs); // safe copy in compareTo()1274 newrhs.ind = (byte) -newrhs.ind; // prepare to subtract in compareTo()1275 return this.add(newrhs, set).ind; // add, and return sign of result in compareTo()1848 android.icu.math.BigDecimal newrhs; in subtract() local1854 newrhs = clone(rhs); // safe copy in subtract()1855 newrhs.ind = (byte) -newrhs.ind; // prepare to subtract in subtract()1856 return this.add(newrhs, set); // arithmetic in subtract()
1259 com.ibm.icu.math.BigDecimal newrhs; in compareTo() local1297 newrhs = clone(rhs); // safe copy in compareTo()1298 newrhs.ind = (byte) -newrhs.ind; // prepare to subtract in compareTo()1299 return this.add(newrhs, set).ind; // add, and return sign of result in compareTo()1894 com.ibm.icu.math.BigDecimal newrhs; in subtract() local1900 newrhs = clone(rhs); // safe copy in subtract()1901 newrhs.ind = (byte) -newrhs.ind; // prepare to subtract in subtract()1902 return this.add(newrhs, set); // arithmetic in subtract()
1261 com.ibm.icu.math.BigDecimal newrhs; in compareTo() local1299 newrhs = clone(rhs); // safe copy in compareTo()1300 newrhs.ind = (byte) -newrhs.ind; // prepare to subtract in compareTo()1301 return this.add(newrhs, set).ind; // add, and return sign of result in compareTo()1896 com.ibm.icu.math.BigDecimal newrhs; in subtract() local1902 newrhs = clone(rhs); // safe copy in subtract()1903 newrhs.ind = (byte) -newrhs.ind; // prepare to subtract in subtract()1904 return this.add(newrhs, set); // arithmetic in subtract()
5395 decNumber *newrhs=bufr; /* assume will fit on stack */ in decExpOp() local5402 newrhs=allocrhs; /* use the allocated space */ in decExpOp()5404 uprv_decNumberCopy(newrhs, rhs); /* copy to safe space */ in decExpOp()5405 newrhs->exponent=use; /* normalize; now <1 */ in decExpOp()5406 x=newrhs; /* ready for use */ in decExpOp()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...