Searched refs:slope (Results 1 – 8 of 8) sorted by relevance
160 BigInteger slope = in addPoint() local166 slope.modPow(TWO, P).subtract(r.getAffineX()).subtract(s.getAffineX()).mod(P); in addPoint()168 y = y.add(slope.multiply(s.getAffineX().subtract(x))).mod(P); in addPoint()177 BigInteger slope = r.getAffineX().pow(2).multiply(THREE); in doublePoint() local178 slope = slope.add(CURVE_SPEC.getCurve().getA()); in doublePoint()179 slope = slope.multiply(r.getAffineY().multiply(TWO).modInverse(P)); in doublePoint()180 BigInteger x = slope.pow(2).subtract(r.getAffineX().multiply(TWO)).mod(P); in doublePoint()182 r.getAffineY().negate().add(slope.multiply(r.getAffineX().subtract(x))).mod(P); in doublePoint()
87 float slope = (float) mXFunction.getDerivative(t); in inverseBezierValue() local88 if (slope != 0) { in inverseBezierValue()89 t -= error / slope; in inverseBezierValue()
64 float slope = absDeltaY / absDeltaX; in determineScrollingStart() local65 float theta = (float) Math.atan(slope); in determineScrollingStart()
349 let slope = if x1 == x2 { in add() localVariable357 let x = (slope.pow(2) - x1 - x2) % p; in add()358 let y = (slope * (x1 - &x) - y1) % p; in add()
1135 float slope = absDeltaY / absDeltaX; in determineScrollingStart() local1136 float theta = (float) Math.atan(slope); in determineScrollingStart()
1dictionary=main:en_us,locale=en_US,description=English (US),date ...
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en,locale=en,description=English,date=1414726273, ...