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.java607 int mcp = mc.precision; in BigDecimal() local
608 int drop = prec - mcp; // prec has range [1, MAX_INT], mcp has range [0, MAX_INT]; in BigDecimal()
610 if (mcp > 0 && drop > 0) { // do rounding in BigDecimal()
615 drop = prec - mcp; in BigDecimal()
672 int mcp = mc.precision; in BigDecimal() local
673 if (mcp > 0 && (prec > mcp)) { in BigDecimal()
675 int drop = prec - mcp; in BigDecimal()
685 drop = prec - mcp; in BigDecimal()
689 int drop = prec - mcp; in BigDecimal()
694 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()