HomeSort by relevance Sort by last modified time
    Searched defs:Nr (Results 1 - 5 of 5) sorted by null

  /external/libgsm/src/
long_term.c 921 word brp, drpp, Nr;
923 /* Check the limits of Nr.
925 Nr = Ncr < 40 || Ncr > 120 ? S->nrp : Ncr;
926 S->nrp = Nr;
927 assert(Nr >= 40 && Nr <= 120);
939 drpp = GSM_MULT_R( brp, drp[ k - Nr ] );
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
exponentiation.c 189 BIGNUM Nr; /* the reciprocal */
197 BN_init(&recp->Nr);
208 BN_free(&recp->Nr);
215 BN_zero(&recp->Nr);
295 /* Nr := round(2^i / N) */
298 BN_reciprocal(&(recp->Nr), &(recp->N), i,
306 /* d := |round(round(m / 2^BN_num_bits(N)) * recp->Nr / 2^(i -
315 if (!BN_mul(b, a, &(recp->Nr), ctx)) {
    [all...]
  /external/openssl/crypto/bn/
bn.h 347 BIGNUM Nr; /* the reciprocal */
    [all...]
  /external/openssl/include/openssl/
bn.h 347 BIGNUM Nr; /* the reciprocal */
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 892 auto Nr = Vs.traverse(Range, Vs.typeCtx(Ctx));
894 return Vs.reduceField(*this, Nr, Nb);
1013 auto Nr = Vs.traverse(Rec, Vs.subExprCtx(Ctx));
1014 return Vs.reduceProject(*this, Nr);
    [all...]

Completed in 309 milliseconds