Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a9a82ea9ab3b996b09cf4bbb0542f0c576cd5f0c
/
.
/
third_party
/
gmp
/
tests
/
mpn
/
t-toom42.c
blob: 09a4a0c11515374f2e98af0d2afbe5c1fa47dc76 [
file
] [
log
] [
blame
]
#define
mpn_toomMN_mul mpn_toom42_mul
#define
mpn_toomMN_mul_itch mpn_toom42_mul_itch
#define
MIN_AN
10
#define
MIN_BN
(
an
)
(((
an
)
+
7
)
>>
2
)
#define
MAX_BN
(
an
)
((
2
*(
an
)-
5
)
/
(
size_t
)
3
)
#include
"toom-shared.h"