Searched defs:dnl (Results 351 - 375 of 404) sorted by relevance

<<11121314151617

/haiku-buildtools/gcc/gmp/mpn/x86_64/
H A Ddivrem_2.asm3 dnl Copyright 2007, 2008, 2010 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_divrem_2 -- Divide an mpn number by a normalized 2-limb number. 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 Dgcd_1.asm3 dnl Based on the K7 gcd_1.asm, by Kevin Ryde. Rehacked for AMD64 by Torbjorn label
4 dnl Granlund. label
6 dnl Copyright 2000, 2001, 2002, 2005, 2009 Free Software Foundation, Inc. label
8 dnl This file is part of the GNU MP Library. label
10 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
11 dnl it under the terms of the GNU Lesser General Public License as published label
12 dnl by the Free Software Foundation; either version 3 of the License, or (at label
13 dnl your option) any later version. label
15 dnl Th label
1 dnl AMD64 mpn_gcd_1 -- mpn by 1 gcd. label
16 dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY label
17 dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public label
18 dnl License for more details. label
20 dnl You should have received a copy of the GNU Lesser General Public License label
21 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
30 dnl Reduce using x%y if x is more than DIV_THRESHOLD bits bigger than y, label
31 dnl where x is the larger of the two. See tune/README for more. label
32 dnl label
33 dnl div at 80 cycles compared to the gcd at about 7 cycles/bitpair label
34 dnl suggests 80/7*2=23 label
[all...]
H A Dlshsub_n.asm3 dnl Copyright 2006 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_lshsub_n. R = 2^k(U - V). 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 Dinvert_limb.asm3 dnl Contributed to the GNU project by Torbjorn Granlund and Niels M�ller. label
5 dnl Copyright 2004, 2007, 2008, 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 The GNU MP Library is distributed in the hope that it will be useful, but label
15 dnl WITHOU label
1 dnl AMD64 mpn_invert_limb -- Invert a normalized limb. 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...]
/haiku-buildtools/gcc/gmp/mpn/x86_64/fat/
H A Dfat_entry.asm3 dnl Contributed to the GNU project by Kevin Ryde (original x86_32 code) and label
4 dnl Torbjorn Granlund (port to x86_64) label
6 dnl Copyright 2003, 2009, 2011 Free Software Foundation, Inc. label
7 dnl label
8 dnl This file is part of the GNU MP Library. label
9 dnl label
10 dnl The GNU MP Library is free software; you can redistribute it and/or label
11 dnl modify it under the terms of the GNU Lesser General Public License as label
12 dnl publishe label
1 dnl x86 fat binary entrypoints. label
13 dnl License, or (at your option) any later version. label
14 dnl label
15 dnl The GNU MP Library is distributed in the hope that it will be useful, label
16 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of label
17 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU label
18 dnl Lesser General Public License for more details. label
19 dnl label
20 dnl You should have received a copy of the GNU Lesser General Public License label
21 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
26 dnl Forcibly disable profiling. label
27 dnl label
28 dnl The entrypoints and inits are small enough not to worry about, the real label
29 dnl routines arrived at will have any profiling. Also, the way the code label
30 dnl here ends with a jump means we won't work properly with the label
31 dnl "instrument" profiling scheme anyway. label
36 dnl We define PIC_OR_DARWIN as a helper symbol, the use it for suppressing label
37 dnl normal, fast call code, since that triggers problems on darwin. label
38 dnl label
39 dnl FIXME: There might be a more elegant solution, adding less overhead. label
50 dnl Usage: FAT_ENTRY(name, offset) label
51 dnl label
52 dnl Emit a fat binary entrypoint function of the given name. This is the label
53 dnl normal entry for applications, eg. __gmpn_add_n. label
54 dnl label
55 dnl The code simply jumps through the function pointer in __gmpn_cpuvec at label
56 dnl the given "offset" (in bytes). label
57 dnl label
58 dnl For non-PIC, the jumps are 5 bytes each, aligning them to 8 should be label
59 dnl fine for all x86s. label
60 dnl label
61 dnl For PIC, the jumps are 20 bytes each, and are best aligned to 16 to label
62 dnl ensure at least the first two instructions don't cross a cache line label
63 dnl boundary. label
64 dnl label
65 dnl Note the extra `' ahead of PROLOGUE obscures it from the HAVE_NATIVE label
66 dnl grepping in configure, stopping that code trying to eval something with label
67 dnl $1 in it. label
83 dnl FAT_ENTRY for each CPUVEC_FUNCS_LIST label
84 dnl label
93 dnl Usage: FAT_INIT(name, offset) label
94 dnl label
95 dnl Emit a fat binary initializer function of the given name. These label
96 dnl functions are the initial values for the pointers in __gmpn_cpuvec. label
97 dnl label
98 dnl The code simply calls __gmpn_cpuvec_init, and then jumps back through label
99 dnl the __gmpn_cpuvec pointer, at the given "offset" (in bytes). label
100 dnl __gmpn_cpuvec_init will have stored the address of the selected label
101 dnl implementation there. label
102 dnl label
103 dnl Only one of these routines will be executed, and only once, since after label
104 dnl that all the __gmpn_cpuvec pointers go to real routines. So there's no label
105 dnl need for anything special here, just something small and simple. To label
106 dnl keep code size down, "fat_init" is a shared bit of code, arrived at label
107 dnl with the offset in %al. %al is used since the movb instruction is 2 label
108 dnl bytes where %eax would be 4. label
109 dnl label
110 dnl Note having `PROLOGUE in FAT_INIT obscures that PROLOGUE from the label
111 dnl HAVE_NATIVE grepping in configure, preventing that code trying to eval label
112 dnl something with $1 in it. label
113 dnl label
114 dnl We need to preserve parameter registers over the __gmpn_cpuvec_init call label
150 dnl FAT_INIT for each CPUVEC_FUNCS_LIST label
151 dnl label
[all...]
/haiku-buildtools/gcc/gmp/tune/
H A Dpowerpc.asm3 dnl Copyright 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 Foundationn; either version 3 of the label
10 dnl License, or (at your option) any later version. label
11 dnl label
1 dnl PowerPC mftb_function -- read time base registers. 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/ia64/
H A Ddive_1.asm3 dnl Copyright 2003, 2004, 2005 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 IA-64 mpn_divexact_1 -- mpn by limb exact division. 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 Ddivrem_2.asm3 dnl Copyright 2004, 2005 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 IA-64 mpn_divrem_2 -- Divide an n-limb number by a 2-limb number. 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 Dmode1o.asm3 dnl Copyright 2003, 2004, 2005 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 Itanium-2 mpn_modexact_1c_odd -- mpn by 1 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
28 dnl Usage: ABI32(`code') label
29 dnl label
30 dnl Emit the given code only under HAVE_ABI_32. label
31 dnl label
[all...]
/haiku-buildtools/gcc/gmp/mpn/m68k/
H A Daors_n.asm3 dnl Copyright 1992, 1994, 1996, 1999, 2000, 2001, 2002, 2003, 2005 Free label
4 dnl 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 mc68020 mpn_add_n, mpn_sub_n -- add or subtract limb vectors 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 Dlshift.asm3 dnl Copyright 1996, 1999, 2000, 2001, 2002, 2003 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 mc68020 mpn_lshift -- mpn left 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 Drshift.asm3 dnl Copyright 1996, 1999, 2000, 2001, 2002, 2003 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 mc68020 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...]
/haiku-buildtools/gcc/gmp/mpn/m68k/mc68020/
H A Daorsmul_1.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 mc68020 mpn_addmul_1, mpn_submul_1 -- add or subtract mpn multiple. 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 Dmul_1.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 mc68020 mpn_mul_1 -- mpn by limb multiply 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/power/
H A Dlshift.asm3 dnl Copyright 1992, 1994, 1999, 2000, 2001 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 IBM POWER mpn_lshift -- Shift a number left. 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
21 dnl INPUT PARAMETERS label
22 dnl res_ptr r3 label
23 dnl s_ptr r4 label
24 dnl size r5 label
25 dnl cnt r6 label
[all...]
H A Drshift.asm3 dnl Copyright 1992, 1994, 1999, 2000, 2001 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 IBM POWER mpn_rshift -- Shift a number right. 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
21 dnl INPUT PARAMETERS label
22 dnl res_ptr r3 label
23 dnl s_ptr r4 label
24 dnl size r5 label
25 dnl cnt r6 label
[all...]
/haiku-buildtools/gcc/gmp/mpn/powerpc64/mode64/
H A Ddive_1.asm3 dnl Copyright 2006 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 PowerPC-64 mpn_divexact_1 -- mpn by limb exact division. 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...]
/haiku-buildtools/gcc/gmp/mpn/x86/pentium/
H A Dpopcount.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 P5 mpn_popcount -- mpn bit population count. 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
75 dnl non-PIC label
[all...]
/haiku-buildtools/gcc/gmp/mpn/x86/pentium4/sse2/
H A Dpopcount.asm3 dnl Copyright 2006, 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 X86-32 and X86-64 mpn_popcount using SSE2. 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...]
/haiku-buildtools/gcc/gmp/mpn/arm/
H A Dudiv.asm2 dnl Return quotient and store remainder through a supplied pointer. label
4 dnl Copyright 2001 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 ARM mpn_udiv_qrnnd -- divide a two limb dividend and a one limb divisor. 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...]
/haiku-buildtools/gcc/gmp/mpn/mips32/
H A Daddmul_1.asm2 dnl the product to a second limb vector. label
4 dnl Copyright 1992, 1994, 1996, 2000, 2002 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 MIPS32 mpn_addmul_1 -- Multiply a limb vector with a single limb and add 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 Dmul_1.asm2 dnl the product in a second limb vector. label
4 dnl Copyright 1992, 1994, 1996, 2000, 2002 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 MIPS32 mpn_mul_1 -- Multiply a limb vector with a single limb and store 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 Dsubmul_1.asm2 dnl subtract the product from a second limb vector. label
4 dnl Copyright 1992, 1994, 1996, 2000, 2002 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 MIPS32 mpn_submul_1 -- Multiply a limb vector with a single limb 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...]
/haiku-buildtools/gcc/gmp/mpn/mips64/
H A Daddmul_1.asm2 dnl the product to a second limb vector. label
4 dnl Copyright 1992, 1994, 1995, 2000, 2001, 2002 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 MIPS64 mpn_addmul_1 -- Multiply a limb vector with a single limb and add 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 Dmul_1.asm2 dnl the product in a second limb vector. label
4 dnl Copyright 1992, 1994, 1995, 2000, 2001, 2002 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 MIPS64 mpn_mul_1 -- Multiply a limb vector with a single limb and store 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 110 milliseconds

<<11121314151617