Sha256: 9c51554841f099fcf54aafb72a85e19694c343bc3922075772fcd0e609378d84
Contents?: true
Size: 254 Bytes
Versions: 1
Compression:
Stored size: 254 Bytes
Contents
#define mpn_toomMN_mul mpn_toom54_mul #define mpn_toomMN_mul_itch mpn_toom54_mul_itch #define MIN_AN 31 #define MIN_BN(an) ((3*(an) + 32) / (size_t) 5) /* 3/5 */ #define MAX_BN(an) ((an) - 6) /* 1/1 */ #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-toom54.c |