Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(23)

Issue 12773044: code review 12773044: math: convert textflags from numbers to symbols (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 7 months ago by khr
Modified:
11 years, 7 months ago
Reviewers:
bradfitz
CC:
golang-dev, bradfitz
Visibility:
Public.

Description

math: convert textflags from numbers to symbols

Patch Set 1 #

Patch Set 2 : diff -r d7db8c804ffa https://khr%40golang.org@code.google.com/p/go/ #

Patch Set 3 : diff -r d7db8c804ffa https://khr%40golang.org@code.google.com/p/go/ #

Patch Set 4 : diff -r d7db8c804ffa https://khr%40golang.org@code.google.com/p/go/ #

Patch Set 5 : diff -r 0c243c3224c7 https://khr%40golang.org@code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+223 lines, -89 lines) Patch
M src/pkg/math/abs_386.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/abs_amd64.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/abs_arm.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/asin_386.s View 1 2 chunks +4 lines, -2 lines 0 comments Download
M src/pkg/math/asin_amd64.s View 1 1 chunk +4 lines, -2 lines 0 comments Download
M src/pkg/math/asin_arm.s View 1 1 chunk +4 lines, -2 lines 0 comments Download
M src/pkg/math/atan2_386.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/atan2_amd64.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/atan2_arm.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/atan_386.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/atan_amd64.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/atan_arm.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/dim_386.s View 1 1 chunk +5 lines, -3 lines 0 comments Download
M src/pkg/math/dim_amd64.s View 1 3 chunks +5 lines, -3 lines 0 comments Download
M src/pkg/math/dim_arm.s View 1 1 chunk +5 lines, -3 lines 0 comments Download
M src/pkg/math/exp2_386.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/exp2_amd64.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/exp2_arm.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/exp_386.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/exp_amd64.s View 1 2 chunks +3 lines, -1 line 0 comments Download
M src/pkg/math/exp_arm.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/expm1_386.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/expm1_amd64.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/expm1_arm.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/floor_386.s View 1 3 chunks +5 lines, -3 lines 0 comments Download
M src/pkg/math/floor_amd64.s View 1 3 chunks +5 lines, -3 lines 0 comments Download
M src/pkg/math/floor_arm.s View 1 1 chunk +5 lines, -3 lines 0 comments Download
M src/pkg/math/fltasm_amd64.s View 1 2 chunks +4 lines, -2 lines 0 comments Download
M src/pkg/math/frexp_386.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/frexp_amd64.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/frexp_arm.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/hypot_386.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/hypot_amd64.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/hypot_arm.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/ldexp_386.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/ldexp_amd64.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/ldexp_arm.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/log10_386.s View 1 2 chunks +4 lines, -2 lines 0 comments Download
M src/pkg/math/log10_amd64.s View 1 1 chunk +4 lines, -2 lines 0 comments Download
M src/pkg/math/log10_arm.s View 1 1 chunk +4 lines, -2 lines 0 comments Download
M src/pkg/math/log1p_386.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/log1p_amd64.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/log1p_arm.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/log_386.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/log_amd64.s View 1 2 chunks +3 lines, -1 line 0 comments Download
M src/pkg/math/log_arm.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/mod_386.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/mod_amd64.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/mod_arm.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/modf_386.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/modf_amd64.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/modf_arm.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/remainder_386.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/remainder_amd64.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/remainder_arm.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/sin_386.s View 1 2 chunks +4 lines, -2 lines 0 comments Download
M src/pkg/math/sin_amd64.s View 1 1 chunk +4 lines, -2 lines 0 comments Download
M src/pkg/math/sin_arm.s View 1 1 chunk +4 lines, -2 lines 0 comments Download
M src/pkg/math/sincos_386.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/sincos_amd64.s View 1 2 chunks +3 lines, -1 line 0 comments Download
M src/pkg/math/sincos_arm.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/sqrt_386.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/sqrt_amd64.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/sqrt_arm.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/tan_386.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/tan_amd64.s View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/pkg/math/tan_arm.s View 1 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 3
khr
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://khr%40golang.org@code.google.com/p/go/
11 years, 7 months ago (2013-08-12 16:33:55 UTC) #1
bradfitz
LGTM On Mon, Aug 12, 2013 at 9:33 AM, <khr@golang.org> wrote: > Reviewers: golang-dev1, > ...
11 years, 7 months ago (2013-08-12 16:38:25 UTC) #2
khr
11 years, 7 months ago (2013-08-12 17:25:21 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=754f36b31d2d ***

math: convert textflags from numbers to symbols

R=golang-dev, bradfitz
CC=golang-dev
https://codereview.appspot.com/12773044
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b