Searched refs:mcp (Results 1 – 2 of 2) sorted by relevance
507 int mcp = mc.precision; in BigDecimal() local508 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() local571 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 …]
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()