Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
b444b3158b6c31b51108bce4f604aa9b66af8f7d
/
.
/
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"