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

  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_convert_data.c 980 const SINT8 factors[1024][2] = { variable
bid_conf.h 102 #define factors __bid_factors macro
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_convert_data.c 980 const SINT8 factors[1024][2] = { variable
bid_conf.h 102 #define factors __bid_factors macro
  /src/external/lgpl3/gmp/dist/mpz/
2fac_ui.c 72 mp_limb_t *factors, prod, max_prod; local
78 factors = TMP_SALLOC_LIMBS (1 + n / (2 * FACTORS_PER_LIMB));
80 factors[0] = ODD_DOUBLEFACTORIAL_TABLE_MAX;
86 FACTOR_LIST_STORE (n, prod, max_prod, factors, j);
88 factors[j++] = prod;
89 mpz_prodlimbs (x, factors, j);
fac_ui.c 70 mp_ptr factors; local
74 factors = TMP_SALLOC_LIMBS (2 + (n - numberof (table)) / FACTORS_PER_LIMB);
76 factors[0] = table[numberof (table)-1];
85 FACTOR_LIST_STORE (n, prod, max_prod, factors, j);
87 factors[j++] = prod;
88 mpz_prodlimbs (x, factors, j);
mfac_uiui.c 95 mp_limb_t *factors; local
108 factors = MPZ_NEWALLOC (x, sn / log_n_max (n) + 2);
111 factors = TMP_ALLOC_LIMBS (sn / log_n_max (n) + 2);
115 FACTOR_LIST_STORE (n, prod, max_prod, factors, j);
117 factors[j++] = n;
118 factors[j++] = prod;
122 mpz_prodlimbs (t, factors, j);
124 mpz_prodlimbs (x, factors, j);
primorial_ui.c 120 mp_limb_t *sieve, *factors; local
132 factors = TMP_ALLOC_LIMBS (size);
145 FACTOR_LIST_STORE (prime, prod, max_prod, factors, j);
151 factors[j++] = prod;
152 mpz_prodlimbs (x, factors, j);
oddfac_1.c 187 Enough (FIXME: explain :-) limbs must be pointed by factors.
191 mpz_2multiswing_1 (mpz_ptr x, mp_limb_t n, mp_ptr sieve, mp_ptr factors)
206 SWING_A_PRIME (3, n, prod, max_prod, factors, j);
218 SWING_A_PRIME (prime, n, prod, max_prod, factors, j);
226 SH_SWING_A_PRIME (prime, n, prod, l_max_prod, factors, j);
232 FACTOR_LIST_STORE (prime, prod, max_prod, factors, j);
237 factors[j++] = prod;
238 mpz_prodlimbs (x, factors, j);
302 mp_ptr factors; local
323 factors = TMP_SALLOC_LIMBS (1 + tn / FACTORS_PER_LIMB)
    [all...]
bin_uiui.c 48 Accumulate chunks of factors first limb-by-limb (using one of mul0-mul8)
50 accumulates divisor factors, the 2nd inner loop accumulates exactly the same
51 number of dividend factors. We avoid accumulating more for the divisor,
52 even with its smaller factors, since we else cannot guarantee divisibility.
69 stored into a limb, perhaps.) The table should take the removed factors of
82 /* Multiply-into-limb functions. These remove factors of 2 on-the-fly. FIXME:
84 that then, shifting just adds some overhead. (We remove factors from the
173 /* Number of factors-of-2 removed by the corresponding mulN function. */
188 /* 1 to 8 factors per iteration */
192 /* 1 to 7 factors per iteration *
593 mp_limb_t *sieve, *factors, count; local
    [all...]
  /src/external/lgpl3/gmp/dist/tests/mpz/
t-gcd_ui.c 57 static const char* factors[NUM_FACTORS] = { local
68 printf ("No usable factors for 2^%i+1.\n", GMP_NUMB_BITS);
82 mpz_set_str (f, factors[i], 10);
  /src/external/lgpl3/gmp/dist/demos/
factorize.c 41 struct factors struct
48 void factor (mpz_t, struct factors *);
51 factor_init (struct factors *factors)
53 factors->p = malloc (1);
54 factors->e = malloc (1);
55 factors->nfactors = 0;
59 factor_clear (struct factors *factors)
63 for (i = 0; i < factors->nfactors; i++
188 struct factors factors; local
393 struct factors factors; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
divtab.cc 135 unsigned char factors[N_ENTRIES]; local
152 factors[i] = factor;
181 calc_defect (1., constants[0], factors[0]));
183 calc_defect (-2., constants[steps], factors[steps]));
189 printf ("/* negative division factors */\n");
191 printf ("\t.byte\t%d\n", factors[i]);
196 printf ("/* positive division factors */\n");
198 printf ("\t.byte\t%d\n", factors[i]);
  /src/external/mit/isl/dist/
isl_farkas.c 366 * "n" is the number of factors in the factorization.
370 * "factors" contains information about the individual "n" factors.
376 struct isl_coefficients_factor_data *factors; member in struct:isl_coefficients_product_data
388 data->factors = isl_calloc_array(ctx,
390 if (!data->factors)
402 if (data->factors) {
404 isl_basic_set_free(data->factors[i].coeff);
407 free(data->factors);
423 * when combining the results over the different factors
    [all...]
  /src/usr.bin/dc/
bcode.c 341 static BN_ULONG factors[] = { variable
356 if (abs_scale < sizeof(factors)/sizeof(factors[0])) {
358 bn_check(BN_mul_word(n, factors[abs_scale]));
360 (void)BN_div_word(n, factors[abs_scale]);
394 else if (n->scale < sizeof(factors)/sizeof(factors[0])) {
395 rem = BN_div_word(i, factors[n->scale]);
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
ctrl_params_translate.c 1894 const BIGNUM *factors[10]; local
1897 && RSA_get0_multi_prime_factors(r, factors))
1898 bn = factors[factornum - 2];
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
ctrl_params_translate.c 1847 const BIGNUM *factors[10]; local
1850 && RSA_get0_multi_prime_factors(r, factors))
1851 bn = factors[factornum - 2];
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-math-opts.cc 1657 bool *factors; member in struct:pow_synth_sqrt_info
1666 as the factors a[i], the maximum 0.5 power and the number of
1678 memset (info->factors, 0, n * sizeof (bool));
1692 info->factors[i] = true;
1699 info->factors[i] = true;
1703 info->factors[i] = false;
1757 bool is_set = info->factors[i];
1850 synth_info.factors = XALLOCAVEC (bool, max_depth + 1);
1881 alt_synth_info.factors = XALLOCAVEC (bool, max_depth + 1);
1894 memcpy (synth_info.factors, alt_synth_info.factors
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-math-opts.cc 1653 bool *factors; member in struct:pow_synth_sqrt_info
1662 as the factors a[i], the maximum 0.5 power and the number of
1674 memset (info->factors, 0, n * sizeof (bool));
1688 info->factors[i] = true;
1695 info->factors[i] = true;
1699 info->factors[i] = false;
1753 bool is_set = info->factors[i];
1846 synth_info.factors = XALLOCAVEC (bool, max_depth + 1);
1877 alt_synth_info.factors = XALLOCAVEC (bool, max_depth + 1);
1890 memcpy (synth_info.factors, alt_synth_info.factors
    [all...]

Completed in 52 milliseconds