HomeSort by: relevance | last modified time | path
    Searched defs:coeffs (Results 1 - 14 of 14) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/test/
rsa_mp_test.c 133 BIGNUM **pris = NULL, **exps = NULL, **coeffs = NULL; local
156 coeffs = OPENSSL_zalloc(sizeof(BIGNUM *));
157 if (!TEST_ptr(pris) || !TEST_ptr(exps) || !TEST_ptr(coeffs))
162 coeffs[0] = BN_bin2bn(ex_coefficient, sizeof(ex_coefficient) - 1, NULL);
163 if (!TEST_ptr(pris[0]) || !TEST_ptr(exps[0]) || !TEST_ptr(coeffs[0]))
167 coeffs, NUM_EXTRA_PRIMES)))
173 OPENSSL_free(coeffs);
180 if (coeffs != NULL)
181 BN_free(coeffs[0]);
  /src/crypto/external/apache2/openssl/dist/test/
rsa_mp_test.c 143 BIGNUM **pris = NULL, **exps = NULL, **coeffs = NULL; local
162 coeffs = OPENSSL_zalloc(sizeof(BIGNUM *));
163 if (!TEST_ptr(pris) || !TEST_ptr(exps) || !TEST_ptr(coeffs))
168 coeffs[0] = BN_bin2bn(ex_coefficient, sizeof(ex_coefficient) - 1, NULL);
169 if (!TEST_ptr(pris[0]) || !TEST_ptr(exps[0]) || !TEST_ptr(coeffs[0]))
173 coeffs, NUM_EXTRA_PRIMES)))
179 OPENSSL_free(coeffs);
186 if (coeffs != NULL)
187 BN_free(coeffs[0]);
194 STACK_OF(BIGNUM) *primes = NULL, *exps = NULL, *coeffs = NULL
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
rsa_mp_test.c 152 BIGNUM **pris = NULL, **exps = NULL, **coeffs = NULL; local
170 coeffs = OPENSSL_zalloc(sizeof(BIGNUM *));
171 if (!TEST_ptr(pris) || !TEST_ptr(exps) || !TEST_ptr(coeffs))
176 coeffs[0] = BN_bin2bn(ex_coefficient, sizeof(ex_coefficient) - 1, NULL);
177 if (!TEST_ptr(pris[0]) || !TEST_ptr(exps[0]) || !TEST_ptr(coeffs[0]))
181 coeffs, NUM_EXTRA_PRIMES)))
187 OPENSSL_free(coeffs);
194 if (coeffs != NULL)
195 BN_free(coeffs[0]);
202 STACK_OF(BIGNUM) *primes = NULL, *exps = NULL, *coeffs = NULL
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
ctrl_params_translate.c 1922 const BIGNUM *exps[10], *coeffs[10]; local
1925 && RSA_get0_multi_prime_crt_params(r, exps, coeffs))
1947 const BIGNUM *exps[10], *coeffs[10]; local
1950 && RSA_get0_multi_prime_crt_params(r, exps, coeffs))
1951 bn = coeffs[coefficientnum - 1];
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
ctrl_params_translate.c 1877 const BIGNUM *exps[10], *coeffs[10]; local
1880 && RSA_get0_multi_prime_crt_params(r, exps, coeffs))
1904 const BIGNUM *exps[10], *coeffs[10]; local
1907 && RSA_get0_multi_prime_crt_params(r, exps, coeffs))
1908 bn = coeffs[coefficientnum - 1];
  /src/external/gpl3/gcc/dist/gcc/
poly-int.h 352 ((void) (&(RES).coeffs[0] == (C *) (void *) &(RES).coeffs[0]), \
354 ? (void) ((RES).coeffs[I] = VALUE) \
355 : (void) ((RES).coeffs[I].~C (), new (&(RES).coeffs[I]) C (VALUE)))
429 C coeffs[N]; member in struct:poly_int
445 POLY_SET_COEFF (C, *this, i, a.coeffs[i]);
467 : coeffs { (typename poly_coeff_traits<C>::
476 POLY_SET_COEFF (C, *this, i, a.coeffs[i]);
488 POLY_SET_COEFF (C, *this, i, wi::ints_for<C>::zero (this->coeffs[0]))
    [all...]
tree.cc 1487 /* Return a new POLY_INT_CST with coefficients COEFFS and type TYPE. */
1490 build_new_poly_int_cst (tree type, tree (&coeffs)[NUM_POLY_INT_COEFFS]
1502 POLY_INT_CST_COEFF (t, i) = coeffs[i];
1576 t = build_new_int_cst (type, tmp.coeffs[0]); local
1579 tree coeffs[NUM_POLY_INT_COEFFS];
1582 coeffs[i] = build_new_int_cst (type, tmp.coeffs[i]);
1583 TREE_OVERFLOW (coeffs[i]) = 1;
1585 t = build_new_poly_int_cst (type, coeffs);
1837 if (wi::to_wide (POLY_INT_CST_COEFF (x, i)) != y.second->coeffs[i]
1858 tree coeffs[NUM_POLY_INT_COEFFS]; local
    [all...]
rtl.h 294 trailing_wide_ints<NUM_POLY_INT_COEFFS> coeffs;
2003 CONST_POLY_INT)->u.cpi.coeffs)
2174 { STATIC_ASSERT (sizeof (offset.coeffs[0]) <= 2); }
2177 res += (HOST_WIDE_INT) offset.coeffs[i] << ((1 + i) * 16);
2365 res.coeffs[i] = CONST_POLY_INT_COEFFS (x)[i];
2398 res.coeffs[i] = CONST_POLY_INT_COEFFS (x)[i].to_shwi ();
2422 res->coeffs[i] = CONST_POLY_INT_COEFFS (x)[i].to_shwi ();
293 trailing_wide_ints<NUM_POLY_INT_COEFFS> coeffs; variable
tree-core.h 1522 tree coeffs[NUM_POLY_INT_COEFFS]; variable
  /src/external/gpl3/gcc.old/dist/gcc/
poly-int.h 330 ((void) (&(RES).coeffs[0] == (C *) (void *) &(RES).coeffs[0]), \
332 ? (void) ((RES).coeffs[I] = VALUE) \
333 : (void) ((RES).coeffs[I].~C (), new (&(RES).coeffs[I]) C (VALUE)))
383 C coeffs[N]; member in struct:poly_int_pod
392 POLY_SET_COEFF (C, *this, i, a.coeffs[i]);
404 POLY_SET_COEFF (C, *this, i, wi::ints_for<C>::zero (this->coeffs[0]));
414 this->coeffs[i] += a.coeffs[i]
    [all...]
tree.cc 1504 /* Return a new POLY_INT_CST with coefficients COEFFS and type TYPE. */
1507 build_new_poly_int_cst (tree type, tree (&coeffs)[NUM_POLY_INT_COEFFS]
1519 POLY_INT_CST_COEFF (t, i) = coeffs[i];
1593 t = build_new_int_cst (type, tmp.coeffs[0]); local
1596 tree coeffs[NUM_POLY_INT_COEFFS];
1599 coeffs[i] = build_new_int_cst (type, tmp.coeffs[i]);
1600 TREE_OVERFLOW (coeffs[i]) = 1;
1602 t = build_new_poly_int_cst (type, coeffs);
1854 if (wi::to_wide (POLY_INT_CST_COEFF (x, i)) != y.second->coeffs[i]
1875 tree coeffs[NUM_POLY_INT_COEFFS]; local
    [all...]
rtl.h 292 trailing_wide_ints<NUM_POLY_INT_COEFFS> coeffs;
1994 CONST_POLY_INT)->u.cpi.coeffs)
2165 { STATIC_ASSERT (sizeof (offset.coeffs[0]) <= 2); }
2168 res += (HOST_WIDE_INT) offset.coeffs[i] << ((1 + i) * 16);
2355 res.coeffs[i] = CONST_POLY_INT_COEFFS (x)[i];
2388 res.coeffs[i] = CONST_POLY_INT_COEFFS (x)[i].to_shwi ();
2412 res->coeffs[i] = CONST_POLY_INT_COEFFS (x)[i].to_shwi ();
291 trailing_wide_ints<NUM_POLY_INT_COEFFS> coeffs; variable
tree-core.h 1491 tree coeffs[NUM_POLY_INT_COEFFS]; variable
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_color.c 225 u16 coeffs[9])
250 coeffs[i] = 0;
254 coeffs[i] |= 1 << 15;
257 coeffs[i] |= (3 << 12) |
260 coeffs[i] |= (2 << 12) |
263 coeffs[i] |= (1 << 12) |
266 coeffs[i] |= ILK_CSC_COEFF_FP(abs_coeff, 9);
268 coeffs[i] |= (7 << 12) |
271 coeffs[i] |= (6 << 12) |
352 u16 coeffs[9] = {} local
372 coeffs[1] << 16 | coeffs[0]); local
374 coeffs[3] << 16 | coeffs[2]); local
376 coeffs[5] << 16 | coeffs[4]); local
378 coeffs[7] << 16 | coeffs[6]); local
379 I915_WRITE(CGM_PIPE_CSC_COEFF8(pipe), coeffs[8]); local
    [all...]

Completed in 53 milliseconds