Searched refs:mpn_divexact_by3c (Results 1 - 25 of 33) sorted by relevance

12

/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Ddiveby3.c0 /* mpn_divexact_by3c -- mpn exact division by 3.
36 mpn_divexact_by3c (mp_ptr rp, mp_srcptr up, mp_size_t un, mp_limb_t c) function
74 mpn_divexact_by3c (mp_ptr restrict rp, mp_srcptr restrict up, mp_size_t un, mp_limb_t c) function
143 mpn_divexact_by3c (mp_ptr restrict rp, mp_srcptr restrict up, mp_size_t un, mp_limb_t cy) function
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc32/
H A Ddiveby3.asm62 PROLOGUE(mpn_divexact_by3c)
/netbsd-current/external/lgpl3/gmp/dist/mpn/alpha/ev5/
H A Ddiveby3.asm1 dnl Alpha mpn_divexact_by3c -- mpn division by 3, expecting no remainder.
71 PROLOGUE(mpn_divexact_by3c,gp)
/netbsd-current/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-fat.c136 r = mpn_divexact_by3c (wp, xp, (mp_size_t) 1, CNST_LIMB(0));
H A Dt-instrument.c200 pre ("mpn_divexact_by3c");
201 mpn_divexact_by3c (wp, xp, size, CNST_LIMB(0));
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h1466 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1468 #define mpn_divexact_by3c __MPN(divexact_by3c) macro
1469 __GMP_DECLSPEC mp_limb_t mpn_divexact_by3c (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h1466 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1468 #define mpn_divexact_by3c __MPN(divexact_by3c) macro
1469 __GMP_DECLSPEC mp_limb_t mpn_divexact_by3c (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1493 #define mpn_divexact_by3c __MPN(divexact_by3c) macro
1494 __GMP_DECLSPEC mp_limb_t mpn_divexact_by3c (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dgmp.h1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1493 #define mpn_divexact_by3c __MPN(divexact_by3c) macro
1494 __GMP_DECLSPEC mp_limb_t mpn_divexact_by3c (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp.h1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1493 #define mpn_divexact_by3c __MPN(divexact_by3c) macro
1494 __GMP_DECLSPEC mp_limb_t mpn_divexact_by3c (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
H A Dgmp.h1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1493 #define mpn_divexact_by3c __MPN(divexact_by3c) macro
1494 __GMP_DECLSPEC mp_limb_t mpn_divexact_by3c (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1493 #define mpn_divexact_by3c __MPN(divexact_by3c) macro
1494 __GMP_DECLSPEC mp_limb_t mpn_divexact_by3c (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1493 #define mpn_divexact_by3c __MPN(divexact_by3c) macro
1494 __GMP_DECLSPEC mp_limb_t mpn_divexact_by3c (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1493 #define mpn_divexact_by3c __MPN(divexact_by3c) macro
1494 __GMP_DECLSPEC mp_limb_t mpn_divexact_by3c (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1493 #define mpn_divexact_by3c __MPN(divexact_by3c) macro
1494 __GMP_DECLSPEC mp_limb_t mpn_divexact_by3c (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp.h1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1493 #define mpn_divexact_by3c __MPN(divexact_by3c) macro
1494 __GMP_DECLSPEC mp_limb_t mpn_divexact_by3c (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1493 #define mpn_divexact_by3c __MPN(divexact_by3c) macro
1494 __GMP_DECLSPEC mp_limb_t mpn_divexact_by3c (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1493 #define mpn_divexact_by3c __MPN(divexact_by3c) macro
1494 __GMP_DECLSPEC mp_limb_t mpn_divexact_by3c (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1493 #define mpn_divexact_by3c __MPN(divexact_by3c) macro
1494 __GMP_DECLSPEC mp_limb_t mpn_divexact_by3c (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
H A Dgmp.h1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1493 #define mpn_divexact_by3c __MPN(divexact_by3c) macro
1494 __GMP_DECLSPEC mp_limb_t mpn_divexact_by3c (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
H A Dgmp.h1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1493 #define mpn_divexact_by3c __MPN(divexact_by3c) macro
1494 __GMP_DECLSPEC mp_limb_t mpn_divexact_by3c (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1493 #define mpn_divexact_by3c __MPN(divexact_by3c) macro
1494 __GMP_DECLSPEC mp_limb_t mpn_divexact_by3c (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1493 #define mpn_divexact_by3c __MPN(divexact_by3c) macro
1494 __GMP_DECLSPEC mp_limb_t mpn_divexact_by3c (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1493 #define mpn_divexact_by3c __MPN(divexact_by3c) macro
1494 __GMP_DECLSPEC mp_limb_t mpn_divexact_by3c (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1493 #define mpn_divexact_by3c __MPN(divexact_by3c) macro
1494 __GMP_DECLSPEC mp_limb_t mpn_divexact_by3c (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);

Completed in 290 milliseconds

12