summaryrefslogtreecommitdiff
path: root/test/cmplxdivide1.go
Commit message (Collapse)AuthorAgeFilesLines
* test: use testlib in a few more casesShenghou Ma2012-03-221-0/+1
| | | | | | | | Introduce a new skip cmd. R=golang-dev, bradfitz, iant, iant CC=golang-dev http://codereview.appspot.com/5868048
* delete float, complex - code changesRuss Cox2011-01-191-2402/+2401
| | | | | | | | | | | also: cmplx -> complex float64(1.0) -> 1.0 float64(1) -> 1.0 R=gri, r, gri1, r2 CC=golang-dev http://codereview.appspot.com/3991043
* test: override gcc bug when preparing complex divide tablesRuss Cox2010-06-301-6/+7
| | | | | | R=iant CC=golang-dev http://codereview.appspot.com/1666048
* complex divide: match C99 implementationRuss Cox2010-06-181-0/+2406
R=iant, ken2, r, r2, ken3 CC=golang-dev http://codereview.appspot.com/1686044