]> Cypherpunks.ru repositories - gostls13.git/history - src/math
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / math /
2023-11-14 Robert Griesemermath/big: update comment in the implementation of FloatPrec
2023-11-14 Robert Griesemermath/big: implement Rat.FloatPrec
2023-10-30 Russ Coxmath/rand/v2: delete Mitchell/Reeds source
2023-10-30 Russ Coxmath/rand/v2: add PCG-DXSM
2023-10-30 Russ Coxmath/rand/v2: simplify Perm
2023-10-30 Branden Brownmath/rand/v2: remove bias in ExpFloat64 and NormFloat64
2023-10-30 Russ Coxmath/rand/v2: optimize Float32, Float64
2023-10-30 Russ Coxmath/rand/v2: add, optimize N, UintN, Uint32N, Uint64N
2023-10-30 Russ Coxmath/rand/v2: change Source to use uint64
2023-10-30 Russ Coxmath/rand/v2: update benchmarks
2023-10-30 Russ Coxmath/rand/v2: remove Rand.Seed
2023-10-30 Russ Coxmath/rand/v2: clean up regression test
2023-10-30 Russ Coxmath/rand/v2: remove Read
2023-10-30 Russ Coxmath/rand/v2: rename various functions
2023-10-30 Russ Coxmath/rand/v2: start of new API
2023-10-19 Dmitri Shuralyovall: drop old +build lines
2023-10-19 cui flitermath: add available godoc link
2023-09-20 Oleksandr Redkoall: simplify bool conditions
2023-09-05 Dmitri Shuralyovall: use ^TestName$ regular pattern for invoking a...
2023-08-17 chanxuehongmath/big, math/rand: use the built-in max function
2023-08-11 qiulaidongfengmath/big: using the min built-in function
2023-07-31 Srinivas Pokalamath: enable huge argument tests on s390x
2023-07-31 Srinivas Pokalamath: huge argument handling for sin/cos in s390x
2023-07-27 rootmath: support to handle huge arguments in tan function...
2023-07-17 Keith Randallmath: test large negative values as args for trig functions
2023-07-07 Michael Mundaymath: add test that covers riscv64 fnm{add,sub} codegen
2023-07-05 Michael Mundaymath: fix portable FMA when x*y < 0 and x*y == -z
2023-06-15 Ian Lance Taylormath: document that Min/Max differ from min/max
2023-06-14 Alexander Yastrebovall: fix spelling errors
2023-06-13 cui fliterall: fix mismatched symbols
2023-06-02 Alan Donovanmath/big: rename Int.ToFloat64 to Float64
2023-05-31 Ian Lance TaylorRevert "math: add Compare and Compare32"
2023-05-23 Egon Elbrefmt,math/big,net/url: fixes to old Benchmarks
2023-05-10 cui fliterall: fix a lot of comments
2023-04-21 Lynn Bogercmd/internal/obj/ppc64: modify PCALIGN to ensure alignment
2023-04-11 Ian Lance Taylorall: re-run stringer
2023-04-04 Ian Lance Taylormath/rand: clarify Seed deprecation note
2023-04-04 cui fliterall: fix misuses of "a" vs "an"
2023-03-25 Daniel Martíall: add a few links in package godocs
2023-03-23 Michael Prattall: replace leading spaces with tabs in assembly
2023-02-15 Akhil Indurtimath: add Compare and Compare32
2023-02-14 cui fliterall: fix some comments
2023-02-10 Than McIntoshRevert "math: add Compare and Compare32"
2023-02-10 Valentin Deleplacemath/rand: fix typo in Seed deprecation comment
2023-02-09 Rob Pikemath/rand: rewrite the math/rand package comment to...
2023-02-09 Akhil Indurtimath: add Compare and Compare32
2023-02-07 Ian Lance Taylormath/rand: use fastrand64 if possible
2023-02-06 Filippo Valsordamath/big: add warning about using Int for cryptography
2023-02-02 Alan Donovanmath/big: add Int.Float64 conversion
2023-01-24 Dmitry Panovmath: handle int64 overflows for odd integer exponents...
2023-01-23 Alexander Yastrebovmath/big: validate result of Float.GobDecode
2023-01-19 Russ Coxinternal/godebug: export non-default-behavior counters...
2022-12-02 Filippo Valsordamath/big: fix BitLen performance regression
2022-11-21 Filippo Valsordacrypto/internal/bigmod: move nat implementation out...
2022-11-18 cui fliterall: add missing periods in comments
2022-11-16 Russ Coxmath/rand: deprecate Seed
2022-11-14 Russ Coxinternal/godebug: define more efficient API
2022-11-14 ruinanmath/bits: directly calculate quo/rem when hi is zero...
2022-11-08 Eric Lagergrenmath/big: remove underscores from Binomial docs
2022-11-07 cui flitermath: fix function name in comment
2022-11-03 Lynn Bogermath/big: add PCALIGN to addMulVVW asm on ppc64x
2022-11-02 Russ Coxmath/big: use Montgomery for z.Exp(x, y, m) even for...
2022-11-02 Russ Coxmath/big: add benchmark of Exp with large modulus
2022-10-28 Riccardo Gerosamath/big: improve performance of Binomial
2022-10-27 hopehookmath/rand: deprecate Read
2022-10-26 Russ Coxall: remove uses of rand.Seed
2022-10-25 Russ Coxmath/rand: auto-seed global source
2022-10-21 Nick Craig-Woodmath/bits: note that functions here may be compiler...
2022-10-18 Russ Coxmath/rand: refactor to delay allocation of global source
2022-10-11 Ian Lance Taylormath/big: error on buffer length overflow in Rat.GobDecode
2022-10-01 eric fangmath: optimize Hypot function
2022-09-21 Shulhanmath: show value of integer constants in comments
2022-09-06 Alok Menghrajanimath/big: replace dead link in a comment with link...
2022-09-02 Jonathan FOngmath/rand: document that Source returned by NewSource...
2022-08-15 Wayne Zuocmd/compile,math: remove all sqrt assembly code
2022-08-09 Cuong Manh Leinternal/testenv: add and use OptimizationOff/SkipIfOpt...
2022-08-08 Cuong Manh Lemath/big: disable TestNewIntAllocs on noopt builder
2022-08-08 Keith Randallmath/big: make NewInt inlineable and zero allocation
2022-07-28 Matthew Dempsky[dev.unified] all: merge master (462b78f) into dev...
2022-07-27 Roland Shoemakermath/big: check buffer lengths in GobDecode
2022-05-20 Xiaodong Liugo, math, os, reflect: support standard library for...
2022-05-19 Russ Coxall: gofmt main repo
2022-05-08 Ryan Leungall: fix some lint issues
2022-05-08 Nathan VanBenschotenmath/big: don't force second arg to Jacobi and Int...
2022-05-03 Russ Coxall: REVERSE MERGE dev.boringcrypto (cdcb4b6) into...
2022-04-28 Wayne Zuomath/big: delete all mulWW assembly code
2022-04-27 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-27 Filippo Valsordamath/big: add comprehensive aliasing tests (and minor...
2022-04-21 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-14 Joe Tsaimath: improve documentation of Copysign
2022-04-12 Archana Rmath/big: Implement shlVU and shrVU in ASM for PPC64
2022-04-11 Russ Coxall: gofmt main repo
2022-04-05 Russ Coxall: replace `` and '' with “ (U+201C) and ” (U+201D...
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-01 Russ Coxall: remove trailing blank doc comment lines
2022-04-01 Russ Coxall: fix TODO comment hanging indents
2022-04-01 Russ Coxall: fix various doc comment formatting nits
2022-03-31 Shulhanmath/big: call norm when returning success from Rat...
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
next