Home
last modified time | relevance | path

Searched refs:benchCumProd (Results 1 – 2 of 2) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/internal/asm/f64/
H A Dbench_other_test.go245 func benchCumProd(f func(a, b []float64) []float64, sz int, t *testing.B) { func
263 func BenchmarkCumProd1(t *testing.B) { benchCumProd(CumProd, 1, t) }
264 func BenchmarkCumProd2(t *testing.B) { benchCumProd(CumProd, 2, t) }
265 func BenchmarkCumProd3(t *testing.B) { benchCumProd(CumProd, 3, t) }
266 func BenchmarkCumProd4(t *testing.B) { benchCumProd(CumProd, 4, t) }
267 func BenchmarkCumProd5(t *testing.B) { benchCumProd(CumProd, 5, t) }
268 func BenchmarkCumProd10(t *testing.B) { benchCumProd(CumProd, 10, t) }
269 func BenchmarkCumProd100(t *testing.B) { benchCumProd(CumProd, 100, t) }
270 func BenchmarkCumProd1000(t *testing.B) { benchCumProd(CumProd, 1000, t) }
271 func BenchmarkCumProd10000(t *testing.B) { benchCumProd(CumProd, 10000, t) }
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/internal/asm/f64/
H A Dbench_other_test.go243 func benchCumProd(f func(a, b []float64) []float64, sz int, t *testing.B) { func
261 func BenchmarkCumProd1(t *testing.B) { benchCumProd(CumProd, 1, t) }
262 func BenchmarkCumProd2(t *testing.B) { benchCumProd(CumProd, 2, t) }
263 func BenchmarkCumProd3(t *testing.B) { benchCumProd(CumProd, 3, t) }
264 func BenchmarkCumProd4(t *testing.B) { benchCumProd(CumProd, 4, t) }
265 func BenchmarkCumProd5(t *testing.B) { benchCumProd(CumProd, 5, t) }
266 func BenchmarkCumProd10(t *testing.B) { benchCumProd(CumProd, 10, t) }
267 func BenchmarkCumProd100(t *testing.B) { benchCumProd(CumProd, 100, t) }
268 func BenchmarkCumProd1000(t *testing.B) { benchCumProd(CumProd, 1000, t) }
269 func BenchmarkCumProd10000(t *testing.B) { benchCumProd(CumProd, 10000, t) }
[all …]