Searched defs:dnl (Results 276 - 300 of 404) sorted by relevance

<<11121314151617

/haiku-buildtools/gcc/gmp/mpn/x86/pentium4/sse2/
H A Dadd_n.asm3 dnl Copyright 2001, 2002 Free Software Foundation, Inc. label
4 dnl label
5 dnl This file is part of the GNU MP Library. label
6 dnl label
7 dnl The GNU MP Library is free software; you can redistribute it and/or label
8 dnl modify it under the terms of the GNU Lesser General Public License as label
9 dnl published by the Free Software Foundation; either version 3 of the label
10 dnl License, or (at your option) any later version. label
11 dnl label
1 dnl Intel Pentium-4 mpn_add_n -- mpn addition. label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, label
13 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of label
14 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU label
15 dnl Lesser General Public License for more details. label
16 dnl label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
41 dnl re-use parameter space label
[all...]
H A Daddlsh1_n.asm3 dnl Copyright 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. label
4 dnl label
5 dnl This file is part of the GNU MP Library. label
6 dnl label
7 dnl The GNU MP Library is free software; you can redistribute it and/or label
8 dnl modify it under the terms of the GNU Lesser General Public License as label
9 dnl published by the Free Software Foundation; either version 3 of the label
10 dnl License, or (at your option) any later version. label
11 dnl label
1 dnl Intel Pentium-4 mpn_addlsh1_n -- mpn x+2*y. label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, label
13 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of label
14 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU label
15 dnl Lesser General Public License for more details. label
16 dnl label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
45 dnl re-use parameter space label
[all...]
H A Daddmul_1.asm3 dnl Copyright 2005, 2007 Free Software Foundation, Inc. label
4 dnl label
5 dnl This file is part of the GNU MP Library. label
6 dnl label
7 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
8 dnl it under the terms of the GNU Lesser General Public License as published label
9 dnl by the Free Software Foundation; either version 3 of the License, or (at label
10 dnl your option) any later version. label
11 dnl label
1 dnl mpn_addmul_1 for Pentium 4 and P6 models with SSE2 (i.e., 9,D,E,F). label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, but label
13 dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY label
14 dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public label
15 dnl License for more details. label
16 dnl label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
[all...]
H A Ddive_1.asm3 dnl Copyright 2001, 2002, 2007 Free Software Foundation, Inc. label
4 dnl label
5 dnl This file is part of the GNU MP Library. label
6 dnl label
7 dnl The GNU MP Library is free software; you can redistribute it and/or label
8 dnl modify it under the terms of the GNU Lesser General Public License as label
9 dnl published by the Free Software Foundation; either version 3 of the label
10 dnl License, or (at your option) any later version. label
11 dnl label
1 dnl Intel Pentium-4 mpn_divexact_1 -- mpn by limb exact division. label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, label
13 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of label
14 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU label
15 dnl Lesser General Public License for more details. label
16 dnl label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
[all...]
H A Ddivrem_1.asm3 dnl Copyright 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, label
4 dnl Inc. label
5 dnl label
6 dnl This file is part of the GNU MP Library. label
7 dnl label
8 dnl The GNU MP Library is free software; you can redistribute it and/or label
9 dnl modify it under the terms of the GNU Lesser General Public License as label
10 dnl published by the Free Software Foundation; either version 3 of the label
11 dnl Licens label
1 dnl Intel Pentium-4 mpn_divrem_1 -- mpn by limb division. label
12 dnl label
13 dnl The GNU MP Library is distributed in the hope that it will be useful, label
14 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of label
15 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU label
16 dnl Lesser General Public License for more details. label
17 dnl label
18 dnl You should have received a copy of the GNU Lesser General Public License label
19 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
83 dnl MUL_THRESHOLD is the value of xsize+size at which the multiply by label
84 dnl inverse method is used, rather than plain "divl"s. Minimum value 1. label
85 dnl label
86 dnl The inverse takes about 80-90 cycles to calculate, but after that the label
87 dnl multiply is 32 c/l versus division at about 58 c/l. label
88 dnl label
89 dnl At 4 limbs the div is a touch faster than the mul (and of course label
90 dnl simpler), so start the mul from 5 limbs. label
104 dnl re-use parameter space label
[all...]
H A Dmod_1_4.asm3 dnl Contributed to the GNU project by Torbjorn Granlund. label
5 dnl Copyright 2009 Free Software Foundation, Inc. label
6 dnl label
7 dnl This file is part of the GNU MP Library. label
8 dnl label
9 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
10 dnl it under the terms of the GNU Lesser General Public License as published label
11 dnl by the Free Software Foundation; either version 3 of the License, or (at label
12 dnl you label
1 dnl mpn_mod_1_4 for Pentium 4 and P6 models with SSE2 (i.e., 9,D,E,F). label
13 dnl label
14 dnl The GNU MP Library is distributed in the hope that it will be useful, but label
15 dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY label
16 dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public label
17 dnl License for more details. label
18 dnl label
19 dnl You should have received a copy of the GNU Lesser General Public License label
20 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
[all...]
H A Dmod_34lsub1.asm3 dnl Copyright 2000, 2001, 2002, 2003 Free Software Foundation, Inc. label
4 dnl label
5 dnl This file is part of the GNU MP Library. label
6 dnl label
7 dnl The GNU MP Library is free software; you can redistribute it and/or label
8 dnl modify it under the terms of the GNU Lesser General Public License as label
9 dnl published by the Free Software Foundation; either version 3 of the label
10 dnl License, or (at your option) any later version. label
11 dnl label
1 dnl Intel Pentium 4 mpn_mod_34lsub1 -- remainder modulo 2^24-1. label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, label
13 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of label
14 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU label
15 dnl Lesser General Public License for more details. label
16 dnl label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
37 dnl re-use parameter space label
[all...]
H A Dmode1o.asm3 dnl Copyright 2001, 2002, 2007 Free Software Foundation, Inc. label
4 dnl label
5 dnl This file is part of the GNU MP Library. label
6 dnl label
7 dnl The GNU MP Library is free software; you can redistribute it and/or label
8 dnl modify it under the terms of the GNU Lesser General Public License as label
9 dnl published by the Free Software Foundation; either version 3 of the label
10 dnl License, or (at your option) any later version. label
11 dnl label
1 dnl Intel Pentium-4 mpn_modexact_1_odd -- mpn by limb exact remainder. label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, label
13 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of label
14 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU label
15 dnl Lesser General Public License for more details. label
16 dnl label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
[all...]
H A Dmul_1.asm3 dnl Copyright 2005, 2007 Free Software Foundation, Inc. label
4 dnl label
5 dnl This file is part of the GNU MP Library. label
6 dnl label
7 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
8 dnl it under the terms of the GNU Lesser General Public License as published label
9 dnl by the Free Software Foundation; either version 3 of the License, or (at label
10 dnl your option) any later version. label
11 dnl label
1 dnl mpn_mul_1 for Pentium 4 and P6 models with SSE2 (i.e., 9,D,E,F). label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, but label
13 dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY label
14 dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public label
15 dnl License for more details. label
16 dnl label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
[all...]
H A Dmul_basecase.asm3 dnl Copyright 2001, 2002, 2005, 2007 Free Software Foundation, Inc. label
4 dnl label
5 dnl This file is part of the GNU MP Library. label
6 dnl label
7 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
8 dnl it under the terms of the GNU Lesser General Public License as published label
9 dnl by the Free Software Foundation; either version 3 of the License, or (at label
10 dnl your option) any later version. label
11 dnl label
1 dnl mpn_mul_basecase for Pentium 4 and P6 models with SSE2 (i.e., 9,D,E,F). label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, but label
13 dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY label
14 dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public label
15 dnl License for more details. label
16 dnl label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
[all...]
H A Drsh1add_n.asm3 dnl Copyright 2001, 2002, 2003, 2004 Free Software Foundation, Inc. label
4 dnl label
5 dnl This file is part of the GNU MP Library. label
6 dnl label
7 dnl The GNU MP Library is free software; you can redistribute it and/or label
8 dnl modify it under the terms of the GNU Lesser General Public License as label
9 dnl published by the Free Software Foundation; either version 3 of the label
10 dnl License, or (at your option) any later version. label
11 dnl label
1 dnl Intel Pentium-4 mpn_rsh1add_n -- mpn (x+y)/2 label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, label
13 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of label
14 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU label
15 dnl Lesser General Public License for more details. label
16 dnl label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
46 dnl re-use parameter space label
[all...]
H A Dsqr_basecase.asm3 dnl Copyright 2001, 2002, 2007 Free Software Foundation, Inc. label
4 dnl label
5 dnl This file is part of the GNU MP Library. label
6 dnl label
7 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
8 dnl it under the terms of the GNU Lesser General Public License as published label
9 dnl by the Free Software Foundation; either version 3 of the License, or (at label
10 dnl your option) any later version. label
11 dnl label
1 dnl mpn_sqr_basecase for Pentium 4 and P6 models with SSE2 (i.e., 9,D,E,F). label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, but label
13 dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY label
14 dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public label
15 dnl License for more details. label
16 dnl label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
[all...]
H A Dsub_n.asm3 dnl Copyright 2001, 2002 Free Software Foundation, Inc. label
4 dnl label
5 dnl This file is part of the GNU MP Library. label
6 dnl label
7 dnl The GNU MP Library is free software; you can redistribute it and/or label
8 dnl modify it under the terms of the GNU Lesser General Public License as label
9 dnl published by the Free Software Foundation; either version 3 of the label
10 dnl License, or (at your option) any later version. label
11 dnl label
1 dnl Intel Pentium-4 mpn_sub_n -- mpn subtraction. label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, label
13 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of label
14 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU label
15 dnl Lesser General Public License for more details. label
16 dnl label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
42 dnl re-use parameter space label
[all...]
H A Dsubmul_1.asm2 dnl subtract the result from a second limb vector. label
4 dnl Copyright 2001, 2002 Free Software Foundation, Inc. label
5 dnl label
6 dnl This file is part of the GNU MP Library. label
7 dnl label
8 dnl The GNU MP Library is free software; you can redistribute it and/or label
9 dnl modify it under the terms of the GNU Lesser General Public License as label
10 dnl published by the Free Software Foundation; either version 3 of the label
11 dnl Licens label
1 dnl Intel Pentium-4 mpn_submul_1 -- Multiply a limb vector with a limb and label
12 dnl label
13 dnl The GNU MP Library is distributed in the hope that it will be useful, label
14 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of label
15 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU label
16 dnl Lesser General Public License for more details. label
17 dnl label
18 dnl You should have received a copy of the GNU Lesser General Public License label
19 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
[all...]
/haiku-buildtools/gcc/gmp/mpn/x86/
H A Drshift.asm3 dnl Copyright 1992, 1994, 1996, 1999, 2000, 2001, 2002 Free Software label
4 dnl Foundation, Inc. label
5 dnl label
6 dnl This file is part of the GNU MP Library. label
7 dnl label
8 dnl The GNU MP Library is free software; you can redistribute it and/or label
9 dnl modify it under the terms of the GNU Lesser General Public License as label
10 dnl published by the Free Software Foundation; either version 3 of the label
11 dnl Licens label
1 dnl x86 mpn_rshift -- mpn right shift. label
12 dnl label
13 dnl The GNU MP Library is distributed in the hope that it will be useful, label
14 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of label
15 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU label
16 dnl Lesser General Public License for more details. label
17 dnl label
18 dnl You should have received a copy of the GNU Lesser General Public License label
19 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
[all...]
H A Dsqr_basecase.asm3 dnl Copyright 1999, 2000, 2002, 2003 Free Software Foundation, Inc. label
4 dnl label
5 dnl This file is part of the GNU MP Library. label
6 dnl label
7 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
8 dnl it under the terms of the GNU Lesser General Public License as published label
9 dnl by the Free Software Foundation; either version 3 of the License, or (at label
10 dnl your option) any later version. label
11 dnl label
1 dnl x86 generic mpn_sqr_basecase -- square an mpn number. label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, but label
13 dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY label
14 dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public label
15 dnl License for more details. label
16 dnl label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
216 dnl re-use parameter space label
[all...]
H A Dudiv.asm3 dnl Copyright 1999, 2000, 2002 Free Software Foundation, Inc. label
4 dnl label
5 dnl This file is part of the GNU MP Library. label
6 dnl label
7 dnl The GNU MP Library is free software; you can redistribute it and/or label
8 dnl modify it under the terms of the GNU Lesser General Public License as label
9 dnl published by the Free Software Foundation; either version 3 of the label
10 dnl License, or (at your option) any later version. label
11 dnl label
1 dnl x86 mpn_udiv_qrnnd -- 2 by 1 limb division label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, label
13 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of label
14 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU label
15 dnl Lesser General Public License for more details. label
16 dnl label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
[all...]
H A Dumul.asm3 dnl Copyright 1999, 2000, 2002 Free Software Foundation, Inc. label
4 dnl label
5 dnl This file is part of the GNU MP Library. label
6 dnl label
7 dnl The GNU MP Library is free software; you can redistribute it and/or label
8 dnl modify it under the terms of the GNU Lesser General Public License as label
9 dnl published by the Free Software Foundation; either version 3 of the label
10 dnl License, or (at your option) any later version. label
11 dnl label
1 dnl mpn_umul_ppmm -- 1x1->2 limb multiplication label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, label
13 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of label
14 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU label
15 dnl Lesser General Public License for more details. label
16 dnl label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
[all...]
/haiku-buildtools/gcc/gmp/mpn/x86_64/
H A Daddaddmul_1msb0.asm3 dnl Copyright 2008 Free Software Foundation, Inc. label
5 dnl This file is part of the GNU MP Library. label
7 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
8 dnl it under the terms of the GNU Lesser General Public License as published label
9 dnl by the Free Software Foundation; either version 3 of the License, or (at label
10 dnl your option) any later version. label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, but label
13 dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY label
14 dnl o label
1 dnl AMD64 mpn_addaddmul_1msb0, R = Au + Bv, u,v < 2^63. label
15 dnl License for more details. label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
[all...]
H A Daddmul_2.asm2 dnl add the result to a third limb vector. label
4 dnl Copyright 2008 Free Software Foundation, Inc. label
6 dnl This file is part of the GNU MP Library. label
8 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
9 dnl it under the terms of the GNU Lesser General Public License as published label
10 dnl by the Free Software Foundation; either version 3 of the License, or (at label
11 dnl your option) any later version. label
13 dnl The GNU MP Library is distributed in the hope that it will be useful, but label
14 dnl WITHOU label
1 dnl AMD64 mpn_addmul_2 -- Multiply an n-limb vector with a 2-limb vector and label
15 dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public label
16 dnl License for more details. label
18 dnl You should have received a copy of the GNU Lesser General Public License label
19 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
[all...]
H A Daorrlsh1_n.asm2 dnl AMD64 mpn_rsblsh1_n -- rp[] = (vp[] << 1) - up[] label
4 dnl Copyright 2003, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. label
6 dnl This file is part of the GNU MP Library. label
8 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
9 dnl it under the terms of the GNU Lesser General Public License as published label
10 dnl by the Free Software Foundation; either version 3 of the License, or (at label
11 dnl your option) any later version. label
13 dnl The GNU MP Library is distributed in the hope that it will be useful, but label
14 dnl WITHOU label
1 dnl AMD64 mpn_addlsh1_n -- rp[] = up[] + (vp[] << 1) label
15 dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public label
16 dnl License for more details. label
18 dnl You should have received a copy of the GNU Lesser General Public License label
19 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
[all...]
H A Daorrlsh2_n.asm2 dnl ("rsb" means reversed subtract, name mandated by mpn_sublsh2_n which label
3 dnl subtacts the shifted operand from the unshifted operand.) label
5 dnl Copyright 2009 Free Software Foundation, Inc. label
7 dnl This file is part of the GNU MP Library. label
9 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
10 dnl it under the terms of the GNU Lesser General Public License as published label
11 dnl by the Free Software Foundation; either version 3 of the License, or (at label
12 dnl your option) any later version. label
14 dnl Th label
1 dnl AMD64 mpn_addlsh2_n and mpn_rsblsh2_n. R = 2*V +- U. label
15 dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY label
16 dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public label
17 dnl License for more details. label
19 dnl You should have received a copy of the GNU Lesser General Public License label
20 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
[all...]
H A Daorsmul_1.asm3 dnl Copyright 2003, 2004, 2005, 2007, 2008 Free Software Foundation, Inc. label
5 dnl This file is part of the GNU MP Library. label
7 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
8 dnl it under the terms of the GNU Lesser General Public License as published label
9 dnl by the Free Software Foundation; either version 3 of the License, or (at label
10 dnl your option) any later version. label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, but label
13 dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY label
14 dnl o label
1 dnl AMD64 mpn_addmul_1 and mpn_submul_1. label
15 dnl License for more details. label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
[all...]
H A Dbdiv_dbm1c.asm3 dnl Copyright 2008 Free Software Foundation, Inc. label
5 dnl This file is part of the GNU MP Library. label
7 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
8 dnl it under the terms of the GNU Lesser General Public License as published label
9 dnl by the Free Software Foundation; either version 3 of the License, or (at label
10 dnl your option) any later version. label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, but label
13 dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY label
14 dnl o label
1 dnl x86_64 mpn_bdiv_dbm1. label
15 dnl License for more details. label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
[all...]
H A Dbdiv_q_1.asm2 dnl 1-limb divisor, returning quotient only. label
4 dnl Copyright 2001, 2002, 2004, 2005, 2006, 2009 Free Software Foundation, label
5 dnl Inc. label
7 dnl This file is part of the GNU MP Library. label
9 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
10 dnl it under the terms of the GNU Lesser General Public License as published label
11 dnl by the Free Software Foundation; either version 3 of the License, or (at label
12 dnl your option) any later version. label
14 dnl Th label
1 dnl AMD64 mpn_bdiv_q_1, mpn_pi1_bdiv_q_1 -- schoolbook Hensel division by label
15 dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY label
16 dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public label
17 dnl License for more details. label
19 dnl You should have received a copy of the GNU Lesser General Public License label
20 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
[all...]

Completed in 72 milliseconds

<<11121314151617