↓ 112 callersFunctionfeMulfeMul calculates h = f * g Can overlap h with f or g. Preconditions: |f| bounded by 1.1*2^26,1.1*2^25,1.1*2^26,1.1*2^25,etc. |g| bounded by 1.1*2^26,
lib/dedis/kyber/group/edwards25519/fe.go:307
↓ 68 callersMethodDgemv(tA Transpose, m, n int, alpha float64, a []float64, lda int, x []float64, incX int, beta float64, y []float64
lib/gonum/blas/blas.go:252
↓ 59 callersMethodDgemm(tA, tB Transpose, m, n, k int, alpha float64, a []float64, lda int, b []float64, ldb int, beta float64, c []f
lib/gonum/blas/blas.go:272
↓ 58 callersFunctionbenchaxpyinc(t *testing.B, ln, t_inc int, f func(alpha float64, x, y []float64, n, incX, incY, ix, iy uintptr))
lib/gonum/internal/asm/f64/bench_test.go:104
↓ 58 callersFunctionbenchaxpyinc(t *testing.B, ln, t_inc int, f func(alpha float32, x, y []float32, n, incX, incY, ix, iy uintptr))
lib/gonum/internal/asm/f32/bench_test.go:97
↓ 58 callersFunctionbenchaxpyinc(t *testing.B, ln, t_inc int, f func(alpha complex64, x, y []complex64, n, incX, incY, ix, iy uintptr))
lib/gonum/internal/asm/c64/bench_test.go:97
↓ 58 callersFunctionbenchaxpyinc(t *testing.B, ln, t_inc int, f func(alpha complex128, x, y []complex128, n, incX, incY, ix, iy uintptr))
lib/gonum/internal/asm/c128/bench_test.go:97
↓ 58 callersFunctionbenchaxpyincto(t *testing.B, ln, t_inc int, f func(dst []float64, incDst, idst uintptr, alpha float64, x, y []float64, n, in
lib/gonum/internal/asm/f64/bench_test.go:198
↓ 58 callersFunctionbenchaxpyincto(t *testing.B, ln, t_inc int, f func(dst []float32, incDst, idst uintptr, alpha float32, x, y []float32, n, in
lib/gonum/internal/asm/f32/bench_test.go:190
↓ 58 callersFunctionbenchaxpyincto(t *testing.B, ln, t_inc int, f func(dst []complex64, incDst, idst uintptr, alpha complex64, x, y []complex64,
lib/gonum/internal/asm/c64/bench_test.go:190
↓ 58 callersFunctionbenchaxpyincto(t *testing.B, ln, t_inc int, f func(dst []complex128, incDst, idst uintptr, alpha complex128, x, y []complex1
lib/gonum/internal/asm/c128/bench_test.go:190
↓ 50 callersFunctionbenchL1NormInc(t *testing.B, ln, inc int, f func(x []float64, n, incX int) float64)
lib/gonum/internal/asm/f64/bench_other_test.go:50