Searched refs:NewInt (Results 1 – 5 of 5) sorted by relevance
/external/boringssl/src/ssl/test/runner/ |
D | key_agreement.go | 59 exponent := big.NewInt(int64(key.E)).Bytes() 151 e := big.NewInt(int64(pub.E))
|
D | sign.go | 155 return big.NewInt(0)
|
D | runner.go | 14103 serialNumberLimit := new(big.Int).Lsh(big.NewInt(1), 128) 14156 serialNumberLimit := new(big.Int).Lsh(big.NewInt(1), 128)
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 8334 SDValue NewInt = DAG.getNode(N->getOpcode(), dl, VTs, N->getOperand(0), in ReplaceNodeResults() local 8337 Results.push_back(NewInt); in ReplaceNodeResults() 8338 Results.push_back(NewInt.getValue(1)); in ReplaceNodeResults()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 9599 SDValue NewInt = DAG.getNode(N->getOpcode(), dl, VTs, N->getOperand(0), in ReplaceNodeResults() local 9602 Results.push_back(DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, NewInt)); in ReplaceNodeResults() 9603 Results.push_back(NewInt.getValue(1)); in ReplaceNodeResults()
|