go/src/pkg/big
Robert Griesemer 758d05551d big: implemented custom Gob(En/De)coder for Int type
- factored implementation of Int.Bytes, Int.SetBytes
  and replaced existing code with much simpler cores
- use the shared bytes, setBytes routines for Gob
  (en/de)coding

Fixes #1496.

R=r, eds
CC=golang-dev
https://golang.org/cl/4249063
2011-03-08 17:27:44 -08:00
..
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
arith.go big: arm assembly, faster software mulWW, divWW 2010-10-26 21:10:17 -07:00
arith_386.s
arith_amd64.s
arith_arm.s big: arm assembly, faster software mulWW, divWW 2010-10-26 21:10:17 -07:00
arith_decl.go
arith_test.go big: arm assembly, faster software mulWW, divWW 2010-10-26 21:10:17 -07:00
calibrate_test.go
hilbert_test.go
int.go big: implemented custom Gob(En/De)coder for Int type 2011-03-08 17:27:44 -08:00
int_test.go big: implemented custom Gob(En/De)coder for Int type 2011-03-08 17:27:44 -08:00
nat.go big: implemented custom Gob(En/De)coder for Int type 2011-03-08 17:27:44 -08:00
nat_test.go big: delete unnecessary type decls 2010-10-25 17:45:43 -07:00
rat.go big: fix (*Rat) SetFrac64(a, b) when b < 0. 2010-11-30 10:23:27 -08:00
rat_test.go big: fix (*Rat) SetFrac64(a, b) when b < 0. 2010-11-30 10:23:27 -08:00