Home
last modified time | relevance | path

Searched defs:float64 (Results 26 – 50 of 9324) sorted by relevance

12345678910>>...373

/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/gonum.org/v1/gonum/floats/
H A Dfloats.go39 func AddConst(c float64, dst []float64) {
45 func AddScaled(dst []float64, alpha float64, s []float64) {
57 func AddScaledTo(dst, y []float64, alpha float64, s []float64) []float64 {
148 func Distance(s, t []float64, L float64) float64 {
231 func EqualApprox(s1, s2 []float64, tol float64) bool {
526 func NearestIdx(s []float64, v float64) int {
642 func Norm(s []float64, L float64) float64 {
806 func Scale(c float64, dst []float64) {
813 func ScaleTo(dst []float64, c float64, s []float64) []float64 {
833 func Span(dst []float64, l, u float64) []float64 {
[all …]
/dports/www/carbonapi/carbonapi-0.14.1/vendor/gonum.org/v1/gonum/floats/
H A Dfloats.go39 func AddConst(c float64, dst []float64) {
45 func AddScaled(dst []float64, alpha float64, s []float64) {
57 func AddScaledTo(dst, y []float64, alpha float64, s []float64) []float64 {
148 func Distance(s, t []float64, L float64) float64 {
227 func EqualApprox(s1, s2 []float64, tol float64) bool {
522 func NearestIdx(s []float64, v float64) int {
638 func Norm(s []float64, L float64) float64 {
798 func Scale(c float64, dst []float64) {
805 func ScaleTo(dst []float64, c float64, s []float64) []float64 {
825 func Span(dst []float64, l, u float64) []float64 {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/gonum.org/v1/gonum/floats/
H A Dfloats.go39 func AddConst(c float64, dst []float64) {
45 func AddScaled(dst []float64, alpha float64, s []float64) {
57 func AddScaledTo(dst, y []float64, alpha float64, s []float64) []float64 {
148 func Distance(s, t []float64, L float64) float64 {
231 func EqualApprox(s1, s2 []float64, tol float64) bool {
526 func NearestIdx(s []float64, v float64) int {
642 func Norm(s []float64, L float64) float64 {
806 func Scale(c float64, dst []float64) {
813 func ScaleTo(dst []float64, c float64, s []float64) []float64 {
833 func Span(dst []float64, l, u float64) []float64 {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/floats/
H A Dfloats.go39 func AddConst(c float64, dst []float64) {
45 func AddScaled(dst []float64, alpha float64, s []float64) {
57 func AddScaledTo(dst, y []float64, alpha float64, s []float64) []float64 {
148 func Distance(s, t []float64, L float64) float64 {
231 func EqualApprox(s1, s2 []float64, tol float64) bool {
526 func NearestIdx(s []float64, v float64) int {
642 func Norm(s []float64, L float64) float64 {
806 func Scale(c float64, dst []float64) {
813 func ScaleTo(dst []float64, c float64, s []float64) []float64 {
833 func Span(dst []float64, l, u float64) []float64 {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/num/hyperdual/
H A Dhyperdual_test.go47 func dSin(x float64) float64 { return math.Cos(x) }
48 func dCos(x float64) float64 { return -math.Sin(x) }
59 func dAtanh(x float64) float64 {
69 func dExp(x float64) float64 { return math.Exp(x) }
70 func dLog(x float64) float64 {
77 func dSqrt(x float64) float64 {
85 func dInv(x float64) float64 { return -1 / (x * x) }
103 func d2Exp(x float64) float64 { return math.Exp(x) }
104 func d2Log(x float64) float64 {
111 func d2Sqrt(x float64) float64 {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/num/hyperdual/
H A Dhyperdual_test.go48 func dSin(x float64) float64 { return math.Cos(x) }
49 func dCos(x float64) float64 { return -math.Sin(x) }
60 func dAtanh(x float64) float64 {
70 func dExp(x float64) float64 { return math.Exp(x) }
71 func dLog(x float64) float64 {
77 func dSqrt(x float64) float64 {
85 func dInv(x float64) float64 { return -1 / (x * x) }
103 func d2Exp(x float64) float64 { return math.Exp(x) }
104 func d2Log(x float64) float64 {
110 func d2Sqrt(x float64) float64 {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/gopherjs/gopherjs/compiler/natives/src/math/
H A Dmath.go15 func Acos(x float64) float64 {
19 func Acosh(x float64) float64 {
23 func Asin(x float64) float64 {
27 func Asinh(x float64) float64 {
31 func Atan(x float64) float64 {
35 func Atanh(x float64) float64 {
43 func Cbrt(x float64) float64 {
47 func Ceil(x float64) float64 {
58 func Cos(x float64) float64 {
66 func Erf(x float64) float64 {
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/gopherjs/gopherjs/compiler/natives/src/math/
H A Dmath.go15 func Acos(x float64) float64 {
19 func Acosh(x float64) float64 {
23 func Asin(x float64) float64 {
27 func Asinh(x float64) float64 {
31 func Atan(x float64) float64 {
35 func Atanh(x float64) float64 {
43 func Cbrt(x float64) float64 {
47 func Ceil(x float64) float64 {
58 func Cos(x float64) float64 {
66 func Erf(x float64) float64 {
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/gopherjs/gopherjs/compiler/natives/src/math/
H A Dmath.go15 func Acos(x float64) float64 {
19 func Acosh(x float64) float64 {
23 func Asin(x float64) float64 {
27 func Asinh(x float64) float64 {
31 func Atan(x float64) float64 {
35 func Atanh(x float64) float64 {
43 func Cbrt(x float64) float64 {
47 func Ceil(x float64) float64 {
58 func Cos(x float64) float64 {
66 func Erf(x float64) float64 {
[all …]
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/gopherjs/gopherjs/compiler/natives/src/math/
H A Dmath.go15 func Acos(x float64) float64 {
19 func Acosh(x float64) float64 {
23 func Asin(x float64) float64 {
27 func Asinh(x float64) float64 {
31 func Atan(x float64) float64 {
35 func Atanh(x float64) float64 {
43 func Cbrt(x float64) float64 {
47 func Ceil(x float64) float64 {
58 func Cos(x float64) float64 {
66 func Erf(x float64) float64 {
[all …]
/dports/audio/visp-go/visp-2585747/vendor/github.com/gopherjs/gopherjs/compiler/natives/src/math/
H A Dmath.go15 func Acos(x float64) float64 {
19 func Acosh(x float64) float64 {
23 func Asin(x float64) float64 {
27 func Asinh(x float64) float64 {
31 func Atan(x float64) float64 {
35 func Atanh(x float64) float64 {
43 func Cbrt(x float64) float64 {
47 func Ceil(x float64) float64 {
58 func Cos(x float64) float64 {
66 func Erf(x float64) float64 {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/gopherjs/gopherjs/compiler/natives/src/math/
H A Dmath.go15 func Acos(x float64) float64 {
19 func Acosh(x float64) float64 {
23 func Asin(x float64) float64 {
27 func Asinh(x float64) float64 {
31 func Atan(x float64) float64 {
35 func Atanh(x float64) float64 {
43 func Cbrt(x float64) float64 {
47 func Ceil(x float64) float64 {
58 func Cos(x float64) float64 {
66 func Erf(x float64) float64 {
[all …]
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/gopherjs/gopherjs/compiler/natives/src/math/
H A Dmath.go15 func Acos(x float64) float64 {
19 func Acosh(x float64) float64 {
23 func Asin(x float64) float64 {
27 func Asinh(x float64) float64 {
31 func Atan(x float64) float64 {
35 func Atanh(x float64) float64 {
43 func Cbrt(x float64) float64 {
47 func Ceil(x float64) float64 {
58 func Cos(x float64) float64 {
66 func Erf(x float64) float64 {
[all …]
/dports/www/carbonapi/carbonapi-0.14.1/vendor/gonum.org/v1/gonum/internal/asm/f64/
H A Dstubs_amd64.go27 func AddConst(alpha float64, x []float64)
33 func Add(dst, s []float64)
39 func AxpyUnitary(alpha float64, x, y []float64)
45 func AxpyUnitaryTo(dst []float64, alpha float64, x, y []float64)
53 func AxpyInc(alpha float64, x, y []float64, n, incX, incY, ix, iy uintptr)
62 func AxpyIncTo(dst []float64, incDst, idst uintptr, alpha float64, x, y []float64, n, incX, incY, i…
90 func Div(dst, s []float64)
142 func ScalUnitary(alpha float64, x []float64)
148 func ScalUnitaryTo(dst []float64, alpha float64, x []float64)
156 func ScalInc(alpha float64, x []float64, n, incX uintptr)
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/internal/asm/f64/
H A Dstubs_amd64.go27 func AddConst(alpha float64, x []float64)
33 func Add(dst, s []float64)
39 func AxpyUnitary(alpha float64, x, y []float64)
45 func AxpyUnitaryTo(dst []float64, alpha float64, x, y []float64)
53 func AxpyInc(alpha float64, x, y []float64, n, incX, incY, ix, iy uintptr)
62 func AxpyIncTo(dst []float64, incDst, idst uintptr, alpha float64, x, y []float64, n, incX, incY, i…
90 func Div(dst, s []float64)
142 func ScalUnitary(alpha float64, x []float64)
148 func ScalUnitaryTo(dst []float64, alpha float64, x []float64)
156 func ScalInc(alpha float64, x []float64, n, incX uintptr)
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/gonum.org/v1/gonum/internal/asm/f64/
H A Dstubs_amd64.go27 func AddConst(alpha float64, x []float64)
33 func Add(dst, s []float64)
39 func AxpyUnitary(alpha float64, x, y []float64)
45 func AxpyUnitaryTo(dst []float64, alpha float64, x, y []float64)
53 func AxpyInc(alpha float64, x, y []float64, n, incX, incY, ix, iy uintptr)
62 func AxpyIncTo(dst []float64, incDst, idst uintptr, alpha float64, x, y []float64, n, incX, incY, i…
90 func Div(dst, s []float64)
142 func ScalUnitary(alpha float64, x []float64)
148 func ScalUnitaryTo(dst []float64, alpha float64, x []float64)
156 func ScalInc(alpha float64, x []float64, n, incX uintptr)
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/gonum.org/v1/gonum/internal/asm/f64/
H A Dstubs_amd64.go27 func AddConst(alpha float64, x []float64)
33 func Add(dst, s []float64)
39 func AxpyUnitary(alpha float64, x, y []float64)
45 func AxpyUnitaryTo(dst []float64, alpha float64, x, y []float64)
53 func AxpyInc(alpha float64, x, y []float64, n, incX, incY, ix, iy uintptr)
62 func AxpyIncTo(dst []float64, incDst, idst uintptr, alpha float64, x, y []float64, n, incX, incY, i…
90 func Div(dst, s []float64)
142 func ScalUnitary(alpha float64, x []float64)
148 func ScalUnitaryTo(dst []float64, alpha float64, x []float64)
156 func ScalInc(alpha float64, x []float64, n, incX uintptr)
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/internal/asm/f64/
H A Dstubs_amd64.go27 func AddConst(alpha float64, x []float64)
33 func Add(dst, s []float64)
39 func AxpyUnitary(alpha float64, x, y []float64)
45 func AxpyUnitaryTo(dst []float64, alpha float64, x, y []float64)
53 func AxpyInc(alpha float64, x, y []float64, n, incX, incY, ix, iy uintptr)
62 func AxpyIncTo(dst []float64, incDst, idst uintptr, alpha float64, x, y []float64, n, incX, incY, i…
90 func Div(dst, s []float64)
142 func ScalUnitary(alpha float64, x []float64)
148 func ScalUnitaryTo(dst []float64, alpha float64, x []float64)
156 func ScalInc(alpha float64, x []float64, n, incX uintptr)
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/gonum.org/v1/gonum/blas/gonum/
H A Dlevel2float64.go17 func (Implementation) Dger(m, n int, alpha float64, x []float64, incX int, y []float64, incY int, a…
66 …blas.Transpose, m, n, kL, kU int, alpha float64, a []float64, lda int, x []float64, incX int, beta…
563 …ation) Dsymv(ul blas.Uplo, n int, alpha float64, a []float64, lda int, x []float64, incX int, beta…
940 …ion) Dtpmv(ul blas.Uplo, tA blas.Transpose, d blas.Diag, n int, ap []float64, x []float64, incX in…
1341 …on) Dsbmv(ul blas.Uplo, n, k int, alpha float64, a []float64, lda int, x []float64, incX int, beta…
1510 func (Implementation) Dsyr(ul blas.Uplo, n int, alpha float64, x []float64, incX int, a []float64, …
1608 …lementation) Dsyr2(ul blas.Uplo, n int, alpha float64, x []float64, incX int, y []float64, incY in…
1722 …ion) Dtpsv(ul blas.Uplo, tA blas.Transpose, d blas.Diag, n int, ap []float64, x []float64, incX in…
1900 …mentation) Dspmv(ul blas.Uplo, n int, alpha float64, ap []float64, x []float64, incX int, beta flo…
2067 func (Implementation) Dspr(ul blas.Uplo, n int, alpha float64, x []float64, incX int, ap []float64)…
[all …]
/dports/www/carbonapi/carbonapi-0.14.1/vendor/gonum.org/v1/gonum/blas/gonum/
H A Dlevel2float64.go17 func (Implementation) Dger(m, n int, alpha float64, x []float64, incX int, y []float64, incY int, a…
66 …blas.Transpose, m, n, kL, kU int, alpha float64, a []float64, lda int, x []float64, incX int, beta…
563 …ation) Dsymv(ul blas.Uplo, n int, alpha float64, a []float64, lda int, x []float64, incX int, beta…
940 …ion) Dtpmv(ul blas.Uplo, tA blas.Transpose, d blas.Diag, n int, ap []float64, x []float64, incX in…
1341 …on) Dsbmv(ul blas.Uplo, n, k int, alpha float64, a []float64, lda int, x []float64, incX int, beta…
1510 func (Implementation) Dsyr(ul blas.Uplo, n int, alpha float64, x []float64, incX int, a []float64, …
1608 …lementation) Dsyr2(ul blas.Uplo, n int, alpha float64, x []float64, incX int, y []float64, incY in…
1722 …ion) Dtpsv(ul blas.Uplo, tA blas.Transpose, d blas.Diag, n int, ap []float64, x []float64, incX in…
1900 …mentation) Dspmv(ul blas.Uplo, n int, alpha float64, ap []float64, x []float64, incX int, beta flo…
2067 func (Implementation) Dspr(ul blas.Uplo, n int, alpha float64, x []float64, incX int, ap []float64)…
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/blas/gonum/
H A Dlevel2float64.go17 func (Implementation) Dger(m, n int, alpha float64, x []float64, incX int, y []float64, incY int, a…
66 …blas.Transpose, m, n, kL, kU int, alpha float64, a []float64, lda int, x []float64, incX int, beta…
563 …ation) Dsymv(ul blas.Uplo, n int, alpha float64, a []float64, lda int, x []float64, incX int, beta…
940 …ion) Dtpmv(ul blas.Uplo, tA blas.Transpose, d blas.Diag, n int, ap []float64, x []float64, incX in…
1341 …on) Dsbmv(ul blas.Uplo, n, k int, alpha float64, a []float64, lda int, x []float64, incX int, beta…
1510 func (Implementation) Dsyr(ul blas.Uplo, n int, alpha float64, x []float64, incX int, a []float64, …
1608 …lementation) Dsyr2(ul blas.Uplo, n int, alpha float64, x []float64, incX int, y []float64, incY in…
1722 …ion) Dtpsv(ul blas.Uplo, tA blas.Transpose, d blas.Diag, n int, ap []float64, x []float64, incX in…
1900 …mentation) Dspmv(ul blas.Uplo, n int, alpha float64, ap []float64, x []float64, incX int, beta flo…
2067 func (Implementation) Dspr(ul blas.Uplo, n int, alpha float64, x []float64, incX int, ap []float64)…
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/gonum.org/v1/gonum/blas/gonum/
H A Dlevel2float64.go17 func (Implementation) Dger(m, n int, alpha float64, x []float64, incX int, y []float64, incY int, a…
66 …blas.Transpose, m, n, kL, kU int, alpha float64, a []float64, lda int, x []float64, incX int, beta…
563 …ation) Dsymv(ul blas.Uplo, n int, alpha float64, a []float64, lda int, x []float64, incX int, beta…
940 …ion) Dtpmv(ul blas.Uplo, tA blas.Transpose, d blas.Diag, n int, ap []float64, x []float64, incX in…
1341 …on) Dsbmv(ul blas.Uplo, n, k int, alpha float64, a []float64, lda int, x []float64, incX int, beta…
1510 func (Implementation) Dsyr(ul blas.Uplo, n int, alpha float64, x []float64, incX int, a []float64, …
1608 …lementation) Dsyr2(ul blas.Uplo, n int, alpha float64, x []float64, incX int, y []float64, incY in…
1722 …ion) Dtpsv(ul blas.Uplo, tA blas.Transpose, d blas.Diag, n int, ap []float64, x []float64, incX in…
1900 …mentation) Dspmv(ul blas.Uplo, n int, alpha float64, ap []float64, x []float64, incX int, beta flo…
2067 func (Implementation) Dspr(ul blas.Uplo, n int, alpha float64, x []float64, incX int, ap []float64)…
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/blas/gonum/
H A Dlevel2float64.go17 func (Implementation) Dger(m, n int, alpha float64, x []float64, incX int, y []float64, incY int, a…
66 …blas.Transpose, m, n, kL, kU int, alpha float64, a []float64, lda int, x []float64, incX int, beta…
563 …ation) Dsymv(ul blas.Uplo, n int, alpha float64, a []float64, lda int, x []float64, incX int, beta…
940 …ion) Dtpmv(ul blas.Uplo, tA blas.Transpose, d blas.Diag, n int, ap []float64, x []float64, incX in…
1341 …on) Dsbmv(ul blas.Uplo, n, k int, alpha float64, a []float64, lda int, x []float64, incX int, beta…
1510 func (Implementation) Dsyr(ul blas.Uplo, n int, alpha float64, x []float64, incX int, a []float64, …
1608 …lementation) Dsyr2(ul blas.Uplo, n int, alpha float64, x []float64, incX int, y []float64, incY in…
1722 …ion) Dtpsv(ul blas.Uplo, tA blas.Transpose, d blas.Diag, n int, ap []float64, x []float64, incX in…
1900 …mentation) Dspmv(ul blas.Uplo, n int, alpha float64, ap []float64, x []float64, incX int, beta flo…
2067 func (Implementation) Dspr(ul blas.Uplo, n int, alpha float64, x []float64, incX int, ap []float64)…
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/test/
H A Dfuse.go14 func fEqEq(a int, f float64) bool {
18 func fEqNeq(a int32, f float64) bool {
22 func fEqLess(a int8, f float64) bool {
26 func fEqLeq(a float64, f float64) bool {
30 func fEqLessU(a uint, f float64) bool {
34 func fEqLeqU(a uint64, f float64) bool {
38 func fNeqEq(a int, f float64) bool {
42 func fNeqNeq(a int32, f float64) bool {
63 func fLessEq(a int, f float64) bool {
75 func fLessLeq(a float64, f float64) bool {
[all …]
/dports/www/carbonapi/carbonapi-0.14.1/expr/consolidations/
H A Dconsolidations.go36 func AvgValue(f64s []float64) float64 {
70 func Percentile(data []float64, percent float64, interpolate bool) float64 {
206 func AggMean(v []float64) float64 {
241 func AggMax(v []float64) float64 {
259 func AggMin(v []float64) float64 {
277 func AggSum(v []float64) float64 {
293 func AggFirst(v []float64) float64 {
306 func AggLast(v []float64) float64 {
320 func AggCount(v []float64) float64 {
337 func AggDiff(v []float64) float64 {
[all …]

12345678910>>...373