Sha256: 645903bf08d309923a5bc051f0a91a1997d0f36aa3ef3ea43ad57949c7b9db55
Contents?: true
Size: 213 Bytes
Versions: 1
Compression:
Stored size: 213 Bytes
Contents
#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"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-compiler-0.1.1 | vendor/gmp/tests/mpn/t-toom42.c |