Searched defs:mpn_divexact_by3 (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dtoom_interpolate_6pts.c44 #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
H A Dtoom_interpolate_8pts.c48 #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
H A Dtoom_interpolate_7pts.c57 #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
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h1465 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h1465 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h1490 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dgmp.h1490 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp.h1490 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
H A Dgmp.h1490 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h1490 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h1490 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h1490 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h1490 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp.h1490 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h1490 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h1490 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h1490 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
H A Dgmp.h1490 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
H A Dgmp.h1490 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h1490 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h1490 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h1490 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h1490 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/x86_64/
H A Dgmp.h1490 #define mpn_divexact_by3(dst,src,size) \ macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sparc64/
H A Dgmp.h1490 #define mpn_divexact_by3(dst,src,size) \ macro

Completed in 824 milliseconds

12