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

1 2 3 4 5 6

  /src/external/mit/isl/dist/
isl_range.h 4 __isl_take isl_qpolynomial *poly, struct isl_bound *bound);
6 __isl_keep isl_qpolynomial *poly, int *signs, int sign);
isl_bernstein.h 4 __isl_take isl_basic_set *bset, __isl_take isl_qpolynomial *poly,
isl_range.c 16 isl_qpolynomial *poly; member in struct:range_data
22 __isl_take isl_qpolynomial *poly, struct range_data *data);
24 /* Check whether the polynomial "poly" has sign "sign" over "bset",
30 __isl_keep isl_qpolynomial *poly, int sign, int *signs)
44 poly = isl_qpolynomial_copy(poly);
48 poly = isl_qpolynomial_move_dims(poly, isl_dim_in, 0,
51 space = isl_qpolynomial_get_space(poly);
64 if (propagate_on_domain(bset, poly, &data_m) < 0
186 isl_qpolynomial *poly; member in struct:isl_fixed_sign_data
358 isl_qpolynomial *poly; local
    [all...]
isl_polynomial.c 51 isl_bool isl_poly_is_cst(__isl_keep isl_poly *poly)
53 if (!poly)
56 return isl_bool_ok(poly->var < 0);
59 __isl_keep isl_poly_cst *isl_poly_as_cst(__isl_keep isl_poly *poly)
61 if (!poly)
64 isl_assert(poly->ctx, poly->var < 0, return NULL);
66 return (isl_poly_cst *) poly;
69 __isl_keep isl_poly_rec *isl_poly_as_rec(__isl_keep isl_poly *poly)
71 if (!poly)
1245 isl_poly *poly; local
1455 isl_poly *poly; local
1498 isl_poly *poly; local
1852 isl_poly *poly; local
1898 isl_poly *poly; local
1921 isl_poly *poly; local
1951 isl_poly *poly; local
2012 isl_poly *poly; local
2042 isl_poly *poly; local
2486 isl_poly *poly; local
3131 isl_poly *poly; local
3587 isl_poly *poly; local
3694 isl_poly *poly; local
3709 isl_poly *poly; local
3783 isl_poly *poly; local
3844 isl_poly *poly; local
3979 isl_poly *poly; local
4392 isl_poly *poly; local
4674 isl_poly *poly; local
    [all...]
isl_bernstein.c 30 isl_qpolynomial *poly; member in struct:bernstein_data
159 static isl_stat extract_coefficients(isl_qpolynomial *poly,
171 n = isl_qpolynomial_dim(poly, isl_dim_in);
175 ctx = isl_qpolynomial_get_ctx(poly);
176 d = isl_qpolynomial_degree(poly);
190 c[0] = isl_qpolynomial_coeff(poly, isl_dim_in, n - 1, k[0]);
257 * data->poly has been homogenized in the calling function.
273 isl_qpolynomial *poly = data->poly; local
282 n_in = isl_qpolynomial_dim(poly, isl_dim_in)
    [all...]
isl_bound.c 19 /* Given a polynomial "poly" that is constant in terms
21 * of type "type" that is equal to "poly" on "bset",
25 __isl_take isl_basic_set *bset, __isl_take isl_qpolynomial *poly,
32 fold = isl_qpolynomial_fold_alloc(type, poly);
60 /* Given a polynomial "poly" that is constant in terms
66 __isl_take isl_qpolynomial *poly, struct isl_bound *bound)
70 pwf = isl_qpolynomial_cst_bound(bset, poly, bound->type, NULL);
86 __isl_take isl_qpolynomial *poly, void *user)
93 if (!bset || !poly)
96 degree = isl_qpolynomial_degree(poly);
    [all...]
isl_polynomial_private.h 20 struct isl_poly poly; member in struct:isl_poly_cst
27 struct isl_poly poly; member in struct:isl_poly_rec
42 isl_poly *poly; member in struct:isl_qpolynomial
129 __isl_give isl_poly *isl_poly_copy(__isl_keep isl_poly *poly);
130 __isl_give isl_poly *isl_poly_cow(__isl_take isl_poly *poly);
131 __isl_give isl_poly *isl_poly_dup(__isl_keep isl_poly *poly);
132 __isl_null isl_poly *isl_poly_free(__isl_take isl_poly *poly);
136 isl_bool isl_poly_is_cst(__isl_keep isl_poly *poly);
137 isl_bool isl_poly_is_zero(__isl_keep isl_poly *poly);
138 isl_bool isl_poly_is_one(__isl_keep isl_poly *poly);
    [all...]
isl_bound.h 21 __isl_take isl_basic_set *bset, __isl_take isl_qpolynomial *poly,
  /src/crypto/external/apache2/openssl/dist/crypto/ml_dsa/
ml_dsa_matrix.c 27 POLY *poly = a->m_poly; local
33 POLY product;
35 ossl_ml_dsa_poly_ntt_mult(poly++, &s->poly[j], &product);
36 poly_add(&product, &t->poly[i], &t->poly[i]);
ml_dsa_vector.h 14 POLY *poly; member in struct:vector_st
26 static ossl_inline ossl_unused void vector_init(VECTOR *v, POLY *polys, size_t num_polys)
28 v->poly = polys;
34 v->poly = OPENSSL_malloc(num_polys * sizeof(POLY));
35 if (v->poly == NULL)
43 OPENSSL_free(v->poly);
44 v->poly = NULL;
51 if (va->poly != NULL
    [all...]
ml_dsa_key.c 105 if (key->t1.poly != NULL)
113 POLY *poly; local
115 if (key->s1.poly != NULL)
120 poly = key->s1.poly;
122 vector_init(&key->s2, poly + l, k);
123 vector_init(&key->t0, poly + l + k, k);
147 * The allocation for |s1.poly| subsumes those for |s2| and |t0|, which we
148 * must not access after |s1|'s poly is freed
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-simd-builtin-types.def 37 ENTRY (Poly8_t, QI, poly, 9)
38 ENTRY (Poly16_t, HI, poly, 10)
39 ENTRY (Poly64_t, DI, poly, 10)
40 ENTRY (Poly128_t, TI, poly, 11)
41 ENTRY (Poly8x8_t, V8QI, poly, 11)
42 ENTRY (Poly8x16_t, V16QI, poly, 12)
43 ENTRY (Poly16x4_t, V4HI, poly, 12)
44 ENTRY (Poly16x8_t, V8HI, poly, 12)
45 ENTRY (Poly64x1_t, V1DI, poly, 12)
46 ENTRY (Poly64x2_t, V2DI, poly, 12
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-simd-builtin-types.def 37 ENTRY (Poly8_t, QI, poly, 9)
38 ENTRY (Poly16_t, HI, poly, 10)
39 ENTRY (Poly64_t, DI, poly, 10)
40 ENTRY (Poly128_t, TI, poly, 11)
41 ENTRY (Poly8x8_t, V8QI, poly, 11)
42 ENTRY (Poly8x16_t, V16QI, poly, 12)
43 ENTRY (Poly16x4_t, V4HI, poly, 12)
44 ENTRY (Poly16x8_t, V8HI, poly, 12)
45 ENTRY (Poly64x1_t, DI, poly, 12)
46 ENTRY (Poly64x2_t, V2DI, poly, 12
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
crc.c 46 unsigned long crc, poly; local
50 poly = CRC_GEN;
55 crc = (crc >> 1) ^ poly;
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-simd-builtin-types.def 39 ENTRY (Poly8x8_t, V8QI, poly, 64, poly8, 16)
40 ENTRY (Poly16x4_t, V4HI, poly, 64, poly16, 17)
42 ENTRY (Poly8x16_t, V16QI, poly, 128, poly8, 17)
43 ENTRY (Poly16x8_t, V8HI, poly, 128, poly16, 18)
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm-simd-builtin-types.def 39 ENTRY (Poly8x8_t, V8QI, poly, 64, poly8, 16)
40 ENTRY (Poly16x4_t, V4HI, poly, 64, poly16, 17)
42 ENTRY (Poly8x16_t, V16QI, poly, 128, poly8, 17)
43 ENTRY (Poly16x8_t, V8HI, poly, 128, poly16, 18)
  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_chacha20_poly1305_hw.c 122 POLY1305 *poly = &ctx->poly1305; local
137 Poly1305_Init(poly, buf);
162 Poly1305_Init(poly, buf);
194 Poly1305_Init(poly, buf);
197 Poly1305_Update(poly, ctx->tls_aad, POLY1305_BLOCK_SIZE);
205 Poly1305_Update(poly, out, plen);
207 Poly1305_Update(poly, in, plen);
214 Poly1305_Update(poly, zero, tail);
240 Poly1305_Update(poly, tohash, tohash_len);
242 Poly1305_Final(poly, bctx->enc ? ctx->tag : tohash)
271 POLY1305 *poly = &ctx->poly1305; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_chacha20_poly1305_hw.c 123 POLY1305 *poly = &ctx->poly1305; local
138 Poly1305_Init(poly, buf);
163 Poly1305_Init(poly, buf);
195 Poly1305_Init(poly, buf);
198 Poly1305_Update(poly, ctx->tls_aad, POLY1305_BLOCK_SIZE);
206 Poly1305_Update(poly, out, plen);
208 Poly1305_Update(poly, in, plen);
215 Poly1305_Update(poly, zero, tail);
241 Poly1305_Update(poly, tohash, tohash_len);
243 Poly1305_Final(poly, bctx->enc ? ctx->tag : tohash)
272 POLY1305 *poly = &ctx->poly1305; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ec2_smpl.c 63 group->poly[0] = 0;
64 group->poly[1] = 0;
65 group->poly[2] = 0;
66 group->poly[3] = 0;
67 group->poly[4] = 0;
68 group->poly[5] = -1;
83 dest->poly[0] = src->poly[0];
84 dest->poly[1] = src->poly[1]
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ec2_smpl.c 63 group->poly[0] = 0;
64 group->poly[1] = 0;
65 group->poly[2] = 0;
66 group->poly[3] = 0;
67 group->poly[4] = 0;
68 group->poly[5] = -1;
83 dest->poly[0] = src->poly[0];
84 dest->poly[1] = src->poly[1]
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
ec2_smpl.c 57 group->poly[0] = 0;
58 group->poly[1] = 0;
59 group->poly[2] = 0;
60 group->poly[3] = 0;
61 group->poly[4] = 0;
62 group->poly[5] = -1;
77 dest->poly[0] = src->poly[0];
78 dest->poly[1] = src->poly[1]
    [all...]
  /src/sys/dev/raidframe/
rf_geniq.c 42 poly - feedback connections
47 lsfr_shift(unsigned val, unsigned poly)
54 new = (poly & 1) ? high : 0;
58 if (poly & (1 << i)) /* there is a feedback connection */
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/mips/
Makefile 12 (*poly*) perl -I${OPENSSLSRC}/crypto/perlasm \
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/
Makefile 12 (*poly*) perl -I${OPENSSLSRC}/crypto/perlasm \
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/mips/
Makefile 12 (*poly*) perl -I${OPENSSLSRC}/crypto/perlasm \

Completed in 78 milliseconds

1 2 3 4 5 6