Home
last modified time | relevance | path

Searched refs:mcp (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/math/
DBigDecimal.java507 int mcp = mc.precision; in BigDecimal() local
508 int drop = prec - mcp; // prec has range [1, MAX_INT], mcp has range [0, MAX_INT]; in BigDecimal()
510 if (mcp > 0 && drop > 0) { // do rounding in BigDecimal()
515 drop = prec - mcp; in BigDecimal()
570 int mcp = mc.precision; in BigDecimal() local
571 if (mcp > 0 && (prec > mcp)) { in BigDecimal()
573 int drop = prec - mcp; in BigDecimal()
583 drop = prec - mcp; in BigDecimal()
587 int drop = prec - mcp; in BigDecimal()
592 drop = prec - mcp; in BigDecimal()
[all …]
/libcore/luni/src/test/java/tests/security/cert/
DCertPathValidatorExceptionTest.java278 myCertPath mcp = new myCertPath("X.509", ""); in testCertPathValidatorException13() local
279 CertPath cp = mcp.get("X.509"); in testCertPathValidatorException13()
306 myCertPath mcp = new myCertPath("X.509", ""); in testCertPathValidatorException14() local
307 CertPath cp = mcp.get("X.509"); in testCertPathValidatorException14()
375 myCertPath mcp = new myCertPath("X.509", ""); in testCertPathValidatorException15() local
376 CertPath cp = mcp.get("X.509"); in testCertPathValidatorException15()
422 myCertPath mcp = new myCertPath("X.509", ""); in testCertPathValidatorException16() local
423 CertPath cp = mcp.get("X.509"); in testCertPathValidatorException16()