Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
fa68ba8b8c11ab0ce6d6605a2d9cad86c681b845
/
.
/
third_party
/
gmp
/
tests
/
mpn
/
t-toom43.c
blob: 224a45bc380874fd50f072dd318ff1e2a7753403 [
file
] [
log
] [
blame
]
#define
mpn_toomMN_mul mpn_toom43_mul
#define
mpn_toomMN_mul_itch mpn_toom43_mul_itch
#define
MIN_AN
25
#define
MIN_BN
(
an
)
(
1
+
2
*(((
an
)+
3
)
>>
2
))
#define
MAX_BN
(
an
)
((
an
)-
3
)
#include
"toom-shared.h"