go/src/pkg/big
Robert Griesemer 116b52d276 - fix performance bug (makeN always allocated a new vector)
- removed defs.go (moved declarations into arith.go where they belong)

R=r
DELTA=40  (16 added, 20 deleted, 4 changed)
OCL=33464
CL=33464
2009-08-18 11:48:47 -07:00
..
Makefile - fix performance bug (makeN always allocated a new vector) 2009-08-18 11:48:47 -07:00
arith.go - fix performance bug (makeN always allocated a new vector) 2009-08-18 11:48:47 -07:00
arith_386.s fix 386 build: 2009-08-18 10:41:26 -07:00
arith_amd64.s fix 386 build: 2009-08-18 10:41:26 -07:00
arith_test.go fix 386 build: 2009-08-18 10:41:26 -07:00
big.go First cut at a more realistic multi-precision package: 2009-08-14 11:53:27 -07:00
int.go - implemented Multiplication 2009-08-18 10:06:15 -07:00
int_test.go - implemented Multiplication 2009-08-18 10:06:15 -07:00
nat.go - fix performance bug (makeN always allocated a new vector) 2009-08-18 11:48:47 -07:00
nat_test.go - implemented Multiplication 2009-08-18 10:06:15 -07:00