↓ 8 callersFunctionfeNegfeNeg sets h = -f Preconditions: |f| bounded by 1.1*2^25,1.1*2^24,1.1*2^25,1.1*2^24,etc. Postconditions: |h| bounded by 1.1*2^25,1.1*2^24,1.1*2^25,1
lib/dedis/kyber/group/edwards25519/fe.go:274
↓ 8 callersFunctiontestMul(t *testing.T, a, b Matrix, c *Dense, acomp, bcomp, ccomp matComp, cvecApprox bool, name string)
lib/gonum/matrix/mat64/mul_test.go:166
↓ 7 callersMethodDgeev(jobvl lapack.LeftEVJob, jobvr lapack.RightEVJob, n int, a []float64, lda int,
wr, wi []float64, vl []float6
lib/gonum/lapack/testlapack/dgeev.go:22
↓ 7 callersMethodDormqr(side blas.Side, trans blas.Transpose, m, n, k int, a []float64, lda int, tau, c []float64, ldc int, work []fl
lib/gonum/lapack/testlapack/dormqr.go:18
↓ 7 callersMethodDrotm(n int, x []float64, incX int, y []float64, incY int, p blas.DrotmParams)
lib/gonum/blas/testblas/level1double.go:2004
↓ 7 callersFunctionextract2x2Blockextract2x2Block returns the elements of T at [0,0], [0,1], [1,0], and [1,1].
lib/gonum/lapack/testlapack/general.go:969
↓ 6 callersFunctionAddScaledToAddScaledTo performs dst = y + alpha * s, where alpha is a scalar, and dst, y and s are all slices. It panics if the lengths of dst, y, and s are not
lib/gonum/floats/floats.go:64