Searched refs:mcp (Results 1 – 2 of 2) sorted by relevance
607 int mcp = mc.precision; in BigDecimal() local608 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() local673 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 …]
278 myCertPath mcp = new myCertPath("X.509", ""); in testCertPathValidatorException13() local279 CertPath cp = mcp.get("X.509"); in testCertPathValidatorException13()306 myCertPath mcp = new myCertPath("X.509", ""); in testCertPathValidatorException14() local307 CertPath cp = mcp.get("X.509"); in testCertPathValidatorException14()375 myCertPath mcp = new myCertPath("X.509", ""); in testCertPathValidatorException15() local376 CertPath cp = mcp.get("X.509"); in testCertPathValidatorException15()422 myCertPath mcp = new myCertPath("X.509", ""); in testCertPathValidatorException16() local423 CertPath cp = mcp.get("X.509"); in testCertPathValidatorException16()