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

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECFieldElement.java 245 BigInteger Ql = ECConstants.ONE;
250 Ql = Ql.multiply(Qh).mod(p);
254 Qh = Ql.multiply(Q).mod(p);
256 Vl = Vh.multiply(Vl).subtract(P.multiply(Ql)).mod(p);
261 Qh = Ql;
262 Uh = Uh.multiply(Vl).subtract(Ql).mod(p);
263 Vh = Vh.multiply(Vl).subtract(P.multiply(Ql)).mod(p);
264 Vl = Vl.multiply(Vl).subtract(Ql.shiftLeft(1)).mod(p);
268 Ql = Ql.multiply(Qh).mod(p)
    [all...]
  /external/openssh/
mdoc2man.awk 118 } else if(match(words[w],"^Sq|Ql$")) {
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
rate_control.h 53 Int Ql; /*quantization level used in the previous frame */
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h 273 int Ql; /*quantization level used in the previous frame */

Completed in 423 milliseconds