HomeSort by relevance Sort by last modified time
    Searched refs:bigY (Results 1 - 14 of 14) sorted by null

  /external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/
LongMathTest.java 186 BigInteger bigY = BigInteger.valueOf(y);
187 BigDecimal bigMean = new BigDecimal(bigX.add(bigY))
IntMathTest.java 342 BigInteger bigY = BigInteger.valueOf(y);
343 BigDecimal bigMean = new BigDecimal(bigX.add(bigY))
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p256_amd64.go 212 func (curve p256Curve) CombinedMult(bigX, bigY *big.Int, baseScalar, scalar []byte) (x, y *big.Int) {
220 fromBig(r2.xyz[4:8], maybeReduceModP(bigY))
244 func (curve p256Curve) ScalarMult(bigX, bigY *big.Int, scalar []byte) (x, y *big.Int) {
250 fromBig(r.xyz[4:8], maybeReduceModP(bigY))
p256_s390x.go 203 func (curve p256CurveFast) CombinedMult(bigX, bigY *big.Int, baseScalar, scalar []byte) (x, y *big.Int) {
208 copy(r2.y[:], fromBig(maybeReduceModP(bigY)))
224 func (curve p256CurveFast) ScalarMult(bigX, bigY *big.Int, scalar []byte) (x, y *big.Int) {
227 copy(r.y[:], fromBig(maybeReduceModP(bigY)))
p224.go 50 func (curve p224Curve) IsOnCurve(bigX, bigY *big.Int) bool {
53 p224FromBig(&y, bigY)
p256.go 75 func (p256Curve) ScalarMult(bigX, bigY *big.Int, scalar []byte) (x, y *big.Int) {
81 p256FromBig(&py, bigY)
    [all...]
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p256_amd64.go 212 func (curve p256Curve) CombinedMult(bigX, bigY *big.Int, baseScalar, scalar []byte) (x, y *big.Int) {
220 fromBig(r2.xyz[4:8], maybeReduceModP(bigY))
244 func (curve p256Curve) ScalarMult(bigX, bigY *big.Int, scalar []byte) (x, y *big.Int) {
250 fromBig(r.xyz[4:8], maybeReduceModP(bigY))
p256_s390x.go 203 func (curve p256CurveFast) CombinedMult(bigX, bigY *big.Int, baseScalar, scalar []byte) (x, y *big.Int) {
208 copy(r2.y[:], fromBig(maybeReduceModP(bigY)))
224 func (curve p256CurveFast) ScalarMult(bigX, bigY *big.Int, scalar []byte) (x, y *big.Int) {
227 copy(r.y[:], fromBig(maybeReduceModP(bigY)))
p224.go 50 func (curve p224Curve) IsOnCurve(bigX, bigY *big.Int) bool {
53 p224FromBig(&y, bigY)
p256.go 75 func (p256Curve) ScalarMult(bigX, bigY *big.Int, scalar []byte) (x, y *big.Int) {
81 p256FromBig(&py, bigY)
    [all...]
  /external/guava/guava-tests/test/com/google/common/math/
IntMathTest.java 577 BigInteger bigY = BigInteger.valueOf(y);
578 BigDecimal bigMean = new BigDecimal(bigX.add(bigY))
LongMathTest.java 678 BigInteger bigY = BigInteger.valueOf(y);
679 BigDecimal bigMean = new BigDecimal(bigX.add(bigY))
  /prebuilts/go/darwin-x86/src/crypto/ecdsa/
ecdsa.go 39 CombinedMult(bigX, bigY *big.Int, baseScalar, scalar []byte) (x, y *big.Int)
  /prebuilts/go/linux-x86/src/crypto/ecdsa/
ecdsa.go 39 CombinedMult(bigX, bigY *big.Int, baseScalar, scalar []byte) (x, y *big.Int)

Completed in 326 milliseconds