Home
last modified time | relevance | path

Searched refs:mpn_divexact_by3 (Results 1 – 25 of 47) sorted by relevance

12

/netbsd/external/lgpl3/gmp/dist/mpn/generic/
H A Dtoom_interpolate_6pts.c42 #ifndef mpn_divexact_by3
44 #define mpn_divexact_by3(dst,src,size) mpn_pi1_bdiv_q_1(dst,src,size,3,BINVERT_3,0) macro
46 #define mpn_divexact_by3(dst,src,size) mpn_divexact_1(dst,src,size,3) macro
148 mpn_divexact_by3 (w2, w2, 2 * n + 1); in mpn_toom_interpolate_6pts()
156 mpn_divexact_by3 (w1, w1, 2 * n + 1); in mpn_toom_interpolate_6pts()
H A Dtoom_interpolate_7pts.c55 #ifndef mpn_divexact_by3
57 #define mpn_divexact_by3(dst,src,size) mpn_pi1_bdiv_q_1(dst,src,size,3,BINVERT_3,0) macro
59 #define mpn_divexact_by3(dst,src,size) mpn_divexact_1(dst,src,size,3) macro
203 mpn_divexact_by3 (w4, w4, m); in mpn_toom_interpolate_7pts()
H A Dtoom_interpolate_8pts.c46 #ifndef mpn_divexact_by3
48 #define mpn_divexact_by3(dst,src,size) mpn_pi1_bdiv_q_1(dst,src,size,3,BINVERT_3,0) macro
50 #define mpn_divexact_by3(dst,src,size) mpn_divexact_1(dst,src,size,3) macro
163 ASSERT_NOCARRY(mpn_divexact_by3 (r5, r5, 3 * n + 1)); in mpn_toom_interpolate_8pts()
H A Dtoom_interpolate_5pts.c70 ASSERT_NOCARRY (mpn_divexact_by3 (v2, v2, kk1)); /* v2 <- v2 / 3 */ in mpn_toom_interpolate_5pts()
/netbsd/external/lgpl3/gmp/dist/
H A Dcompat.c40 return mpn_divexact_by3 (dst, src, size); in __MPN()
/netbsd/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-cast.cc49 mpn_divexact_by3 (&limb, &limb, 1); in check_macros()
/netbsd/external/lgpl3/gmp/dist/mpn/powerpc32/
H A Ddiveby3.asm1 dnl PowerPC-32 mpn_divexact_by3 -- mpn by 3 exact division
/netbsd/external/lgpl3/gmp/dist/mpn/x86/p6/
H A DREADME57 mpn_divexact_by3 8.5
/netbsd/external/lgpl3/gmp/dist/mpn/x86/pentium/
H A DREADME60 mpn_divexact_by3 15.0
/netbsd/external/lgpl3/gmp/dist/mpn/x86/k7/
H A DREADME55 mpn_divexact_by3 8.0
/netbsd/external/lgpl3/gmp/dist/mpn/x86/k6/
H A DREADME66 mpn_divexact_by3 11.0
/netbsd/external/lgpl3/gmp/dist/tests/devel/
H A Dtry.c1556 return mpn_divexact_by3 (rp, sp, size); in mpn_divexact_by3_fun()
1935 { TRY_FUNFUN(mpn_divexact_by3), TYPE_DIVEXACT_BY3 },
/netbsd/external/lgpl3/gmp/dist/tune/
H A Dcommon.c796 SPEED_ROUTINE_MPN_COPY (mpn_divexact_by3); in speed_mpn_divexact_by3()
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h1465 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h1465 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h1490 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h1490 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h1490 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h1490 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h1490 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h1490 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h1490 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h1490 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h1490 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h1490 #define mpn_divexact_by3(dst,src,size) \ macro

12