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

  /external/boringssl/src/crypto/ec/
p224-64.c 523 felem ftmp, ftmp2, ftmp3, ftmp4; local
535 felem_reduce(ftmp2, tmp); /* 2^4 - 2 */
536 felem_square(tmp, ftmp2);
537 felem_reduce(ftmp2, tmp); /* 2^5 - 4 */
538 felem_square(tmp, ftmp2);
539 felem_reduce(ftmp2, tmp); /* 2^6 - 8 */
540 felem_mul(tmp, ftmp2, ftmp);
543 felem_reduce(ftmp2, tmp); /* 2^7 - 2 */
545 felem_square(tmp, ftmp2);
546 felem_reduce(ftmp2, tmp)
628 felem delta, gamma, beta, alpha, ftmp, ftmp2; local
712 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, x_out, y_out, z_out; local
    [all...]
p256-64.c 809 felem ftmp, ftmp2; local
864 felem_reduce(ftmp2, tmp); /* 2^64 - 2^0 */
866 felem_square(tmp, ftmp2);
867 felem_reduce(ftmp2, tmp);
869 felem_mul(tmp, ftmp2, e16);
870 felem_reduce(ftmp2, tmp); /* 2^80 - 2^0 */
872 felem_square(tmp, ftmp2);
873 felem_reduce(ftmp2, tmp);
875 felem_mul(tmp, ftmp2, e8);
876 felem_reduce(ftmp2, tmp); /* 2^88 - 2^0 *
917 felem delta, gamma, beta, alpha, ftmp, ftmp2; local
1038 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out; local
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
filterbanks.c 295 float ftmp, ftmp2; local
328 ftmp2 = Out[k] + kHpStCoefOut1Float[2] * postfiltdata->HPstates1_float[0] +
334 Out[k] = ftmp2;
338 ftmp2 = Out[k] + kHpStCoefOut2Float[2] * postfiltdata->HPstates2_float[0] +
344 Out[k] = ftmp2;
  /external/libconstrainedcrypto/
p256_ec.c 610 felem ftmp, ftmp2; local
647 felem_mul(ftmp2, e64, e32); /* 2^64 - 2^0 */
649 felem_square(ftmp2, ftmp2);
651 felem_mul(ftmp2, ftmp2, e16); /* 2^80 - 2^0 */
653 felem_square(ftmp2, ftmp2);
655 felem_mul(ftmp2, ftmp2, e8); /* 2^88 - 2^0 *
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p256.go 665 var ftmp, ftmp2 [p256Limbs]uint32
702 p256Mul(&ftmp2, &e64, &e32) // 2^64 - 2^0
704 p256Square(&ftmp2, &ftmp2)
706 p256Mul(&ftmp2, &ftmp2, &e16) // 2^80 - 2^0
708 p256Square(&ftmp2, &ftmp2)
710 p256Mul(&ftmp2, &ftmp2, &e8) // 2^88 - 2^
    [all...]
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p256.go 665 var ftmp, ftmp2 [p256Limbs]uint32
702 p256Mul(&ftmp2, &e64, &e32) // 2^64 - 2^0
704 p256Square(&ftmp2, &ftmp2)
706 p256Mul(&ftmp2, &ftmp2, &e16) // 2^80 - 2^0
708 p256Square(&ftmp2, &ftmp2)
710 p256Mul(&ftmp2, &ftmp2, &e8) // 2^88 - 2^
    [all...]

Completed in 86 milliseconds