Sha256: 8bcc61da80bd89bc125053dd11a8b178e394848326a6ff60f87ac509d4bf75d7
Contents?: true
Size: 250 Bytes
Versions: 1
Compression:
Stored size: 250 Bytes
Contents
#define mpn_toomMN_mul mpn_toom63_mul #define mpn_toomMN_mul_itch mpn_toom63_mul_itch #define MIN_AN 49 #define MIN_BN(an) (2*(((an) + 23) / (size_t) 6)) /* 2/6 */ #define MAX_BN(an) ((3*(an) - 23) / (size_t) 5) /* 3/5 */ #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-toom63.c |