Home
last modified time | relevance | path

Searched defs:float64 (Results 76 – 100 of 11884) sorted by relevance

12345678910>>...476

/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/gonum.org/v1/gonum/blas/gonum/
H A Dlevel3float64.go26 …las.Uplo, tA blas.Transpose, d blas.Diag, m, n int, alpha float64, a []float64, lda int, b []float…
222 …las.Side, ul blas.Uplo, m, n int, alpha float64, a []float64, lda int, b []float64, ldb int, beta …
363 …k(ul blas.Uplo, tA blas.Transpose, n, k int, alpha float64, a []float64, lda int, beta float64, c …
513 …plo, tA blas.Transpose, n, k int, alpha float64, a []float64, lda int, b []float64, ldb int, beta …
676 …las.Uplo, tA blas.Transpose, d blas.Diag, m, n int, alpha float64, a []float64, lda int, b []float…
H A Dlevel1float64.go19 func (Implementation) Dnrm2(n int, x []float64, incX int) float64 {
89 func (Implementation) Dasum(n int, x []float64, incX int) float64 {
119 func (Implementation) Idamax(n int, x []float64, incX int) int {
165 func (Implementation) Dswap(n int, x []float64, incX int, y []float64, incY int) {
207 func (Implementation) Dcopy(n int, x []float64, incX int, y []float64, incY int) {
246 func (Implementation) Daxpy(n int, alpha float64, x []float64, incX int, y []float64, incY int) {
296 func (Implementation) Drotg(a, b float64) (c, s, r, z float64) {
324 func (Implementation) Drotmg(d1, d2, x1, y1 float64) (p blas.DrotmParams, rd1, rd2, rx1 float64) {
434 func (Implementation) Drot(n int, x []float64, incX int, y []float64, incY int, c float64, s float6…
478 func (Implementation) Drotm(n int, x []float64, incX int, y []float64, incY int, p blas.DrotmParams…
[all …]
/dports/www/carbonapi/carbonapi-0.14.1/vendor/gonum.org/v1/gonum/blas/gonum/
H A Dlevel1float64.go19 func (Implementation) Dnrm2(n int, x []float64, incX int) float64 {
47 func (Implementation) Dasum(n int, x []float64, incX int) float64 {
77 func (Implementation) Idamax(n int, x []float64, incX int) int {
123 func (Implementation) Dswap(n int, x []float64, incX int, y []float64, incY int) {
165 func (Implementation) Dcopy(n int, x []float64, incX int, y []float64, incY int) {
204 func (Implementation) Daxpy(n int, alpha float64, x []float64, incX int, y []float64, incY int) {
254 func (Implementation) Drotg(a, b float64) (c, s, r, z float64) {
282 func (Implementation) Drotmg(d1, d2, x1, y1 float64) (p blas.DrotmParams, rd1, rd2, rx1 float64) {
392 func (Implementation) Drot(n int, x []float64, incX int, y []float64, incY int, c float64, s float6…
436 func (Implementation) Drotm(n int, x []float64, incX int, y []float64, incY int, p blas.DrotmParams…
[all …]
H A Dlevel3float64.go26 …las.Uplo, tA blas.Transpose, d blas.Diag, m, n int, alpha float64, a []float64, lda int, b []float…
222 …las.Side, ul blas.Uplo, m, n int, alpha float64, a []float64, lda int, b []float64, ldb int, beta …
363 …k(ul blas.Uplo, tA blas.Transpose, n, k int, alpha float64, a []float64, lda int, beta float64, c …
513 …plo, tA blas.Transpose, n, k int, alpha float64, a []float64, lda int, b []float64, ldb int, beta …
676 …las.Uplo, tA blas.Transpose, d blas.Diag, m, n int, alpha float64, a []float64, lda int, b []float…
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/blas/gonum/
H A Dlevel1float64.go19 func (Implementation) Dnrm2(n int, x []float64, incX int) float64 {
47 func (Implementation) Dasum(n int, x []float64, incX int) float64 {
77 func (Implementation) Idamax(n int, x []float64, incX int) int {
123 func (Implementation) Dswap(n int, x []float64, incX int, y []float64, incY int) {
165 func (Implementation) Dcopy(n int, x []float64, incX int, y []float64, incY int) {
204 func (Implementation) Daxpy(n int, alpha float64, x []float64, incX int, y []float64, incY int) {
254 func (Implementation) Drotg(a, b float64) (c, s, r, z float64) {
282 func (Implementation) Drotmg(d1, d2, x1, y1 float64) (p blas.DrotmParams, rd1, rd2, rx1 float64) {
392 func (Implementation) Drot(n int, x []float64, incX int, y []float64, incY int, c float64, s float6…
436 func (Implementation) Drotm(n int, x []float64, incX int, y []float64, incY int, p blas.DrotmParams…
[all …]
H A Dlevel3float64.go26 …las.Uplo, tA blas.Transpose, d blas.Diag, m, n int, alpha float64, a []float64, lda int, b []float…
222 …las.Side, ul blas.Uplo, m, n int, alpha float64, a []float64, lda int, b []float64, ldb int, beta …
365 …k(ul blas.Uplo, tA blas.Transpose, n, k int, alpha float64, a []float64, lda int, beta float64, c …
515 …plo, tA blas.Transpose, n, k int, alpha float64, a []float64, lda int, b []float64, ldb int, beta …
715 …las.Uplo, tA blas.Transpose, d blas.Diag, m, n int, alpha float64, a []float64, lda int, b []float…
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/gonum.org/v1/gonum/blas/gonum/
H A Dlevel1float64.go19 func (Implementation) Dnrm2(n int, x []float64, incX int) float64 {
89 func (Implementation) Dasum(n int, x []float64, incX int) float64 {
119 func (Implementation) Idamax(n int, x []float64, incX int) int {
165 func (Implementation) Dswap(n int, x []float64, incX int, y []float64, incY int) {
207 func (Implementation) Dcopy(n int, x []float64, incX int, y []float64, incY int) {
246 func (Implementation) Daxpy(n int, alpha float64, x []float64, incX int, y []float64, incY int) {
296 func (Implementation) Drotg(a, b float64) (c, s, r, z float64) {
324 func (Implementation) Drotmg(d1, d2, x1, y1 float64) (p blas.DrotmParams, rd1, rd2, rx1 float64) {
434 func (Implementation) Drot(n int, x []float64, incX int, y []float64, incY int, c float64, s float6…
478 func (Implementation) Drotm(n int, x []float64, incX int, y []float64, incY int, p blas.DrotmParams…
[all …]
H A Dlevel3float64.go26 …las.Uplo, tA blas.Transpose, d blas.Diag, m, n int, alpha float64, a []float64, lda int, b []float…
222 …las.Side, ul blas.Uplo, m, n int, alpha float64, a []float64, lda int, b []float64, ldb int, beta …
363 …k(ul blas.Uplo, tA blas.Transpose, n, k int, alpha float64, a []float64, lda int, beta float64, c …
513 …plo, tA blas.Transpose, n, k int, alpha float64, a []float64, lda int, b []float64, ldb int, beta …
676 …las.Uplo, tA blas.Transpose, d blas.Diag, m, n int, alpha float64, a []float64, lda int, b []float…
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/blas/gonum/
H A Dlevel1float64.go19 func (Implementation) Dnrm2(n int, x []float64, incX int) float64 {
89 func (Implementation) Dasum(n int, x []float64, incX int) float64 {
119 func (Implementation) Idamax(n int, x []float64, incX int) int {
165 func (Implementation) Dswap(n int, x []float64, incX int, y []float64, incY int) {
207 func (Implementation) Dcopy(n int, x []float64, incX int, y []float64, incY int) {
246 func (Implementation) Daxpy(n int, alpha float64, x []float64, incX int, y []float64, incY int) {
296 func (Implementation) Drotg(a, b float64) (c, s, r, z float64) {
324 func (Implementation) Drotmg(d1, d2, x1, y1 float64) (p blas.DrotmParams, rd1, rd2, rx1 float64) {
434 func (Implementation) Drot(n int, x []float64, incX int, y []float64, incY int, c float64, s float6…
478 func (Implementation) Drotm(n int, x []float64, incX int, y []float64, incY int, p blas.DrotmParams…
[all …]
H A Dlevel3float64.go26 …las.Uplo, tA blas.Transpose, d blas.Diag, m, n int, alpha float64, a []float64, lda int, b []float…
222 …las.Side, ul blas.Uplo, m, n int, alpha float64, a []float64, lda int, b []float64, ldb int, beta …
363 …k(ul blas.Uplo, tA blas.Transpose, n, k int, alpha float64, a []float64, lda int, beta float64, c …
513 …plo, tA blas.Transpose, n, k int, alpha float64, a []float64, lda int, b []float64, ldb int, beta …
676 …las.Uplo, tA blas.Transpose, d blas.Diag, m, n int, alpha float64, a []float64, lda int, b []float…
/dports/lang/gcc48/gcc-4.8.5/libgo/go/runtime/
H A Dsoftfloat64_test.go23 func add(x, y float64) float64 { return x + y }
88 func trunc32(f float64) float64 {
93 func to32sw(f float64) float64 {
98 func to64sw(f float64) float64 {
103 func hwint64(f float64) float64 {
108 func hwint32(f float64) float64 {
113 func toint64sw(f float64) float64 {
124 func fromint64sw(f float64) float64 {
142 func test(t *testing.T, op string, hw, sw func(float64, float64) float64, all []float64) { argument
162 func testu(t *testing.T, op string, hw, sw func(float64) float64, v float64) {
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Dsoftfloat64_test.go23 func add(x, y float64) float64 { return x + y }
88 func trunc32(f float64) float64 {
93 func to32sw(f float64) float64 {
98 func to64sw(f float64) float64 {
103 func hwint64(f float64) float64 {
108 func hwint32(f float64) float64 {
113 func toint64sw(f float64) float64 {
124 func fromint64sw(f float64) float64 {
142 func test(t *testing.T, op string, hw, sw func(float64, float64) float64, all []float64) { argument
162 func testu(t *testing.T, op string, hw, sw func(float64) float64, v float64) {
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dsoftfloat64_test.go23 func add(x, y float64) float64 { return x + y }
88 func trunc32(f float64) float64 {
93 func to32sw(f float64) float64 {
98 func to64sw(f float64) float64 {
103 func hwint64(f float64) float64 {
108 func hwint32(f float64) float64 {
113 func toint64sw(f float64) float64 {
124 func fromint64sw(f float64) float64 {
142 func test(t *testing.T, op string, hw, sw func(float64, float64) float64, all []float64) { argument
162 func testu(t *testing.T, op string, hw, sw func(float64) float64, v float64) {
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/runtime/
H A Dsoftfloat64_test.go23 func add(x, y float64) float64 { return x + y }
88 func trunc32(f float64) float64 {
93 func to32sw(f float64) float64 {
98 func to64sw(f float64) float64 {
103 func hwint64(f float64) float64 {
108 func hwint32(f float64) float64 {
113 func toint64sw(f float64) float64 {
124 func fromint64sw(f float64) float64 {
142 func test(t *testing.T, op string, hw, sw func(float64, float64) float64, all []float64) { argument
162 func testu(t *testing.T, op string, hw, sw func(float64) float64, v float64) {
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/runtime/
H A Dsoftfloat64_test.go23 func add(x, y float64) float64 { return x + y }
88 func trunc32(f float64) float64 {
93 func to32sw(f float64) float64 {
98 func to64sw(f float64) float64 {
103 func hwint64(f float64) float64 {
108 func hwint32(f float64) float64 {
113 func toint64sw(f float64) float64 {
124 func fromint64sw(f float64) float64 {
142 func test(t *testing.T, op string, hw, sw func(float64, float64) float64, all []float64) { argument
162 func testu(t *testing.T, op string, hw, sw func(float64) float64, v float64) {
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/gonum.org/v1/gonum/internal/asm/f64/
H A Dscal.go13 func ScalUnitary(alpha float64, x []float64) {
23 func ScalUnitaryTo(dst []float64, alpha float64, x []float64) {
35 func ScalInc(alpha float64, x []float64, n, incX uintptr) {
50 func ScalIncTo(dst []float64, incDst uintptr, alpha float64, x []float64, n, incX uintptr) {
/dports/www/carbonapi/carbonapi-0.14.1/vendor/gonum.org/v1/gonum/internal/asm/f64/
H A Dscal.go13 func ScalUnitary(alpha float64, x []float64) {
23 func ScalUnitaryTo(dst []float64, alpha float64, x []float64) {
35 func ScalInc(alpha float64, x []float64, n, incX uintptr) {
50 func ScalIncTo(dst []float64, incDst uintptr, alpha float64, x []float64, n, incX uintptr) {
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/internal/asm/f64/
H A Dscal.go13 func ScalUnitary(alpha float64, x []float64) {
23 func ScalUnitaryTo(dst []float64, alpha float64, x []float64) {
35 func ScalInc(alpha float64, x []float64, n, incX uintptr) {
50 func ScalIncTo(dst []float64, incDst uintptr, alpha float64, x []float64, n, incX uintptr) {
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/gonum.org/v1/gonum/internal/asm/f64/
H A Dscal.go13 func ScalUnitary(alpha float64, x []float64) {
23 func ScalUnitaryTo(dst []float64, alpha float64, x []float64) {
35 func ScalInc(alpha float64, x []float64, n, incX uintptr) {
50 func ScalIncTo(dst []float64, incDst uintptr, alpha float64, x []float64, n, incX uintptr) {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/internal/asm/f64/
H A Dscal.go13 func ScalUnitary(alpha float64, x []float64) {
23 func ScalUnitaryTo(dst []float64, alpha float64, x []float64) {
35 func ScalInc(alpha float64, x []float64, n, incX uintptr) {
50 func ScalIncTo(dst []float64, incDst uintptr, alpha float64, x []float64, n, incX uintptr) {
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/mathext/internal/amos/amoslib/
H A Dfortran.go60 func AbsFort(a float64) float64 {
70 func TanFort(a float64) float64 {
75 func LogFort(a float64) float64 {
80 func SinFort(a float64) float64 {
216 func ZksclFort(ZRR, ZRI, FNU float64, N int, YR, YI []float64, NZ int, RZR, RZI, ASCLE, TOL, ELIM f…
238 func ZbknuFort(ZR, ZI, FNU float64, KODE, N int, YR, YI []float64, NZ int, TOL, ELIM, ALIM float64)…
260 func ZasyiFort(ZR, ZI, FNU float64, KODE, N int, YR, YI []float64, NZ int, RL, TOL, ELIM, ALIM floa…
294 func Zs1s2Fort(ZRR, ZRI, S1R, S1I, S2R, S2I float64, NZ int, ASCLE, ALIM float64, IUF int) (
312 func ZacaiFort(ZR, ZI, FNU float64, KODE, MR, N int, YR, YI []float64, NZ int, RL, TOL, ELIM, ALIM …
336 func ZseriFort(ZR, ZI, FNU float64, KODE, N int, YR, YI []float64, NZ int, TOL, ELIM, ALIM float64)…
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/mathext/internal/amos/amoslib/
H A Dfortran.go52 func AbsFort(a float64) float64 {
62 func TanFort(a float64) float64 {
67 func LogFort(a float64) float64 {
72 func SinFort(a float64) float64 {
208 func ZksclFort(ZRR, ZRI, FNU float64, N int, YR, YI []float64, NZ int, RZR, RZI, ASCLE, TOL, ELIM f…
230 func ZbknuFort(ZR, ZI, FNU float64, KODE, N int, YR, YI []float64, NZ int, TOL, ELIM, ALIM float64)…
252 func ZasyiFort(ZR, ZI, FNU float64, KODE, N int, YR, YI []float64, NZ int, RL, TOL, ELIM, ALIM floa…
286 func Zs1s2Fort(ZRR, ZRI, S1R, S1I, S2R, S2I float64, NZ int, ASCLE, ALIM float64, IUF int) (
304 func ZacaiFort(ZR, ZI, FNU float64, KODE, MR, N int, YR, YI []float64, NZ int, RL, TOL, ELIM, ALIM …
328 func ZseriFort(ZR, ZI, FNU float64, KODE, N int, YR, YI []float64, NZ int, TOL, ELIM, ALIM float64)…
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgo/go/math/
H A Dfloor.go15 func libc_floor(float64) float64 argument
17 func Floor(x float64) float64 {
21 func floor(x float64) float64 {
44 func libc_ceil(float64) float64 argument
46 func Ceil(x float64) float64 {
50 func ceil(x float64) float64 {
61 func Trunc(x float64) float64 {
65 func trunc(x float64) float64 {
79 func Round(x float64) float64 {
116 func RoundToEven(x float64) float64 {
/dports/lang/gcc10/gcc-10.3.0/libgo/go/math/
H A Dfloor.go15 func libc_floor(float64) float64 argument
17 func Floor(x float64) float64 {
21 func floor(x float64) float64 {
44 func libc_ceil(float64) float64 argument
46 func Ceil(x float64) float64 {
50 func ceil(x float64) float64 {
61 func Trunc(x float64) float64 {
65 func trunc(x float64) float64 {
79 func Round(x float64) float64 {
116 func RoundToEven(x float64) float64 {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/math/
H A Dfloor.go15 func libc_floor(float64) float64 argument
17 func Floor(x float64) float64 {
21 func floor(x float64) float64 {
44 func libc_ceil(float64) float64 argument
46 func Ceil(x float64) float64 {
50 func ceil(x float64) float64 {
61 func Trunc(x float64) float64 {
65 func trunc(x float64) float64 {
79 func Round(x float64) float64 {
116 func RoundToEven(x float64) float64 {

12345678910>>...476