Home
last modified time | relevance | path

Searched defs:At (Results 1 – 25 of 2243) sorted by relevance

12345678910>>...90

/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/mat/
H A Dbasictypes_test.go22 func (m *basicMatrix) At(r, c int) float64 { return (*Dense)(m).At(r, c) } func
30 func (v *basicVector) At(r, c int) float64 { return (*VecDense)(v).At(r, c) } func
48 func (m *basicSymmetric) At(r, c int) float64 { return (*SymDense)(m).At(r, c) } func
57 func (m *basicTriangular) At(r, c int) float64 { return (*TriDense)(m).At(r, c) } func
67 func (m *basicBanded) At(r, c int) float64 { return (*BandDense)(m).At(r, c) } func
77 func (m *basicSymBanded) At(r, c int) float64 { return (*SymBandDense)(m).At(r, c) } func
89 func (m *basicTriBanded) At(r, c int) float64 { return (*TriBandDense)(m).At(r, c) } func
103 func (m *basicDiagonal) At(r, c int) float64 { return (*DiagDense)(m).At(r, c) } func
H A Dindex_bound_checks.go12 func (m *Dense) At(i, j int) float64 { func
42 func (m *CDense) At(i, j int) complex128 { func
73 func (v *VecDense) At(i, j int) float64 { func
107 func (t *SymDense) At(i, j int) float64 { func
143 func (t *TriDense) At(i, j int) float64 { func
182 func (b *BandDense) At(i, j int) float64 { func
221 func (s *SymBandDense) At(i, j int) float64 { func
265 func (t *TriBandDense) At(i, j int) float64 { func
320 func (d *DiagDense) At(i, j int) float64 { func
H A Dindex_no_bound_checks.go12 func (m *Dense) At(i, j int) float64 { func
42 func (m *CDense) At(i, j int) complex128 { func
73 func (v *VecDense) At(i, j int) float64 { func
110 func (s *SymDense) At(i, j int) float64 { func
146 func (t *TriDense) At(i, j int) float64 { func
185 func (b *BandDense) At(i, j int) float64 { func
225 func (s *SymBandDense) At(i, j int) float64 { func
269 func (t *TriBandDense) At(i, j int) float64 { func
331 func (d *DiagDense) At(i, j int) float64 { func
/dports/misc/visp/visp-3.4.0/3rdparty/simdlib/Simd/
H A DSimdPixel.hpp434 …template <template<class> class A> SIMD_INLINE const Bgr24 & Bgr24::At(const View<A> & view, ptrdi… in At() function in Simd::Pixel::Bgr24
441 …template <template<class> class A> SIMD_INLINE Bgr24 & Bgr24::At(View<A> & view, ptrdiff_t col, pt… in At() function in Simd::Pixel::Bgr24
490 …template <template<class> class A> SIMD_INLINE const Bgra32 & Bgra32::At(const View<A> & view, ptr… in At() function in Simd::Pixel::Bgra32
497 …template <template<class> class A> SIMD_INLINE Bgra32 & Bgra32::At(View<A> & view, ptrdiff_t col, … in At() function in Simd::Pixel::Bgra32
527 …template <template<class> class A> SIMD_INLINE const Hsv24 & Hsv24::At(const View<A> & view, ptrdi… in At() function in Simd::Pixel::Hsv24
534 …template <template<class> class A> SIMD_INLINE Hsv24 & Hsv24::At(View<A> & view, ptrdiff_t col, pt… in At() function in Simd::Pixel::Hsv24
564 …template <template<class> class A> SIMD_INLINE const Hsl24 & Hsl24::At(const View<A> & view, ptrdi… in At() function in Simd::Pixel::Hsl24
571 …template <template<class> class A> SIMD_INLINE Hsl24 & Hsl24::At(View<A> & view, ptrdiff_t col, pt… in At() function in Simd::Pixel::Hsl24
615 …template <template<class> class A> SIMD_INLINE const Rgb24 & Rgb24::At(const View<A> & view, ptrdi… in At() function in Simd::Pixel::Rgb24
622 …template <template<class> class A> SIMD_INLINE Rgb24 & Rgb24::At(View<A> & view, ptrdiff_t col, pt… in At() function in Simd::Pixel::Rgb24
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/gonum.org/v1/gonum/mat/
H A Dindex_bound_checks.go12 func (m *Dense) At(i, j int) float64 { func
42 func (m *CDense) At(i, j int) complex128 { func
73 func (v *VecDense) At(i, j int) float64 { func
107 func (t *SymDense) At(i, j int) float64 { func
143 func (t *TriDense) At(i, j int) float64 { func
182 func (b *BandDense) At(i, j int) float64 { func
221 func (s *SymBandDense) At(i, j int) float64 { func
265 func (t *TriBandDense) At(i, j int) float64 { func
320 func (d *DiagDense) At(i, j int) float64 { func
H A Dindex_no_bound_checks.go12 func (m *Dense) At(i, j int) float64 { func
42 func (m *CDense) At(i, j int) complex128 { func
73 func (v *VecDense) At(i, j int) float64 { func
110 func (s *SymDense) At(i, j int) float64 { func
146 func (t *TriDense) At(i, j int) float64 { func
185 func (b *BandDense) At(i, j int) float64 { func
225 func (s *SymBandDense) At(i, j int) float64 { func
269 func (t *TriBandDense) At(i, j int) float64 { func
331 func (d *DiagDense) At(i, j int) float64 { func
/dports/www/carbonapi/carbonapi-0.14.1/vendor/gonum.org/v1/gonum/mat/
H A Dindex_bound_checks.go12 func (m *Dense) At(i, j int) float64 { func
42 func (m *CDense) At(i, j int) complex128 { func
73 func (v *VecDense) At(i, j int) float64 { func
107 func (t *SymDense) At(i, j int) float64 { func
143 func (t *TriDense) At(i, j int) float64 { func
182 func (b *BandDense) At(i, j int) float64 { func
221 func (s *SymBandDense) At(i, j int) float64 { func
265 func (t *TriBandDense) At(i, j int) float64 { func
320 func (d *DiagDense) At(i, j int) float64 { func
H A Dindex_no_bound_checks.go12 func (m *Dense) At(i, j int) float64 { func
42 func (m *CDense) At(i, j int) complex128 { func
73 func (v *VecDense) At(i, j int) float64 { func
110 func (s *SymDense) At(i, j int) float64 { func
146 func (t *TriDense) At(i, j int) float64 { func
185 func (b *BandDense) At(i, j int) float64 { func
225 func (s *SymBandDense) At(i, j int) float64 { func
269 func (t *TriBandDense) At(i, j int) float64 { func
331 func (d *DiagDense) At(i, j int) float64 { func
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/gonum.org/v1/gonum/mat/
H A Dindex_bound_checks.go12 func (m *Dense) At(i, j int) float64 { func
42 func (m *CDense) At(i, j int) complex128 { func
73 func (v *VecDense) At(i, j int) float64 { func
107 func (t *SymDense) At(i, j int) float64 { func
143 func (t *TriDense) At(i, j int) float64 { func
182 func (b *BandDense) At(i, j int) float64 { func
221 func (s *SymBandDense) At(i, j int) float64 { func
265 func (t *TriBandDense) At(i, j int) float64 { func
320 func (d *DiagDense) At(i, j int) float64 { func
H A Dindex_no_bound_checks.go12 func (m *Dense) At(i, j int) float64 { func
42 func (m *CDense) At(i, j int) complex128 { func
73 func (v *VecDense) At(i, j int) float64 { func
110 func (s *SymDense) At(i, j int) float64 { func
146 func (t *TriDense) At(i, j int) float64 { func
185 func (b *BandDense) At(i, j int) float64 { func
225 func (s *SymBandDense) At(i, j int) float64 { func
269 func (t *TriBandDense) At(i, j int) float64 { func
331 func (d *DiagDense) At(i, j int) float64 { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/mat/
H A Dindex_bound_checks.go12 func (m *Dense) At(i, j int) float64 { func
42 func (m *CDense) At(i, j int) complex128 { func
73 func (v *VecDense) At(i, j int) float64 { func
107 func (t *SymDense) At(i, j int) float64 { func
143 func (t *TriDense) At(i, j int) float64 { func
182 func (b *BandDense) At(i, j int) float64 { func
221 func (s *SymBandDense) At(i, j int) float64 { func
265 func (t *TriBandDense) At(i, j int) float64 { func
320 func (d *DiagDense) At(i, j int) float64 { func
H A Dindex_no_bound_checks.go12 func (m *Dense) At(i, j int) float64 { func
42 func (m *CDense) At(i, j int) complex128 { func
73 func (v *VecDense) At(i, j int) float64 { func
110 func (s *SymDense) At(i, j int) float64 { func
146 func (t *TriDense) At(i, j int) float64 { func
185 func (b *BandDense) At(i, j int) float64 { func
225 func (s *SymBandDense) At(i, j int) float64 { func
269 func (t *TriBandDense) At(i, j int) float64 { func
331 func (d *DiagDense) At(i, j int) float64 { func
H A Dmul_test.go206 func (m *basicMatrix) At(r, c int) float64 { func
222 func (m *basicBanded) At(r, c int) float64 { func
246 func (m *basicSymmetric) At(r, c int) float64 { func
266 func (m *basicTriangular) At(r, c int) float64 { func
290 func (m *basicSymBanded) At(r, c int) float64 { func
322 func (m *basicTriBanded) At(r, c int) float64 { func
362 func (m *basicDiagonal) At(r, c int) float64 { func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/prometheus/prometheus/storage/
H A Dgeneric.go30 At() Labels methodSpec
41 func (a *genericSeriesSetAdapter) At() Labels { func
49 func (a *genericChunkSeriesSetAdapter) At() Labels { func
84 func (a *seriesSetAdapter) At() Series { func
100 func (a *chunkSeriesSetAdapter) At() ChunkSeries { func
136 func (noopGenericSeriesSet) At() Labels { return nil } func
H A Dlazy.go39 func (c *lazyGenericSeriesSet) At() Labels { func
57 func (warningsOnlySeriesSet) At() Labels { return nil } func
65 func (errorOnlySeriesSet) At() Labels { return nil } func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/prometheus/prometheus/storage/
H A Dgeneric.go30 At() Labels methodSpec
41 func (a *genericSeriesSetAdapter) At() Labels { func
49 func (a *genericChunkSeriesSetAdapter) At() Labels { func
84 func (a *seriesSetAdapter) At() Series { func
100 func (a *chunkSeriesSetAdapter) At() ChunkSeries { func
136 func (noopGenericSeriesSet) At() Labels { return nil } func
H A Dlazy.go39 func (c *lazyGenericSeriesSet) At() Labels { func
57 func (warningsOnlySeriesSet) At() Labels { return nil } func
65 func (errorOnlySeriesSet) At() Labels { return nil } func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/storage/
H A Dgeneric.go30 At() Labels methodSpec
41 func (a *genericSeriesSetAdapter) At() Labels { func
49 func (a *genericChunkSeriesSetAdapter) At() Labels { func
84 func (a *seriesSetAdapter) At() Series { func
100 func (a *chunkSeriesSetAdapter) At() ChunkSeries { func
136 func (noopGenericSeriesSet) At() Labels { return nil } func
H A Dlazy.go39 func (c *lazyGenericSeriesSet) At() Labels { func
57 func (warningsOnlySeriesSet) At() Labels { return nil } func
65 func (errorOnlySeriesSet) At() Labels { return nil } func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/prometheus/prometheus/storage/
H A Dgeneric.go30 At() Labels methodSpec
41 func (a *genericSeriesSetAdapter) At() Labels { func
49 func (a *genericChunkSeriesSetAdapter) At() Labels { func
84 func (a *seriesSetAdapter) At() Series { func
100 func (a *chunkSeriesSetAdapter) At() ChunkSeries { func
136 func (noopGenericSeriesSet) At() Labels { return nil } func
H A Dlazy.go39 func (c *lazyGenericSeriesSet) At() Labels { func
57 func (warningsOnlySeriesSet) At() Labels { return nil } func
65 func (errorOnlySeriesSet) At() Labels { return nil } func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/storage/
H A Dgeneric.go30 At() Labels methodSpec
41 func (a *genericSeriesSetAdapter) At() Labels { func
49 func (a *genericChunkSeriesSetAdapter) At() Labels { func
84 func (a *seriesSetAdapter) At() Series { func
100 func (a *chunkSeriesSetAdapter) At() ChunkSeries { func
136 func (noopGenericSeriesSet) At() Labels { return nil } func
H A Dlazy.go39 func (c *lazyGenericSeriesSet) At() Labels { func
57 func (warningsOnlySeriesSet) At() Labels { return nil } func
65 func (errorOnlySeriesSet) At() Labels { return nil } func
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/oov/psd/
H A Dpicker.go108 func (p *pickerPalette) At(x, y int) color.Color { func
121 func (p *pickerGray1) At(x, y int) color.Color { func
135 func (p *pickerGray8) At(x, y int) color.Color { func
150 func (p *pickerNGray8) At(x, y int) color.Color { func
165 func (p *pickerNGrayA8) At(x, y int) color.Color { func
178 func (p *pickerGray16) At(x, y int) color.Color { func
193 func (p *pickerNGray16) At(x, y int) color.Color { func
221 func (p *pickerGray32) At(x, y int) color.Color { func
269 func (p *pickerNRGB8) At(x, y int) color.Color { func
289 func (p *pickerNRGBA8) At(x, y int) color.Color { func
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/pkg/pgmodel/querier/
H A Dtimestamp_series.go15 At(index int) (int64, bool) methodSpec
28 func (t *rowTimestampSeries) At(index int) (int64, bool) { func
58 func (t *regularTimestampSeries) At(index int) (int64, bool) { func

12345678910>>...90