Home
last modified time | relevance | path

Searched defs:subs (Results 351 – 375 of 4699) sorted by relevance

1...<<11121314151617181920>>...188

/dports/misc/vxl/vxl-3.3.2/core/vgui/impl/glut/
H A Dvgui_glut_popup_impl.h29 std::vector<void*> subs; // list of pointers to popup_impls allocated by this popup_impl. member
/dports/math/cocoalib/CoCoALib-0.99712/examples/
H A Dex-symbol1.C47 vector<long> subs = {1,3,5}; in program() local
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/ununpack/agent_tests/Unit/
H A Dtest_PathCheck.c34 char *subs; in testPathCheck() local
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dstrfunction.pyx18 class subs(str): class
/dports/math/py-sympy/sympy-1.9/sympy/strategies/
H A Dtools.py5 def subs(d, **kwargs): function
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_builtin_macros/src/format_foreign/printf/
H A Dtests.rs101 let subs: Vec<_> = iter_subs(s, 0).map(|sub| sub.translate().ok()).collect(); in test_iter() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_builtin_macros/src/format_foreign/shell/
H A Dtests.rs40 let subs: Vec<_> = iter_subs(s, 0).map(|sub| sub.translate().ok()).collect(); in test_iter() localVariable
/dports/audio/uade/uade-2.13/src/frontends/common/
H A Dsongdb.h10 struct vplist *subs; member
/dports/databases/litestream/litestream-0.3.6/vendor/go.opencensus.io/stats/
H A Dmeasure_int64.go1 // Copyright 2017, OpenCensus Authors
2 //
3 // Licensed under the Apache License, Version 2.0 (the "License");
4 // you may not use this file except in compliance with the License.
5 // You may obtain a copy of the License at
6 //
7 // http://www.apache.org/licenses/LICENSE-2.0
8 //
9 // Unless required by applicable law or agreed to in writing, software
10 // distributed under the License is distributed on an "AS IS" BASIS,
[all …]
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/arm/arm64/
H A DMNNUnPackC4.S64 subs x8, x8, #1 label
97 subs x8, x8, #1 label
127 subs x8, x8, #1 label
155 subs x8, x8, #1 label
H A DMNNUnPackC4_BF16.S65 subs x8, x8, #1 label
98 subs x8, x8, #1 label
128 subs x8, x8, #1 label
156 subs x8, x8, #1 label
H A DMNNPowC8.S44 subs x2, x2, #1 label
97 subs x4, x4, #1 label
/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/query/
H A Dcompound.py214 def _matcher(self, subs, searcher, context): argument
219 def _tree_matcher(self, subs, mcls, searcher, context, q_weight_fn, argument
266 def _matcher(self, subs, searcher, context): argument
335 def _matcher(self, subs, searcher, context): argument
375 def _matcher(self, subs, searcher, context): argument
442 def _matcher(self, subs, searcher, context): argument
486 def _matcher(self, subs, searcher, context): argument
/dports/math/z3/z3-z3-4.8.13/src/muz/spacer/
H A Dspacer_mbc.cpp28 obj_map<expr,expr*> &subs, in mbc_rewriter_cfg() argument
81 obj_map<expr,expr*> subs; in operator ()() local
/dports/math/py-z3-solver/z3-z3-4.8.10/src/muz/spacer/
H A Dspacer_mbc.cpp28 obj_map<expr,expr*> &subs, in mbc_rewriter_cfg() argument
81 obj_map<expr,expr*> subs; in operator ()() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/java/
H A DJavaStructureType.java135 Set subs = getAllSubclassesSet(); in getAllSubclasses() local
144 Iterator subs = subclasses.iterator(); in getAllSubclassesSet() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/java/
H A DJavaStructureType.java135 Set subs = getAllSubclassesSet(); in getAllSubclasses() local
144 Iterator subs = subclasses.iterator(); in getAllSubclassesSet() local
/dports/science/PETSc/petsc-3.14.1/src/vec/vec/utils/tagger/impls/
H A Dandor.h7 VecTagger *subs; member
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/arm/arm32/
H A DMNNConvDwF23SourceTransUnit.S30 subs r2, r2, #1 label
H A DMNNExpC8.S78 subs r3, r3, #1 label
/dports/misc/mnn/MNN-1.2.0/source/backend/arm82/asm/arm32/
H A DMNNConvDwF23SourceTransUnitFP16.S30 subs r2, r2, #1 label
H A DMNNExpFP16.S79 subs r3, r3, #1 label
/dports/science/berkeleygw/BGW-2.0.0/MeanField/spglib-1.0.9/
H A Dmeta_wrapper.py49 subs = ['short','long','unsigned','signed','char','int','float','double','void','const'] variable
/dports/deskutils/recoll/recoll-1.31.2/qtgui/
H A Drclm_view.cpp146 map<string, string> subs; in openWith() local
403 map<string, string> subs; in startNativeViewer() local
423 void RclMain::execViewer(const map<string, string>& subs, bool enterHistory, in execViewer() argument
/dports/math/cvc4/CVC4-1.7/src/theory/
H A Dsubs_minimize.cpp32 const std::vector<Node>& subs, in find()
55 const std::vector<Node>& subs, in findWithImplied()
171 const std::vector<Node>& subs, in findInternal()

1...<<11121314151617181920>>...188