OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mpn_sublsh_n
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/lgpl3/gmp/dist/mpn/x86_64/k10/
gmp-mparam.h
35
#undef
mpn_sublsh_n
36
#define
mpn_sublsh_n
(rp,up,vp,n,c) \
38
: MPN(
mpn_sublsh_n
)(rp,up,vp,n,c))
/src/external/lgpl3/gmp/dist/mpn/x86_64/k8/
gmp-mparam.h
35
#undef
mpn_sublsh_n
36
#define
mpn_sublsh_n
(rp,up,vp,n,c) \
38
: MPN(
mpn_sublsh_n
)(rp,up,vp,n,c))
/src/external/lgpl3/gmp/lib/libgmp/arch/x86_64/
gmp-mparam.h
35
#undef
mpn_sublsh_n
36
#define
mpn_sublsh_n
(rp,up,vp,n,c) \
38
: MPN(
mpn_sublsh_n
)(rp,up,vp,n,c))
/src/external/lgpl3/gmp/dist/mpn/sparc64/ultrasparct3/
aorslsh_n.asm
1
dnl SPARC v9 mpn_addlsh_n and
mpn_sublsh_n
for T3/T4/T5.
63
define(`func', `
mpn_sublsh_n
')
73
MULFUNC_PROLOGUE(mpn_addlsh_n
mpn_sublsh_n
)
/src/external/lgpl3/gmp/dist/mpn/generic/
toom_interpolate_6pts.c
186
cy =
mpn_sublsh_n
(w2, w2, w0, w0n, 2);
toom_interpolate_8pts.c
74
#define DO_mpn_sublsh_n(dst,src,n,s,ws)
mpn_sublsh_n
(dst,dst,src,n,s)
toom_interpolate_12pts.c
70
#define DO_mpn_sublsh_n(dst,src,n,s,ws)
mpn_sublsh_n
(dst,dst,src,n,s)
toom_interpolate_16pts.c
66
#define DO_mpn_sublsh_n(dst,src,n,s,ws)
mpn_sublsh_n
(dst,dst,src,n,s)
/src/external/lgpl3/gmp/dist/
gmp-impl.h
892
#define mpn_sublsh1_n(a,b,c,d)
mpn_sublsh_n
(a,b,c,d,1)
912
#define mpn_sublsh2_n(a,b,c,d)
mpn_sublsh_n
(a,b,c,d,2)
1057
#ifndef
mpn_sublsh_n
1058
#define
mpn_sublsh_n
__MPN(sublsh_n)
macro
1059
__GMP_DECLSPEC mp_limb_t
mpn_sublsh_n
(mp_ptr, mp_srcptr, mp_srcptr, mp_size_t, unsigned int);
/src/external/lgpl3/gmp/dist/tune/
common.c
1155
SPEED_ROUTINE_MPN_BINARY_N_CALL (
mpn_sublsh_n
(wp, xp, yp, s->size, 7));
/src/external/lgpl3/gmp/dist/tests/devel/
try.c
1842
{ TRY(
mpn_sublsh_n
), TYPE_SUBLSH_N },
Completed in 54 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026