Home
last modified time | relevance | path

Searched refs:__MPN (Results 1 – 25 of 33) sorted by relevance

12

/netbsd/src/external/lgpl3/gmp/dist/mpn/x86_64/fat/
Dfat.c150 __MPN(add_n_init),
151 __MPN(addlsh1_n_init),
152 __MPN(addlsh2_n_init),
153 __MPN(addmul_1_init),
154 __MPN(addmul_2_init),
155 __MPN(bdiv_dbm1c_init),
156 __MPN(cnd_add_n_init),
157 __MPN(cnd_sub_n_init),
158 __MPN(com_init),
159 __MPN(copyd_init),
[all …]
/netbsd/src/external/lgpl3/gmp/dist/mpn/x86/fat/
Dfat.c165 __MPN(add_n_init),
168 __MPN(addmul_1_init),
170 __MPN(bdiv_dbm1c_init),
171 __MPN(cnd_add_n_init),
172 __MPN(cnd_sub_n_init),
173 __MPN(com_init),
174 __MPN(copyd_init),
175 __MPN(copyi_init),
176 __MPN(divexact_1_init),
177 __MPN(divrem_1_init),
[all …]
/netbsd/src/external/lgpl3/gmp/dist/
Dgmp-impl.h815 #define mpn_addmul_1c __MPN(addmul_1c)
819 #define mpn_addmul_2 __MPN(addmul_2)
823 #define mpn_addmul_3 __MPN(addmul_3)
826 #define mpn_addmul_4 __MPN(addmul_4)
829 #define mpn_addmul_5 __MPN(addmul_5)
832 #define mpn_addmul_6 __MPN(addmul_6)
835 #define mpn_addmul_7 __MPN(addmul_7)
838 #define mpn_addmul_8 __MPN(addmul_8)
842 #define mpn_addmul_2s __MPN(addmul_2s)
973 #define mpn_addlsh1_n __MPN(addlsh1_n)
[all …]
/netbsd/src/external/lgpl3/gmp/dist/mpn/generic/
Dlogops_n.c34 #define func __MPN(and_n)
39 #define func __MPN(andn_n)
44 #define func __MPN(nand_n)
49 #define func __MPN(ior_n)
54 #define func __MPN(iorn_n)
59 #define func __MPN(nior_n)
64 #define func __MPN(xor_n)
69 #define func __MPN(xnor_n)
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/alpha/
Dgmp.h246 #ifndef __MPN
247 #define __MPN(x) __gmpn_##x macro
1461 #define mpn_add __MPN(add)
1466 #define mpn_add_1 __MPN(add_1)
1471 #define mpn_add_n __MPN(add_n)
1474 #define mpn_addmul_1 __MPN(addmul_1)
1477 #define mpn_cmp __MPN(cmp)
1482 #define mpn_zero_p __MPN(zero_p)
1487 #define mpn_divexact_1 __MPN(divexact_1)
1493 #define mpn_divexact_by3c __MPN(divexact_by3c)
[all …]
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
Dgmp.h246 #ifndef __MPN
247 #define __MPN(x) __gmpn_##x macro
1461 #define mpn_add __MPN(add)
1466 #define mpn_add_1 __MPN(add_1)
1471 #define mpn_add_n __MPN(add_n)
1474 #define mpn_addmul_1 __MPN(addmul_1)
1477 #define mpn_cmp __MPN(cmp)
1482 #define mpn_zero_p __MPN(zero_p)
1487 #define mpn_divexact_1 __MPN(divexact_1)
1493 #define mpn_divexact_by3c __MPN(divexact_by3c)
[all …]
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/armeb/
Dgmp.h246 #ifndef __MPN
247 #define __MPN(x) __gmpn_##x macro
1461 #define mpn_add __MPN(add)
1466 #define mpn_add_1 __MPN(add_1)
1471 #define mpn_add_n __MPN(add_n)
1474 #define mpn_addmul_1 __MPN(addmul_1)
1477 #define mpn_cmp __MPN(cmp)
1482 #define mpn_zero_p __MPN(zero_p)
1487 #define mpn_divexact_1 __MPN(divexact_1)
1493 #define mpn_divexact_by3c __MPN(divexact_by3c)
[all …]
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
Dgmp.h246 #ifndef __MPN
247 #define __MPN(x) __gmpn_##x macro
1461 #define mpn_add __MPN(add)
1466 #define mpn_add_1 __MPN(add_1)
1471 #define mpn_add_n __MPN(add_n)
1474 #define mpn_addmul_1 __MPN(addmul_1)
1477 #define mpn_cmp __MPN(cmp)
1482 #define mpn_zero_p __MPN(zero_p)
1487 #define mpn_divexact_1 __MPN(divexact_1)
1493 #define mpn_divexact_by3c __MPN(divexact_by3c)
[all …]
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
Dgmp.h246 #ifndef __MPN
247 #define __MPN(x) __gmpn_##x macro
1461 #define mpn_add __MPN(add)
1466 #define mpn_add_1 __MPN(add_1)
1471 #define mpn_add_n __MPN(add_n)
1474 #define mpn_addmul_1 __MPN(addmul_1)
1477 #define mpn_cmp __MPN(cmp)
1482 #define mpn_zero_p __MPN(zero_p)
1487 #define mpn_divexact_1 __MPN(divexact_1)
1493 #define mpn_divexact_by3c __MPN(divexact_by3c)
[all …]
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
Dgmp.h246 #ifndef __MPN
247 #define __MPN(x) __gmpn_##x macro
1461 #define mpn_add __MPN(add)
1466 #define mpn_add_1 __MPN(add_1)
1471 #define mpn_add_n __MPN(add_n)
1474 #define mpn_addmul_1 __MPN(addmul_1)
1477 #define mpn_cmp __MPN(cmp)
1482 #define mpn_zero_p __MPN(zero_p)
1487 #define mpn_divexact_1 __MPN(divexact_1)
1493 #define mpn_divexact_by3c __MPN(divexact_by3c)
[all …]
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/sparc64/
Dgmp.h246 #ifndef __MPN
247 #define __MPN(x) __gmpn_##x macro
1461 #define mpn_add __MPN(add)
1466 #define mpn_add_1 __MPN(add_1)
1471 #define mpn_add_n __MPN(add_n)
1474 #define mpn_addmul_1 __MPN(addmul_1)
1477 #define mpn_cmp __MPN(cmp)
1482 #define mpn_zero_p __MPN(zero_p)
1487 #define mpn_divexact_1 __MPN(divexact_1)
1493 #define mpn_divexact_by3c __MPN(divexact_by3c)
[all …]
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/x86_64/
Dgmp.h246 #ifndef __MPN
247 #define __MPN(x) __gmpn_##x macro
1461 #define mpn_add __MPN(add)
1466 #define mpn_add_1 __MPN(add_1)
1471 #define mpn_add_n __MPN(add_n)
1474 #define mpn_addmul_1 __MPN(addmul_1)
1477 #define mpn_cmp __MPN(cmp)
1482 #define mpn_zero_p __MPN(zero_p)
1487 #define mpn_divexact_1 __MPN(divexact_1)
1493 #define mpn_divexact_by3c __MPN(divexact_by3c)
[all …]
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/m68k/
Dgmp.h246 #ifndef __MPN
247 #define __MPN(x) __gmpn_##x macro
1461 #define mpn_add __MPN(add)
1466 #define mpn_add_1 __MPN(add_1)
1471 #define mpn_add_n __MPN(add_n)
1474 #define mpn_addmul_1 __MPN(addmul_1)
1477 #define mpn_cmp __MPN(cmp)
1482 #define mpn_zero_p __MPN(zero_p)
1487 #define mpn_divexact_1 __MPN(divexact_1)
1493 #define mpn_divexact_by3c __MPN(divexact_by3c)
[all …]
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
Dgmp.h246 #ifndef __MPN
247 #define __MPN(x) __gmpn_##x macro
1461 #define mpn_add __MPN(add)
1466 #define mpn_add_1 __MPN(add_1)
1471 #define mpn_add_n __MPN(add_n)
1474 #define mpn_addmul_1 __MPN(addmul_1)
1477 #define mpn_cmp __MPN(cmp)
1482 #define mpn_zero_p __MPN(zero_p)
1487 #define mpn_divexact_1 __MPN(divexact_1)
1493 #define mpn_divexact_by3c __MPN(divexact_by3c)
[all …]
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
Dgmp.h246 #ifndef __MPN
247 #define __MPN(x) __gmpn_##x macro
1461 #define mpn_add __MPN(add)
1466 #define mpn_add_1 __MPN(add_1)
1471 #define mpn_add_n __MPN(add_n)
1474 #define mpn_addmul_1 __MPN(addmul_1)
1477 #define mpn_cmp __MPN(cmp)
1482 #define mpn_zero_p __MPN(zero_p)
1487 #define mpn_divexact_1 __MPN(divexact_1)
1493 #define mpn_divexact_by3c __MPN(divexact_by3c)
[all …]
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
Dgmp.h246 #ifndef __MPN
247 #define __MPN(x) __gmpn_##x macro
1461 #define mpn_add __MPN(add)
1466 #define mpn_add_1 __MPN(add_1)
1471 #define mpn_add_n __MPN(add_n)
1474 #define mpn_addmul_1 __MPN(addmul_1)
1477 #define mpn_cmp __MPN(cmp)
1482 #define mpn_zero_p __MPN(zero_p)
1487 #define mpn_divexact_1 __MPN(divexact_1)
1493 #define mpn_divexact_by3c __MPN(divexact_by3c)
[all …]
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/ia64/
Dgmp.h246 #ifndef __MPN
247 #define __MPN(x) __gmpn_##x macro
1461 #define mpn_add __MPN(add)
1466 #define mpn_add_1 __MPN(add_1)
1471 #define mpn_add_n __MPN(add_n)
1474 #define mpn_addmul_1 __MPN(addmul_1)
1477 #define mpn_cmp __MPN(cmp)
1482 #define mpn_zero_p __MPN(zero_p)
1487 #define mpn_divexact_1 __MPN(divexact_1)
1493 #define mpn_divexact_by3c __MPN(divexact_by3c)
[all …]
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
Dgmp.h246 #ifndef __MPN
247 #define __MPN(x) __gmpn_##x macro
1461 #define mpn_add __MPN(add)
1466 #define mpn_add_1 __MPN(add_1)
1471 #define mpn_add_n __MPN(add_n)
1474 #define mpn_addmul_1 __MPN(addmul_1)
1477 #define mpn_cmp __MPN(cmp)
1482 #define mpn_zero_p __MPN(zero_p)
1487 #define mpn_divexact_1 __MPN(divexact_1)
1493 #define mpn_divexact_by3c __MPN(divexact_by3c)
[all …]
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/arm/
Dgmp.h246 #ifndef __MPN
247 #define __MPN(x) __gmpn_##x macro
1461 #define mpn_add __MPN(add)
1466 #define mpn_add_1 __MPN(add_1)
1471 #define mpn_add_n __MPN(add_n)
1474 #define mpn_addmul_1 __MPN(addmul_1)
1477 #define mpn_cmp __MPN(cmp)
1482 #define mpn_zero_p __MPN(zero_p)
1487 #define mpn_divexact_1 __MPN(divexact_1)
1493 #define mpn_divexact_by3c __MPN(divexact_by3c)
[all …]
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/sparc/
Dgmp.h246 #ifndef __MPN
247 #define __MPN(x) __gmpn_##x macro
1461 #define mpn_add __MPN(add)
1466 #define mpn_add_1 __MPN(add_1)
1471 #define mpn_add_n __MPN(add_n)
1474 #define mpn_addmul_1 __MPN(addmul_1)
1477 #define mpn_cmp __MPN(cmp)
1482 #define mpn_zero_p __MPN(zero_p)
1487 #define mpn_divexact_1 __MPN(divexact_1)
1493 #define mpn_divexact_by3c __MPN(divexact_by3c)
[all …]
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/m68000/
Dgmp.h246 #ifndef __MPN
247 #define __MPN(x) __gmpn_##x macro
1461 #define mpn_add __MPN(add)
1466 #define mpn_add_1 __MPN(add_1)
1471 #define mpn_add_n __MPN(add_n)
1474 #define mpn_addmul_1 __MPN(addmul_1)
1477 #define mpn_cmp __MPN(cmp)
1482 #define mpn_zero_p __MPN(zero_p)
1487 #define mpn_divexact_1 __MPN(divexact_1)
1493 #define mpn_divexact_by3c __MPN(divexact_by3c)
[all …]
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/vax/
Dgmp.h246 #ifndef __MPN
247 #define __MPN(x) __gmpn_##x macro
1461 #define mpn_add __MPN(add)
1466 #define mpn_add_1 __MPN(add_1)
1471 #define mpn_add_n __MPN(add_n)
1474 #define mpn_addmul_1 __MPN(addmul_1)
1477 #define mpn_cmp __MPN(cmp)
1482 #define mpn_zero_p __MPN(zero_p)
1487 #define mpn_divexact_1 __MPN(divexact_1)
1493 #define mpn_divexact_by3c __MPN(divexact_by3c)
[all …]
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/hppa/
Dgmp.h246 #ifndef __MPN
247 #define __MPN(x) __gmpn_##x macro
1461 #define mpn_add __MPN(add)
1466 #define mpn_add_1 __MPN(add_1)
1471 #define mpn_add_n __MPN(add_n)
1474 #define mpn_addmul_1 __MPN(addmul_1)
1477 #define mpn_cmp __MPN(cmp)
1482 #define mpn_zero_p __MPN(zero_p)
1487 #define mpn_divexact_1 __MPN(divexact_1)
1493 #define mpn_divexact_by3c __MPN(divexact_by3c)
[all …]
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/i386/
Dgmp.h246 #ifndef __MPN
247 #define __MPN(x) __gmpn_##x macro
1461 #define mpn_add __MPN(add)
1466 #define mpn_add_1 __MPN(add_1)
1471 #define mpn_add_n __MPN(add_n)
1474 #define mpn_addmul_1 __MPN(addmul_1)
1477 #define mpn_cmp __MPN(cmp)
1482 #define mpn_zero_p __MPN(zero_p)
1487 #define mpn_divexact_1 __MPN(divexact_1)
1493 #define mpn_divexact_by3c __MPN(divexact_by3c)
[all …]
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
Dgmp.h247 #ifndef __MPN
248 #define __MPN(x) __gmpn_##x macro
1444 #define mpn_add __MPN(add)
1449 #define mpn_add_1 __MPN(add_1)
1454 #define mpn_add_n __MPN(add_n)
1457 #define mpn_addmul_1 __MPN(addmul_1)
1460 #define mpn_cmp __MPN(cmp)
1468 #define mpn_divexact_by3c __MPN(divexact_by3c)
1474 #define mpn_divrem __MPN(divrem)
1477 #define mpn_divrem_1 __MPN(divrem_1)
[all …]

12