HomeSort by: relevance | last modified time | path
    Searched refs:polynomial (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/external/mit/isl/dist/
isl_bound.h 4 #include <isl/polynomial.h>
print.c 9 #include <isl/polynomial.h>
isl_obj.c 22 #include <isl/polynomial.h>
bound.c 4 #include <isl/polynomial.h>
isl_polynomial_private.h 6 #include <isl/polynomial.h>
isl_polynomial.c 419 * if both the quasi-polynomial and its domain space
532 * if both the quasi-polynomial and its local variables
1127 /* Multiply the constant polynomial "poly" by "v".
1154 /* Multiply the polynomial "poly" by "v".
1404 "domain of polynomial should be a set", goto error);
1435 /* Return a copy of the polynomial expression of "qp".
1442 /* Return the polynomial expression of "qp".
1443 * This may be either a copy or the polynomial expression itself
1445 * This allows the polynomial expression to be modified inplace
1446 * if both the quasi-polynomial and its polynomial expressio
3845 isl_qpolynomial *polynomial; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/ec/asm/
ecp_sm2p256-armv8.pl 44 // Load polynomial
56 // Sub polynomial
91 // Load polynomial
103 // Add polynomial
170 // The polynomial p
173 // The order of polynomial n
279 // Sub polynomial
310 // Sub polynomial
ecp_nistz256-armv8.pl 108 .LRR: // 2^512 mod P precomputed for NIST P256 polynomial
ecp_nistz256-armv4.pl 112 .LRR: @ 2^512 mod P precomputed for NIST P256 polynomial
ecp_nistz256-sparcv9.pl 109 .LRR: ! 2^512 mod P precomputed for NIST P256 polynomial
  /src/crypto/external/apache2/openssl/dist/crypto/modes/asm/
ghash-c64xplus.pl 73 SHL $E10000,16,$E10000 ; [pre-shifted] reduction polynomial
101 SHL $E10000,16,$E10000 ; [pre-shifted] reduction polynomial
  /src/crypto/external/bsd/openssl/dist/crypto/modes/asm/
ghash-c64xplus.pl 73 SHL $E10000,16,$E10000 ; [pre-shifted] reduction polynomial
101 SHL $E10000,16,$E10000 ; [pre-shifted] reduction polynomial
  /src/crypto/external/bsd/openssl.old/dist/crypto/modes/asm/
ghash-c64xplus.pl 74 SHL $E10000,16,$E10000 ; [pre-shifted] reduction polynomial
102 SHL $E10000,16,$E10000 ; [pre-shifted] reduction polynomial
  /src/external/mit/isl/lib/libisl/
Makefile 48 polynomial.h \
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/riscv64/
ghash-riscv64-zvkb-zvbc.S 23 # Use the fact that the polynomial degree is no more than 128,
26 # Instead simply subtract the reduction polynomial.
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/digest/
crc.d 99 private T[256][8] genTables(T)(T polynomial)
107 crc = (crc >> 1) ^ (-int(crc & 1) & polynomial);
152 * The parameter P specify the polynomial to be used for reduction.
  /src/crypto/external/bsd/openssl/dist/crypto/ec/asm/
ecp_nistz256-armv8.pl 108 .LRR: // 2^512 mod P precomputed for NIST P256 polynomial
ecp_nistz256-armv4.pl 112 .LRR: @ 2^512 mod P precomputed for NIST P256 polynomial
ecp_nistz256-sparcv9.pl 109 .LRR: ! 2^512 mod P precomputed for NIST P256 polynomial
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/asm/
ecp_nistz256-armv8.pl 105 .LRR: // 2^512 mod P precomputed for NIST P256 polynomial
ecp_nistz256-armv4.pl 108 .LRR: @ 2^512 mod P precomputed for NIST P256 polynomial
ecp_nistz256-sparcv9.pl 107 .LRR: ! 2^512 mod P precomputed for NIST P256 polynomial
  /src/crypto/external/apache2/openssl/dist/crypto/aes/asm/
aes-c64xplus.pl 854 [B0] MVK 0x0000001B,B3 ; AES polynomial
  /src/crypto/external/bsd/openssl/dist/crypto/aes/asm/
aes-c64xplus.pl 854 [B0] MVK 0x0000001B,B3 ; AES polynomial
  /src/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/
aes-c64xplus.pl 855 [B0] MVK 0x0000001B,B3 ; AES polynomial

Completed in 35 milliseconds

1 2