summaryrefslogtreecommitdiff
path: root/src/pkg/math/big
Commit message (Expand)AuthorAgeFilesLines
* build: move package sources from src/pkg to srcRuss Cox2014-09-0817-8857/+0
* all: copy cmd/ld/textflag.h into pkg/GOOS_GOARCHRob Pike2014-08-124-4/+4
* math: remove Nextafter64 alias in favor of existing NextafterRobert Griesemer2014-06-111-3/+3
* math/big: implement Rat.Float32Robert Griesemer2014-06-113-59/+350
* std lib: fix various typos in commentsRobert Griesemer2014-05-021-1/+1
* math/big: fix Int.ExpRobert Griesemer2014-04-214-10/+35
* math/big: fix doc typos.Shenghou Ma2014-04-151-3/+3
* all: nacl import round 2Russ Cox2014-02-251-0/+41
* math/big: use RunParallel in benchmarksDmitriy Vyukov2014-02-241-14/+5
* math/big: Add text marshaller interface to IntMichael T. Jones2014-02-142-6/+71
* math/big: Optimise ARM assemblerNick Craig-Wood2014-02-131-66/+43
* math/big: add support for general encoding interfacesMichael T. Jones2014-02-132-0/+78
* math/big: replace goto with for loopRichard Musiol2014-02-061-8/+6
* all: fix some mistakes found by go tool vet .Rob Pike2013-09-271-1/+1
* math/big: Fix variable name in documentation for *Int.Bytes and BitLen.Kamil Kisiel2013-09-241-2/+2
* math/big: fix nil bug in GobEncodeRob Pike2013-08-194-2/+64
* all: change textflags from numbers to symbols.Keith Randall2013-08-123-36/+42
* undo CL 12486043 / ab644299d124Brad Fitzpatrick2013-08-051-2/+2
* all: use strings.IndexByte instead of Index where possibleBrad Fitzpatrick2013-08-051-2/+2
* math/big: better documentation for Rat.Float64Robert Griesemer2013-07-291-2/+3
* math/big: fix Errorf verbRobert Griesemer2013-06-181-1/+1
* math/big: save some copies in binaryGCD.Adam Langley2013-05-151-3/+4
* math/big: minor cleanupsRobert Griesemer2013-04-033-23/+13
* build: remove dead codeRuss Cox2013-03-221-2/+0
* build: update assembly variable names for vetRuss Cox2013-03-223-26/+26
* math/big: fix commentRuss Cox2013-03-111-2/+2
* all: fix a few more printf arg bugs found by go vetRob Pike2013-02-281-1/+1
* math/big: make tests faster by reducing coverage in --test.short mode.Alan Donovan2013-01-301-14/+19
* math/big: add Rat.{,Set}Float64 methods for IEEE 754 conversions.Alan Donovan2013-01-282-0/+555
* math/big: fix typoRuss Cox2013-01-181-1/+1
* src: Use bytes.Equal instead of bytes.Compare where possible.Matthew Dempsky2013-01-071-1/+1
* all: fix typosShenghou Ma2012-12-191-1/+1
* math/big: add SetUint64 and Uint64 functions to *IntLuit van Drongelen2012-12-112-0/+50
* all: set GOMAXPROCS to 1 when counting mallocsShenghou Ma2012-12-011-0/+1
* gofmt: apply gofmt -w src miscRobert Griesemer2012-10-303-22/+22
* math/big: add 4-bit, fixed window exponentiation.Adam Langley2012-10-171-0/+72
* math/big: fix big.Exp and document betterRobert Griesemer2012-10-163-20/+32
* math/big: more conservative use of lock for divisor tableRobert Griesemer2012-10-112-23/+55
* math/big: avoid some allocation in ExpAdam Langley2012-10-011-6/+15
* build: make int 64 bits on amd64Russ Cox2012-09-241-51/+51
* all: match asm variable names to Go func declarationsRuss Cox2012-09-213-26/+26
* math/big: Replace RCLQ + ANDQ with SETCS in unrolled arithmetic assembly.Christopher Swenson2012-08-281-7/+17
* math/big: fix broken commentRobert Griesemer2012-08-241-13/+5
* math/big: minor tweaks to assembly code (slightly better performance)Robert Griesemer2012-08-241-37/+33
* math/big: faster (add|sub)V(V|W) routinesRobert Griesemer2012-08-241-64/+191
* math/big: added benchmarks to establish baseline for core functionsRobert Griesemer2012-08-232-11/+89
* mat/big: more optimal Karatsuba thresholdRobert Griesemer2012-07-121-1/+1
* math/big: minor performance tuningRobert Griesemer2012-07-122-7/+10
* math/big: correct quadratic space complexity in Mul.R?my Oudompheng2012-07-122-21/+91
* math/big: Remove unnecessary test from nat.go multiplicationDavid G. Andersen2012-07-021-1/+1