HomeSort by relevance Sort by last modified time
    Searched refs:bigX (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 185 BigInteger bigX = BigInteger.valueOf(x);
187 BigDecimal bigMean = new BigDecimal(bigX.add(bigY))
IntMathTest.java 341 BigInteger bigX = BigInteger.valueOf(x);
343 BigDecimal bigMean = new BigDecimal(bigX.add(bigY))
  /external/guava/guava-tests/test/com/google/common/math/
IntMathTest.java 115 BigInteger bigX = BigInteger.valueOf(x);
116 boolean expected = (bigX.signum() > 0) && (bigX.bitCount() == 1);
576 BigInteger bigX = BigInteger.valueOf(x);
578 BigDecimal bigMean = new BigDecimal(bigX.add(bigY))
LongMathTest.java 168 BigInteger bigX = BigInteger.valueOf(x);
169 boolean expected = (bigX.signum() > 0) && (bigX.bitCount() == 1);
677 BigInteger bigX = BigInteger.valueOf(x);
679 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) {
219 fromBig(r2.xyz[0:4], maybeReduceModP(bigX))
244 func (curve p256Curve) ScalarMult(bigX, bigY *big.Int, scalar []byte) (x, y *big.Int) {
249 fromBig(r.xyz[0:4], maybeReduceModP(bigX))
p256_s390x.go 203 func (curve p256CurveFast) CombinedMult(bigX, bigY *big.Int, baseScalar, scalar []byte) (x, y *big.Int) {
207 copy(r2.x[:], fromBig(maybeReduceModP(bigX)))
224 func (curve p256CurveFast) ScalarMult(bigX, bigY *big.Int, scalar []byte) (x, y *big.Int) {
226 copy(r.x[:], fromBig(maybeReduceModP(bigX)))
p224.go 50 func (curve p224Curve) IsOnCurve(bigX, bigY *big.Int) bool {
52 p224FromBig(&x, bigX)
p256.go 75 func (p256Curve) ScalarMult(bigX, bigY *big.Int, scalar []byte) (x, y *big.Int) {
80 p256FromBig(&px, bigX)
    [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) {
219 fromBig(r2.xyz[0:4], maybeReduceModP(bigX))
244 func (curve p256Curve) ScalarMult(bigX, bigY *big.Int, scalar []byte) (x, y *big.Int) {
249 fromBig(r.xyz[0:4], maybeReduceModP(bigX))
p256_s390x.go 203 func (curve p256CurveFast) CombinedMult(bigX, bigY *big.Int, baseScalar, scalar []byte) (x, y *big.Int) {
207 copy(r2.x[:], fromBig(maybeReduceModP(bigX)))
224 func (curve p256CurveFast) ScalarMult(bigX, bigY *big.Int, scalar []byte) (x, y *big.Int) {
226 copy(r.x[:], fromBig(maybeReduceModP(bigX)))
p224.go 50 func (curve p224Curve) IsOnCurve(bigX, bigY *big.Int) bool {
52 p224FromBig(&x, bigX)
p256.go 75 func (p256Curve) ScalarMult(bigX, bigY *big.Int, scalar []byte) (x, y *big.Int) {
80 p256FromBig(&px, bigX)
    [all...]
  /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 3394 milliseconds