Home
last modified time | relevance | path

Searched refs:comb (Results 1 – 25 of 3006) sorted by relevance

12345678910>>...121

/dports/security/hashcat/hashcat-6.2.5/OpenCL/
H A Damp_a1.cl21 pw_t comb = combs_buf[0];
37 pw.i[ 0] |= comb.i[ 0];
38 pw.i[ 1] |= comb.i[ 1];
39 pw.i[ 2] |= comb.i[ 2];
40 pw.i[ 3] |= comb.i[ 3];
41 pw.i[ 4] |= comb.i[ 4];
42 pw.i[ 5] |= comb.i[ 5];
43 pw.i[ 6] |= comb.i[ 6];
44 pw.i[ 7] |= comb.i[ 7];
45 pw.i[ 8] |= comb.i[ 8];
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-affine.c101 comb->elts[j].val = comb->elts[i].val; in aff_combination_scale()
113 comb->elts[comb->n].coef = scale; in aff_combination_scale()
114 comb->elts[comb->n].val = comb->rest; in aff_combination_scale()
150 comb->elts[i] = comb->elts[comb->n]; in aff_combination_add_elt()
156 comb->elts[comb->n].val = comb->rest; in aff_combination_add_elt()
164 comb->elts[comb->n].coef = scale; in aff_combination_add_elt()
165 comb->elts[comb->n].val = elt; in aff_combination_add_elt()
232 comb->offset = double_int_ext_for_comb (comb->offset, comb); in aff_combination_convert()
247 comb->elts[comb->n].val = comb->rest; in aff_combination_convert()
487 comb->elts[m] = comb->elts[comb->n]; in aff_combination_remove_elt()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-affine.c94 comb->offset = wide_int_ext_for_comb (scale * comb->offset, comb); in aff_combination_scale()
116 comb->elts[comb->n].coef = scale; in aff_combination_scale()
117 comb->elts[comb->n].val = comb->rest; in aff_combination_scale()
151 comb->elts[i] = comb->elts[comb->n]; in aff_combination_add_elt()
156 comb->elts[comb->n].coef = 1; in aff_combination_add_elt()
157 comb->elts[comb->n].val = comb->rest; in aff_combination_add_elt()
166 comb->elts[comb->n].val = elt; in aff_combination_add_elt()
233 comb->offset = wide_int_ext_for_comb (comb->offset, comb); in aff_combination_convert()
247 comb->elts[comb->n].val = comb->rest; in aff_combination_convert()
511 comb->elts[m] = comb->elts[comb->n]; in aff_combination_remove_elt()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-affine.c125 comb->elts[comb->n].coef = scale; in aff_combination_scale()
126 comb->elts[comb->n].val = comb->rest; in aff_combination_scale()
160 comb->elts[i] = comb->elts[comb->n]; in aff_combination_add_elt()
165 comb->elts[comb->n].coef = 1; in aff_combination_add_elt()
166 comb->elts[comb->n].val = comb->rest; in aff_combination_add_elt()
175 comb->elts[comb->n].val = elt; in aff_combination_add_elt()
242 comb->offset = wide_int_ext_for_comb (comb->offset, comb->type); in aff_combination_convert()
255 comb->elts[comb->n].coef = 1; in aff_combination_convert()
256 comb->elts[comb->n].val = comb->rest; in aff_combination_convert()
556 comb->elts[m] = comb->elts[comb->n]; in aff_combination_remove_elt()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-affine.c125 comb->elts[comb->n].coef = scale; in aff_combination_scale()
126 comb->elts[comb->n].val = comb->rest; in aff_combination_scale()
160 comb->elts[i] = comb->elts[comb->n]; in aff_combination_add_elt()
165 comb->elts[comb->n].coef = 1; in aff_combination_add_elt()
166 comb->elts[comb->n].val = comb->rest; in aff_combination_add_elt()
175 comb->elts[comb->n].val = elt; in aff_combination_add_elt()
242 comb->offset = wide_int_ext_for_comb (comb->offset, comb->type); in aff_combination_convert()
255 comb->elts[comb->n].coef = 1; in aff_combination_convert()
256 comb->elts[comb->n].val = comb->rest; in aff_combination_convert()
556 comb->elts[m] = comb->elts[comb->n]; in aff_combination_remove_elt()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-affine.c125 comb->elts[comb->n].coef = scale; in aff_combination_scale()
126 comb->elts[comb->n].val = comb->rest; in aff_combination_scale()
160 comb->elts[i] = comb->elts[comb->n]; in aff_combination_add_elt()
165 comb->elts[comb->n].coef = 1; in aff_combination_add_elt()
166 comb->elts[comb->n].val = comb->rest; in aff_combination_add_elt()
175 comb->elts[comb->n].val = elt; in aff_combination_add_elt()
242 comb->offset = wide_int_ext_for_comb (comb->offset, comb->type); in aff_combination_convert()
255 comb->elts[comb->n].coef = 1; in aff_combination_convert()
256 comb->elts[comb->n].val = comb->rest; in aff_combination_convert()
556 comb->elts[m] = comb->elts[comb->n]; in aff_combination_remove_elt()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-affine.c125 comb->elts[comb->n].coef = scale; in aff_combination_scale()
126 comb->elts[comb->n].val = comb->rest; in aff_combination_scale()
160 comb->elts[i] = comb->elts[comb->n]; in aff_combination_add_elt()
165 comb->elts[comb->n].coef = 1; in aff_combination_add_elt()
166 comb->elts[comb->n].val = comb->rest; in aff_combination_add_elt()
175 comb->elts[comb->n].val = elt; in aff_combination_add_elt()
242 comb->offset = wide_int_ext_for_comb (comb->offset, comb->type); in aff_combination_convert()
255 comb->elts[comb->n].coef = 1; in aff_combination_convert()
256 comb->elts[comb->n].val = comb->rest; in aff_combination_convert()
556 comb->elts[m] = comb->elts[comb->n]; in aff_combination_remove_elt()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-affine.c125 comb->elts[comb->n].coef = scale; in aff_combination_scale()
126 comb->elts[comb->n].val = comb->rest; in aff_combination_scale()
160 comb->elts[i] = comb->elts[comb->n]; in aff_combination_add_elt()
165 comb->elts[comb->n].coef = 1; in aff_combination_add_elt()
166 comb->elts[comb->n].val = comb->rest; in aff_combination_add_elt()
175 comb->elts[comb->n].val = elt; in aff_combination_add_elt()
242 comb->offset = wide_int_ext_for_comb (comb->offset, comb->type); in aff_combination_convert()
255 comb->elts[comb->n].coef = 1; in aff_combination_convert()
256 comb->elts[comb->n].val = comb->rest; in aff_combination_convert()
556 comb->elts[m] = comb->elts[comb->n]; in aff_combination_remove_elt()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-affine.c125 comb->elts[comb->n].coef = scale; in aff_combination_scale()
126 comb->elts[comb->n].val = comb->rest; in aff_combination_scale()
160 comb->elts[i] = comb->elts[comb->n]; in aff_combination_add_elt()
165 comb->elts[comb->n].coef = 1; in aff_combination_add_elt()
166 comb->elts[comb->n].val = comb->rest; in aff_combination_add_elt()
175 comb->elts[comb->n].val = elt; in aff_combination_add_elt()
242 comb->offset = wide_int_ext_for_comb (comb->offset, comb->type); in aff_combination_convert()
255 comb->elts[comb->n].coef = 1; in aff_combination_convert()
256 comb->elts[comb->n].val = comb->rest; in aff_combination_convert()
556 comb->elts[m] = comb->elts[comb->n]; in aff_combination_remove_elt()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-affine.c94 comb->offset = wide_int_ext_for_comb (scale * comb->offset, comb); in aff_combination_scale()
116 comb->elts[comb->n].coef = scale; in aff_combination_scale()
117 comb->elts[comb->n].val = comb->rest; in aff_combination_scale()
151 comb->elts[i] = comb->elts[comb->n]; in aff_combination_add_elt()
156 comb->elts[comb->n].coef = 1; in aff_combination_add_elt()
157 comb->elts[comb->n].val = comb->rest; in aff_combination_add_elt()
166 comb->elts[comb->n].val = elt; in aff_combination_add_elt()
233 comb->offset = wide_int_ext_for_comb (comb->offset, comb); in aff_combination_convert()
247 comb->elts[comb->n].val = comb->rest; in aff_combination_convert()
511 comb->elts[m] = comb->elts[comb->n]; in aff_combination_remove_elt()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-affine.c101 comb->elts[j].val = comb->elts[i].val; in aff_combination_scale()
113 comb->elts[comb->n].coef = scale; in aff_combination_scale()
114 comb->elts[comb->n].val = comb->rest; in aff_combination_scale()
150 comb->elts[i] = comb->elts[comb->n]; in aff_combination_add_elt()
156 comb->elts[comb->n].val = comb->rest; in aff_combination_add_elt()
164 comb->elts[comb->n].coef = scale; in aff_combination_add_elt()
165 comb->elts[comb->n].val = elt; in aff_combination_add_elt()
232 comb->offset = double_int_ext_for_comb (comb->offset, comb); in aff_combination_convert()
247 comb->elts[comb->n].val = comb->rest; in aff_combination_convert()
487 comb->elts[m] = comb->elts[comb->n]; in aff_combination_remove_elt()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-affine.c109 comb->elts[j].val = comb->elts[i].val; in aff_combination_scale()
121 comb->elts[comb->n].coef = scale; in aff_combination_scale()
122 comb->elts[comb->n].val = comb->rest; in aff_combination_scale()
158 comb->elts[i] = comb->elts[comb->n]; in aff_combination_add_elt()
164 comb->elts[comb->n].val = comb->rest; in aff_combination_add_elt()
172 comb->elts[comb->n].coef = scale; in aff_combination_add_elt()
173 comb->elts[comb->n].val = elt; in aff_combination_add_elt()
240 comb->offset = double_int_ext_for_comb (comb->offset, comb); in aff_combination_convert()
255 comb->elts[comb->n].val = comb->rest; in aff_combination_convert()
513 comb->elts[m] = comb->elts[comb->n]; in aff_combination_remove_elt()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-affine.c125 comb->elts[comb->n].coef = scale; in aff_combination_scale()
126 comb->elts[comb->n].val = comb->rest; in aff_combination_scale()
160 comb->elts[i] = comb->elts[comb->n]; in aff_combination_add_elt()
165 comb->elts[comb->n].coef = 1; in aff_combination_add_elt()
166 comb->elts[comb->n].val = comb->rest; in aff_combination_add_elt()
175 comb->elts[comb->n].val = elt; in aff_combination_add_elt()
242 comb->offset = wide_int_ext_for_comb (comb->offset, comb->type); in aff_combination_convert()
255 comb->elts[comb->n].coef = 1; in aff_combination_convert()
256 comb->elts[comb->n].val = comb->rest; in aff_combination_convert()
537 comb->elts[m] = comb->elts[comb->n]; in aff_combination_remove_elt()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-affine.c125 comb->elts[comb->n].coef = scale; in aff_combination_scale()
126 comb->elts[comb->n].val = comb->rest; in aff_combination_scale()
160 comb->elts[i] = comb->elts[comb->n]; in aff_combination_add_elt()
165 comb->elts[comb->n].coef = 1; in aff_combination_add_elt()
166 comb->elts[comb->n].val = comb->rest; in aff_combination_add_elt()
175 comb->elts[comb->n].val = elt; in aff_combination_add_elt()
242 comb->offset = wide_int_ext_for_comb (comb->offset, comb->type); in aff_combination_convert()
255 comb->elts[comb->n].coef = 1; in aff_combination_convert()
256 comb->elts[comb->n].val = comb->rest; in aff_combination_convert()
537 comb->elts[m] = comb->elts[comb->n]; in aff_combination_remove_elt()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-affine.c125 comb->elts[comb->n].coef = scale; in aff_combination_scale()
126 comb->elts[comb->n].val = comb->rest; in aff_combination_scale()
160 comb->elts[i] = comb->elts[comb->n]; in aff_combination_add_elt()
165 comb->elts[comb->n].coef = 1; in aff_combination_add_elt()
166 comb->elts[comb->n].val = comb->rest; in aff_combination_add_elt()
175 comb->elts[comb->n].val = elt; in aff_combination_add_elt()
242 comb->offset = wide_int_ext_for_comb (comb->offset, comb->type); in aff_combination_convert()
255 comb->elts[comb->n].coef = 1; in aff_combination_convert()
256 comb->elts[comb->n].val = comb->rest; in aff_combination_convert()
537 comb->elts[m] = comb->elts[comb->n]; in aff_combination_remove_elt()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-affine.c126 comb->elts[comb->n].coef = scale; in aff_combination_scale()
127 comb->elts[comb->n].val = comb->rest; in aff_combination_scale()
161 comb->elts[i] = comb->elts[comb->n]; in aff_combination_add_elt()
166 comb->elts[comb->n].coef = 1; in aff_combination_add_elt()
167 comb->elts[comb->n].val = comb->rest; in aff_combination_add_elt()
176 comb->elts[comb->n].val = elt; in aff_combination_add_elt()
243 comb->offset = wide_int_ext_for_comb (comb->offset, comb->type); in aff_combination_convert()
256 comb->elts[comb->n].coef = 1; in aff_combination_convert()
257 comb->elts[comb->n].val = comb->rest; in aff_combination_convert()
593 comb->elts[m] = comb->elts[comb->n]; in aff_combination_remove_elt()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-affine.c125 comb->elts[comb->n].coef = scale; in aff_combination_scale()
126 comb->elts[comb->n].val = comb->rest; in aff_combination_scale()
160 comb->elts[i] = comb->elts[comb->n]; in aff_combination_add_elt()
165 comb->elts[comb->n].coef = 1; in aff_combination_add_elt()
166 comb->elts[comb->n].val = comb->rest; in aff_combination_add_elt()
175 comb->elts[comb->n].val = elt; in aff_combination_add_elt()
242 comb->offset = wide_int_ext_for_comb (comb->offset, comb->type); in aff_combination_convert()
255 comb->elts[comb->n].coef = 1; in aff_combination_convert()
256 comb->elts[comb->n].val = comb->rest; in aff_combination_convert()
588 comb->elts[m] = comb->elts[comb->n]; in aff_combination_remove_elt()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-affine.c125 comb->elts[comb->n].coef = scale; in aff_combination_scale()
126 comb->elts[comb->n].val = comb->rest; in aff_combination_scale()
160 comb->elts[i] = comb->elts[comb->n]; in aff_combination_add_elt()
165 comb->elts[comb->n].coef = 1; in aff_combination_add_elt()
166 comb->elts[comb->n].val = comb->rest; in aff_combination_add_elt()
175 comb->elts[comb->n].val = elt; in aff_combination_add_elt()
242 comb->offset = wide_int_ext_for_comb (comb->offset, comb->type); in aff_combination_convert()
255 comb->elts[comb->n].coef = 1; in aff_combination_convert()
256 comb->elts[comb->n].val = comb->rest; in aff_combination_convert()
584 comb->elts[m] = comb->elts[comb->n]; in aff_combination_remove_elt()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-affine.c125 comb->elts[comb->n].coef = scale; in aff_combination_scale()
126 comb->elts[comb->n].val = comb->rest; in aff_combination_scale()
160 comb->elts[i] = comb->elts[comb->n]; in aff_combination_add_elt()
165 comb->elts[comb->n].coef = 1; in aff_combination_add_elt()
166 comb->elts[comb->n].val = comb->rest; in aff_combination_add_elt()
175 comb->elts[comb->n].val = elt; in aff_combination_add_elt()
242 comb->offset = wide_int_ext_for_comb (comb->offset, comb->type); in aff_combination_convert()
255 comb->elts[comb->n].coef = 1; in aff_combination_convert()
256 comb->elts[comb->n].val = comb->rest; in aff_combination_convert()
588 comb->elts[m] = comb->elts[comb->n]; in aff_combination_remove_elt()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-affine.c125 comb->elts[comb->n].coef = scale; in aff_combination_scale()
126 comb->elts[comb->n].val = comb->rest; in aff_combination_scale()
160 comb->elts[i] = comb->elts[comb->n]; in aff_combination_add_elt()
165 comb->elts[comb->n].coef = 1; in aff_combination_add_elt()
166 comb->elts[comb->n].val = comb->rest; in aff_combination_add_elt()
175 comb->elts[comb->n].val = elt; in aff_combination_add_elt()
242 comb->offset = wide_int_ext_for_comb (comb->offset, comb->type); in aff_combination_convert()
255 comb->elts[comb->n].coef = 1; in aff_combination_convert()
256 comb->elts[comb->n].val = comb->rest; in aff_combination_convert()
584 comb->elts[m] = comb->elts[comb->n]; in aff_combination_remove_elt()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-affine.c125 comb->elts[comb->n].coef = scale; in aff_combination_scale()
126 comb->elts[comb->n].val = comb->rest; in aff_combination_scale()
160 comb->elts[i] = comb->elts[comb->n]; in aff_combination_add_elt()
165 comb->elts[comb->n].coef = 1; in aff_combination_add_elt()
166 comb->elts[comb->n].val = comb->rest; in aff_combination_add_elt()
175 comb->elts[comb->n].val = elt; in aff_combination_add_elt()
242 comb->offset = wide_int_ext_for_comb (comb->offset, comb->type); in aff_combination_convert()
255 comb->elts[comb->n].coef = 1; in aff_combination_convert()
256 comb->elts[comb->n].val = comb->rest; in aff_combination_convert()
588 comb->elts[m] = comb->elts[comb->n]; in aff_combination_remove_elt()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-affine.c125 comb->elts[comb->n].coef = scale; in dissect_server_exchange()
126 comb->elts[comb->n].val = comb->rest; in dissect_server_exchange()
160 comb->elts[i] = comb->elts[comb->n]; in mark_pmproxy_exchange_complete()
165 comb->elts[comb->n].coef = 1; in mark_pmproxy_exchange_complete()
166 comb->elts[comb->n].val = comb->rest; in mark_pmproxy_exchange_complete()
175 comb->elts[comb->n].val = elt; in mark_pmproxy_exchange_complete()
242 comb->offset = wide_int_ext_for_comb (comb->offset, comb->type);
255 comb->elts[comb->n].coef = 1;
256 comb->elts[comb->n].val = comb->rest;
584 comb->elts[m] = comb->elts[comb->n];
[all …]
/dports/science/erkale-pseudopotentials/erkale-870e772f09631b3dbdd99a18e4f3d4786d684a01/src/emd/
H A Dspherical_expansion.cpp123 ret.comb[i].c=conj(ret.comb[i].c)*pow(-1.0,ret.comb[i].m); in conjugate()
137 printf("\t%i\t%i\t(%e, %e)\n",comb[i].l,comb[i].m,comb[i].c.real(),comb[i].c.imag()); in print()
152 if( (comb[j].l>comb[i].l) || (comb[j].l==comb[i].l && comb[j].m>comb[i].m) ) { in sort()
155 comb[j]=comb[i]; in sort()
186 ret.addylm(rhs.comb[i].l,rhs.comb[i].m,rhs.comb[i].c); in operator +()
193 addylm(rhs.comb[i].l,rhs.comb[i].m,rhs.comb[i].c); in operator +=()
208 ret.addylm(rhs.comb[i].l,rhs.comb[i].m,-rhs.comb[i].c); in operator -()
216 addylm(rhs.comb[i].l,rhs.comb[i].m,-rhs.comb[i].c); in operator -=()
227 newcomb.comb.reserve(comb.size()+rhs.comb.size()); in operator *()
254 c=comb[i].c*rhs.comb[j].c; in operator *()
[all …]
/dports/science/erkale/erkale-8297aefe5aac9dbbb291e04c07661f3cff94a99a/src/emd/
H A Dspherical_expansion.cpp123 ret.comb[i].c=conj(ret.comb[i].c)*pow(-1.0,ret.comb[i].m); in conjugate()
137 printf("\t%i\t%i\t(%e, %e)\n",comb[i].l,comb[i].m,comb[i].c.real(),comb[i].c.imag()); in print()
152 if( (comb[j].l>comb[i].l) || (comb[j].l==comb[i].l && comb[j].m>comb[i].m) ) { in sort()
155 comb[j]=comb[i]; in sort()
186 ret.addylm(rhs.comb[i].l,rhs.comb[i].m,rhs.comb[i].c); in operator +()
193 addylm(rhs.comb[i].l,rhs.comb[i].m,rhs.comb[i].c); in operator +=()
208 ret.addylm(rhs.comb[i].l,rhs.comb[i].m,-rhs.comb[i].c); in operator -()
216 addylm(rhs.comb[i].l,rhs.comb[i].m,-rhs.comb[i].c); in operator -=()
227 newcomb.comb.reserve(comb.size()+rhs.comb.size()); in operator *()
254 c=comb[i].c*rhs.comb[j].c; in operator *()
[all …]
/dports/math/e-antic/flint2-ae7ec89/fmpz/
H A Dcomb_init.c52 comb->n = n; in fmpz_comb_init()
64 comb->comb = (fmpz **) flint_malloc(n * sizeof(fmpz *)); in fmpz_comb_init()
73 comb->comb[i] = _fmpz_vec_init(j); in fmpz_comb_init()
81 fmpz_set_ui(comb->comb[0] + j, primes[i]); in fmpz_comb_init()
82 fmpz_mul_ui(comb->comb[0] + j, comb->comb[0] + j, primes[i+1]); in fmpz_comb_init()
88 fmpz_set_ui(comb->comb[0] + j, primes[i]); in fmpz_comb_init()
97 fmpz_one(comb->comb[0] + j); in fmpz_comb_init()
107 fmpz_mul(comb->comb[log_comb] + j, comb->comb[log_comb-1] + i, in fmpz_comb_init()
108 comb->comb[log_comb-1] + i + 1); in fmpz_comb_init()
137 fmpz_invmod(comb->res[log_res] + j, comb->comb[log_res-1] + i, in fmpz_comb_init()
[all …]

12345678910>>...121