Home
last modified time | relevance | path

Searched defs:General (Results 101 – 125 of 2585) sorted by relevance

12345678910>>...104

/dports/www/bareos-webui/bareos-Release-20.0.3/docs/manuals/source/DeveloperGuide/
H A Dmempool.rst4 General section in Bareos Memory Management
25 Statically Allocated Memory
41 Dynamically Allocated Memory
64 Pooled and Non-pooled Memory
/dports/www/bareos19-webui/bareos-Release-19.2.11/docs/manuals/source/DeveloperGuide/
H A Dmempool.rst4 General section in Bareos Memory Management
25 Statically Allocated Memory
41 Dynamically Allocated Memory
64 Pooled and Non-pooled Memory
/dports/sysutils/bacula9-docs/bacula-docs-9.6.7/manuals/fr/developers/
H A Dmempool.tex10 \section{General} section in Bacula Memory Management
31 \subsection{Statically Allocated Memory}
51 \subsection{Dynamically Allocated Memory}
83 \subsection{Pooled and Non-pooled Memory}
/dports/sysutils/bacula9-docs/bacula-docs-9.6.7/manuals/es/developers/base/
H A Dmempool.tex10 \section{General} section in Bacula Memory Management
31 \subsection{Statically Allocated Memory}
51 \subsection{Dynamically Allocated Memory}
83 \subsection{Pooled and Non-pooled Memory}
/dports/sysutils/bacula9-docs/bacula-docs-9.6.7/manuals/es/developers/
H A Dmempool-en.tex10 \section{General} section in Bacula Memory Management
31 \subsection{Statically Allocated Memory}
51 \subsection{Dynamically Allocated Memory}
83 \subsection{Pooled and Non-pooled Memory}
/dports/sysutils/bacula9-docs/bacula-docs-9.6.7/manuals/de/developers/
H A Dmempool.tex10 \section{General} section in Bacula Memory Management
31 \subsection{Statically Allocated Memory}
51 \subsection{Dynamically Allocated Memory}
83 \subsection{Pooled and Non-pooled Memory}
/dports/sysutils/bacula9-docs/bacula-docs-9.6.7/manuals/en/developers/
H A Dmempool.tex10 \section{General} section in Bacula Memory Management
31 \subsection{Statically Allocated Memory}
51 \subsection{Dynamically Allocated Memory}
83 \subsection{Pooled and Non-pooled Memory}
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/manuals/en/developers/www-developers/
H A Dmempool.tex9 \section{General} section in Bacula Memory Management
29 \subsection{Statically Allocated Memory}
48 \subsection{Dynamically Allocated Memory}
79 \subsection{Pooled and Non-pooled Memory}
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/manuals/en/developers/
H A Dmempool.tex9 \section{General} section in Bacula Memory Management
29 \subsection{Statically Allocated Memory}
48 \subsection{Dynamically Allocated Memory}
79 \subsection{Pooled and Non-pooled Memory}
/dports/games/hex-a-hop/hex-a-hop-1.1.0/src/
H A Dsavestate.h157 struct General { struct
159 void SwapBytes() in SwapBytes()
169 int32_t scoringOn;
170 int32_t hintFlags;
171 int32_t completionPercentage;
172 int32_t endSequence;
173 int32_t masteredPercentage;
197 General general; argument
/dports/astro/oskar/OSKAR-2.8.0/apps/test/data/
H A Doskar_imager.ini1 [General] section
2 app=oskar_imager
3 version=2.7.0
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/gonum.org/v1/gonum/mat/
H A Dshadow.go30 func checkOverlap(a, b blas64.General) bool {
69 func (m *Dense) checkOverlap(a blas64.General) bool {
91 func (s *SymDense) checkOverlap(a blas64.General) bool {
124 func (t *TriDense) checkOverlap(a blas64.General) bool {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/mat/
H A Dshadow.go30 func checkOverlap(a, b blas64.General) bool {
69 func (m *Dense) checkOverlap(a blas64.General) bool {
91 func (s *SymDense) checkOverlap(a blas64.General) bool {
124 func (t *TriDense) checkOverlap(a blas64.General) bool {
/dports/sysutils/ansible2/ansible-2.9.27/docs/docsite/rst/roadmap/
H A DROADMAP_2_7.rst57 General chapter
79 General chapter
96 General chapter
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/docs/docsite/rst/roadmap/
H A DROADMAP_2_7.rst57 General chapter
79 General chapter
96 General chapter
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/roadmap/
H A DROADMAP_2_7.rst57 General chapter
79 General chapter
96 General chapter
/dports/graphics/mesa-dri-classic/mesa-20.2.3/docs/
H A Dinstall.rst16 Build system
26 Compiler
37 Third party/extra tools.
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/runners/bookmarks/autotests/firefox/firefox-config-home/
H A Dprofiles.ini13 [General] section
14 StartWithLastProfile=1
15 Version=2
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/gonum.org/v1/gonum/blas/cblas128/
H A Dcblas128.go36 type General struct { struct
37 Rows, Cols int
38 Stride int
39 Data []complex128
327 func Geru(alpha complex128, x, y Vector, a General) {
334 func Gerc(alpha complex128, x, y Vector, a General) {
374 func Gemm(tA, tB blas.Transpose, alpha complex128, a, b General, beta complex128, c General) {
394 func Symm(s blas.Side, alpha complex128, a Symmetric, b General, beta complex128, c General) {
443 func Trmm(s blas.Side, tA blas.Transpose, alpha complex128, a Triangular, b General) {
470 func Hemm(s blas.Side, alpha complex128, a Hermitian, b General, beta complex128, c General) {
[all …]
/dports/www/carbonapi/carbonapi-0.14.1/vendor/gonum.org/v1/gonum/blas/cblas128/
H A Dcblas128.go37 type General struct { struct
38 Rows, Cols int
39 Stride int
40 Data []complex128
351 func Geru(alpha complex128, x, y Vector, a General) {
358 func Gerc(alpha complex128, x, y Vector, a General) {
398 func Gemm(tA, tB blas.Transpose, alpha complex128, a, b General, beta complex128, c General) {
418 func Symm(s blas.Side, alpha complex128, a Symmetric, b General, beta complex128, c General) {
467 func Trmm(s blas.Side, tA blas.Transpose, alpha complex128, a Triangular, b General) {
494 func Hemm(s blas.Side, alpha complex128, a Hermitian, b General, beta complex128, c General) {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/blas/cblas64/
H A Dcblas64.go37 type General struct { struct
38 Rows, Cols int
39 Stride int
40 Data []complex64
351 func Geru(alpha complex64, x, y Vector, a General) {
358 func Gerc(alpha complex64, x, y Vector, a General) {
398 func Gemm(tA, tB blas.Transpose, alpha complex64, a, b General, beta complex64, c General) {
418 func Symm(s blas.Side, alpha complex64, a Symmetric, b General, beta complex64, c General) {
467 func Trmm(s blas.Side, tA blas.Transpose, alpha complex64, a Triangular, b General) {
494 func Hemm(s blas.Side, alpha complex64, a Hermitian, b General, beta complex64, c General) {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/blas/cblas128/
H A Dcblas128.go37 type General struct { struct
38 Rows, Cols int
39 Stride int
40 Data []complex128
351 func Geru(alpha complex128, x, y Vector, a General) {
358 func Gerc(alpha complex128, x, y Vector, a General) {
398 func Gemm(tA, tB blas.Transpose, alpha complex128, a, b General, beta complex128, c General) {
418 func Symm(s blas.Side, alpha complex128, a Symmetric, b General, beta complex128, c General) {
467 func Trmm(s blas.Side, tA blas.Transpose, alpha complex128, a Triangular, b General) {
494 func Hemm(s blas.Side, alpha complex128, a Hermitian, b General, beta complex128, c General) {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/gonum.org/v1/gonum/blas/cblas128/
H A Dcblas128.go37 type General struct { struct
38 Rows, Cols int
39 Stride int
40 Data []complex128
351 func Geru(alpha complex128, x, y Vector, a General) {
358 func Gerc(alpha complex128, x, y Vector, a General) {
398 func Gemm(tA, tB blas.Transpose, alpha complex128, a, b General, beta complex128, c General) {
418 func Symm(s blas.Side, alpha complex128, a Symmetric, b General, beta complex128, c General) {
467 func Trmm(s blas.Side, tA blas.Transpose, alpha complex128, a Triangular, b General) {
494 func Hemm(s blas.Side, alpha complex128, a Hermitian, b General, beta complex128, c General) {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/blas/cblas128/
H A Dcblas128.go36 type General struct { struct
37 Rows, Cols int
38 Stride int
39 Data []complex128
327 func Geru(alpha complex128, x, y Vector, a General) {
334 func Gerc(alpha complex128, x, y Vector, a General) {
374 func Gemm(tA, tB blas.Transpose, alpha complex128, a, b General, beta complex128, c General) {
394 func Symm(s blas.Side, alpha complex128, a Symmetric, b General, beta complex128, c General) {
443 func Trmm(s blas.Side, tA blas.Transpose, alpha complex128, a Triangular, b General) {
470 func Hemm(s blas.Side, alpha complex128, a Hermitian, b General, beta complex128, c General) {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/blas/cblas64/
H A Dcblas64.go36 type General struct { struct
37 Rows, Cols int
38 Stride int
39 Data []complex64
327 func Geru(alpha complex64, x, y Vector, a General) {
334 func Gerc(alpha complex64, x, y Vector, a General) {
374 func Gemm(tA, tB blas.Transpose, alpha complex64, a, b General, beta complex64, c General) {
394 func Symm(s blas.Side, alpha complex64, a Symmetric, b General, beta complex64, c General) {
443 func Trmm(s blas.Side, tA blas.Transpose, alpha complex64, a Triangular, b General) {
470 func Hemm(s blas.Side, alpha complex64, a Hermitian, b General, beta complex64, c General) {
[all …]

12345678910>>...104