Home
last modified time | relevance | path

Searched defs:factors (Results 1 – 25 of 1677) sorted by relevance

12345678910>>...68

/dports/math/gmp/gmp-6.2.1/demos/
H A Dfactorize.c41 struct factors struct
45 long nfactors; argument
48 void factor (mpz_t, struct factors *); argument
51 factor_init (struct factors *factors) in factor_init()
59 factor_clear (struct factors *factors) in factor_clear()
71 factor_insert (struct factors *factors, mpz_t prime) in factor_insert()
110 factor_insert_ui (struct factors *factors, unsigned long prime) in factor_insert_ui()
121 factor_using_division (mpz_t t, struct factors *factors) in factor_using_division()
188 struct factors factors; in mp_prime_p() local
366 factor (mpz_t t, struct factors *factors) in factor()
[all …]
/dports/math/gap/gap-4.11.0/extern/gmp/demos/
H A Dfactorize.c41 struct factors struct
45 long nfactors; argument
48 void factor (mpz_t, struct factors *); argument
51 factor_init (struct factors *factors) in factor_init()
59 factor_clear (struct factors *factors) in factor_clear()
71 factor_insert (struct factors *factors, mpz_t prime) in factor_insert()
110 factor_insert_ui (struct factors *factors, unsigned long prime) in factor_insert_ui()
121 factor_using_division (mpz_t t, struct factors *factors) in factor_using_division()
188 struct factors factors; in mp_prime_p() local
366 factor (mpz_t t, struct factors *factors) in factor()
[all …]
/dports/math/mingw32-libgmp/gmp-6.0.0/demos/
H A Dfactorize.c40 struct factors struct
44 long nfactors; argument
47 void factor (mpz_t, struct factors *); argument
50 factor_init (struct factors *factors) in factor_init()
58 factor_clear (struct factors *factors) in factor_clear()
70 factor_insert (struct factors *factors, mpz_t prime) in factor_insert()
109 factor_insert_ui (struct factors *factors, unsigned long prime) in factor_insert_ui()
120 factor_using_division (mpz_t t, struct factors *factors) in factor_using_division()
187 struct factors factors; in mp_prime_p() local
365 factor (mpz_t t, struct factors *factors) in factor()
[all …]
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/demos/
H A Dfactorize.c41 struct factors struct
45 long nfactors; argument
48 void factor (mpz_t, struct factors *); argument
51 factor_init (struct factors *factors) in factor_init()
59 factor_clear (struct factors *factors) in factor_clear()
71 factor_insert (struct factors *factors, mpz_t prime) in factor_insert()
110 factor_insert_ui (struct factors *factors, unsigned long prime) in factor_insert_ui()
121 factor_using_division (mpz_t t, struct factors *factors) in factor_using_division()
188 struct factors factors; in mp_prime_p() local
366 factor (mpz_t t, struct factors *factors) in factor()
[all …]
/dports/security/helib/HElib-1.3.1/misc/algen/
H A Dnumth.py104 def phi(factors): argument
129 def calcDivisor(factors): argument
150 def divisorsFactors(factors): argument
185 def divisors(factors): argument
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageGrid/test/
H A DitkBinShrinkImageFilterTest1.cxx102 unsigned int factors[2] = { 1, 1 }; in itkBinShrinkImageFilterTest1() local
128 unsigned int factors[2] = { 2, 1 }; in itkBinShrinkImageFilterTest1() local
154 unsigned int factors[2] = { 2, 2 }; in itkBinShrinkImageFilterTest1() local
180 unsigned int factors[2] = { 5, 2 }; in itkBinShrinkImageFilterTest1() local
224 unsigned int factors[2] = { 2, 1 }; in itkBinShrinkImageFilterTest1() local
250 unsigned int factors[2] = { 3, 1 }; in itkBinShrinkImageFilterTest1() local
280 unsigned int factors[2] = { 1, shrink }; in itkBinShrinkImageFilterTest1() local
/dports/www/mod_webauth/webauth-4.7.0/lib/
H A Dfactors.c33 apr_array_header_t *factors; /* Array of char * factor codes. */ member
42 maybe_synthesize_multifactor(struct webauth_factors *factors) in maybe_synthesize_multifactor()
84 const struct webauth_factors *factors) in factors_copy()
105 factors_satisfies(const struct webauth_factors *factors, const char *factor) in factors_satisfies()
129 const struct webauth_factors *factors) in webauth_factors_array()
145 const struct webauth_factors *factors, in webauth_factors_contains()
169 const apr_array_header_t *factors) in webauth_factors_new()
203 struct webauth_factors *factors; in webauth_factors_parse() local
302 const struct webauth_factors *factors) in webauth_factors_string()
/dports/math/py-libpoly/libpoly-0.1.11/src/polynomial/
H A Dfactorization.c43 void coefficient_factors_destruct(coefficient_factors_t* factors) { in coefficient_factors_destruct()
54 void coefficient_factors_add(const lp_polynomial_context_t* ctx, coefficient_factors_t* factors, co… in coefficient_factors_add()
66 …ficient_factors_print(const lp_polynomial_context_t* ctx, const coefficient_factors_t* factors, FI… in coefficient_factors_print()
127 …ee_pp(const lp_polynomial_context_t* ctx, const coefficient_t* C, coefficient_factors_t* factors) { in coefficient_factor_square_free_pp()
242 …ecial(const lp_polynomial_context_t* ctx, const coefficient_t* C, coefficient_factors_t* factors) { in coefficient_factor_square_free_special()
263 …_free(const lp_polynomial_context_t* ctx, const coefficient_t* C, coefficient_factors_t* factors) { in coefficient_factor_square_free()
308 …free(const lp_polynomial_context_t* ctx, const coefficient_t* C, coefficient_factors_t* factors) { in coefficient_factor_content_free()
/dports/math/libpoly/libpoly-0.1.11/src/polynomial/
H A Dfactorization.c43 void coefficient_factors_destruct(coefficient_factors_t* factors) { in coefficient_factors_destruct()
54 void coefficient_factors_add(const lp_polynomial_context_t* ctx, coefficient_factors_t* factors, co… in coefficient_factors_add()
66 …ficient_factors_print(const lp_polynomial_context_t* ctx, const coefficient_factors_t* factors, FI… in coefficient_factors_print()
127 …ee_pp(const lp_polynomial_context_t* ctx, const coefficient_t* C, coefficient_factors_t* factors) { in coefficient_factor_square_free_pp()
242 …ecial(const lp_polynomial_context_t* ctx, const coefficient_t* C, coefficient_factors_t* factors) { in coefficient_factor_square_free_special()
263 …_free(const lp_polynomial_context_t* ctx, const coefficient_t* C, coefficient_factors_t* factors) { in coefficient_factor_square_free()
308 …free(const lp_polynomial_context_t* ctx, const coefficient_t* C, coefficient_factors_t* factors) { in coefficient_factor_content_free()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/arc/
H A Dpr9000674901.c36 struct factors { in _find_factors() struct
37 const uint8_t level; in _find_factors()
38 const uint8_t div, sub; in _find_factors()
40 static struct factors factors[] = { in _find_factors() local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/arc/
H A Dpr9000674901.c36 struct factors { in _find_factors() struct
37 const uint8_t level; in _find_factors()
38 const uint8_t div, sub; in _find_factors()
40 static struct factors factors[] = { in _find_factors() local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/arc/
H A Dpr9000674901.c36 struct factors { in _find_factors() struct
37 const uint8_t level; in _find_factors()
38 const uint8_t div, sub; in _find_factors()
40 static struct factors factors[] = { in _find_factors() local
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/arc/
H A Dpr9000674901.c36 struct factors { in _find_factors() struct
37 const uint8_t level; in _find_factors()
38 const uint8_t div, sub; in _find_factors()
40 static struct factors factors[] = { in _find_factors() local
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.target/arc/
H A Dpr9000674901.c36 struct factors { in _find_factors() struct
37 const uint8_t level; in _find_factors()
38 const uint8_t div, sub; in _find_factors()
40 static struct factors factors[] = { in _find_factors() local
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/arc/
H A Dpr9000674901.c36 struct factors { in _find_factors() struct
37 const uint8_t level; in _find_factors()
38 const uint8_t div, sub; in _find_factors()
40 static struct factors factors[] = { in _find_factors() local
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/arc/
H A Dpr9000674901.c36 struct factors { in _find_factors() struct
37 const uint8_t level; in _find_factors()
38 const uint8_t div, sub; in _find_factors()
40 static struct factors factors[] = { in _find_factors() local
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/arc/
H A Dpr9000674901.c36 struct factors { in _find_factors() struct
37 const uint8_t level; in _find_factors()
38 const uint8_t div, sub; in _find_factors()
40 static struct factors factors[] = { in _find_factors() local
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/arc/
H A Dpr9000674901.c36 struct factors { in _find_factors() struct
37 const uint8_t level; in _find_factors()
38 const uint8_t div, sub; in _find_factors()
40 static struct factors factors[] = { in _find_factors() local
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.target/arc/
H A Dpr9000674901.c36 struct factors { in _find_factors() struct
37 const uint8_t level; in _find_factors()
38 const uint8_t div, sub; in _find_factors()
40 static struct factors factors[] = { in _find_factors() local
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/arc/
H A Dpr9000674901.c36 struct factors { in _find_factors() struct
37 const uint8_t level; in _find_factors()
38 const uint8_t div, sub; in _find_factors()
40 static struct factors factors[] = { in _find_factors() local
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/arc/
H A Dpr9000674901.c36 struct factors { in _find_factors() struct
37 const uint8_t level; in _find_factors()
38 const uint8_t div, sub; in _find_factors()
40 static struct factors factors[] = { in _find_factors() local
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.target/arc/
H A Dpr9000674901.c36 struct factors { in _find_factors() struct
37 const uint8_t level; in _find_factors()
38 const uint8_t div, sub; in _find_factors()
40 static struct factors factors[] = { in _find_factors() local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/arc/
H A Dpr9000674901.c36 struct factors { in _find_factors() struct
37 const uint8_t level; in _find_factors()
38 const uint8_t div, sub; in _find_factors()
40 static struct factors factors[] = { in _find_factors() local
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.target/arc/
H A Dpr9000674901.c36 struct factors { in _find_factors() struct
37 const uint8_t level; in _find_factors()
38 const uint8_t div, sub; in _find_factors()
40 static struct factors factors[] = { in _find_factors() local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/arc/
H A Dpr9000674901.c36 struct factors { in _find_factors() struct
37 const uint8_t level; in _find_factors()
38 const uint8_t div, sub; in _find_factors()
40 static struct factors factors[] = { in _find_factors() local

12345678910>>...68