Home
last modified time | relevance | path

Searched +defs:factor +defs:scope (Results 1 – 25 of 134) sorted by relevance

123456

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/te/
H A Dschedule.py118 def cache_read(self, tensor, scope, readers): argument
144 def cache_write(self, tensor, scope): argument
201 def split(self, parent, factor=None, nparts=None): argument
252 def set_scope(self, scope): argument
300 def compute_at(self, parent, scope): argument
485 def storage_align(self, axis, factor, offset): argument
/dports/misc/tvm/incubator-tvm-0.6.1/python/tvm/
H A Dschedule.py272 def cache_read(self, tensor, scope, readers): argument
298 def cache_write(self, tensor, scope): argument
354 def split(self, parent, factor=None, nparts=None): argument
405 def set_scope(self, scope): argument
453 def compute_at(self, parent, scope): argument
637 def storage_align(self, axis, factor, offset): argument
/dports/misc/py-tvm/incubator-tvm-0.6.1/python/tvm/
H A Dschedule.py272 def cache_read(self, tensor, scope, readers): argument
298 def cache_write(self, tensor, scope): argument
354 def split(self, parent, factor=None, nparts=None): argument
405 def set_scope(self, scope): argument
453 def compute_at(self, parent, scope): argument
637 def storage_align(self, axis, factor, offset): argument
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/foreign/
H A DTestSegments.java76 try (ResourceScope scope = ResourceScope.newConfinedScope()) { in testNativeSegmentIsZeroed()
88 try (ResourceScope scope = ResourceScope.newConfinedScope()) { in testSlices()
250 public void testBigHeapSegments(IntFunction<MemorySegment> heapSegmentFactory, int factor) { in testBigHeapSegments()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/v8/
H A Dqqmlbuiltinfunctions.cpp253 QV4::Scope scope(f); in method_rgba() local
282 QV4::Scope scope(b); in method_hsla() local
314 QV4::Scope scope(b); in method_hsva() local
342 QV4::Scope scope(b); in method_colorEqual() local
379 QV4::Scope scope(b); in method_rect() local
625 qreal factor = 1.5; in method_lighter() local
665 qreal factor = 2.0; in method_darker() local
1394 Scope scope(b); in method_set_uiLanguage() local
1620 Scope scope(v4); in serializeArray() local
1808 Scope scope(b); in method_count() local
[all …]
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/v8/
H A Dqqmlbuiltinfunctions.cpp253 QV4::Scope scope(f); in method_rgba() local
282 QV4::Scope scope(b); in method_hsla() local
314 QV4::Scope scope(b); in method_hsva() local
342 QV4::Scope scope(b); in method_colorEqual() local
379 QV4::Scope scope(b); in method_rect() local
625 qreal factor = 1.5; in method_lighter() local
665 qreal factor = 2.0; in method_darker() local
1394 Scope scope(b); in method_set_uiLanguage() local
1620 Scope scope(v4); in serializeArray() local
1808 Scope scope(b); in method_count() local
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/variation/
H A Dvariation_utils.cpp138 void CVariationUtilities::CorrectRefAllele(CVariation& variation, CScope& scope) in CorrectRefAllele()
227 void CVariationUtilities::CorrectRefAllele(CSeq_annot& annot, CScope& scope) in CorrectRefAllele()
240 void CVariationUtilities::CorrectRefAllele(CSeq_feat& feature, CScope& scope) in CorrectRefAllele()
798 size_t factor = target.length() / candidate.length(); in x_isBaseRepeatingUnit() local
1346 const string &allele, CScope &scope, CVariation_inst::TType type) in x_IsShiftable()
1852 void CVariationNormalization::AlterToVCFVar(CVariation& var, CScope &scope) in AlterToVCFVar()
1857 void CVariationNormalization::AlterToVCFVar(CSeq_annot& var, CScope& scope) in AlterToVCFVar()
1862 void CVariationNormalization::AlterToVCFVar(CSeq_feat& feat, CScope& scope) in AlterToVCFVar()
1882 void CVariationNormalization::AlterToDelIns(CVariation& var, CScope &scope) in AlterToDelIns()
2039 const string &allele, CScope &scope, CVariation_inst::TType type) in IsShiftable()
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/include/tvm/
H A Dschedule.h483 std::string scope; variable
656 Expr factor; variable
/dports/misc/py-tvm/incubator-tvm-0.6.1/include/tvm/
H A Dschedule.h483 std::string scope; variable
656 Expr factor; variable
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-69/
H A Dstep-69.cc690 TimerOutput::Scope scope(computing_timer, in setup() local
750 TimerOutput::Scope scope( in setup() local
1031 TimerOutput::Scope scope( in assemble() local
1248 TimerOutput::Scope scope(computing_timer, in assemble() local
1476 const double factor = (gamma + 1.0) / 2.0 / gamma; in lambda1_minus() local
1497 const double factor = (gamma + 1.0) / 2.0 / gamma; in lambda3_plus() local
1721 TimerOutput::Scope scope(computing_timer, in prepare() local
1797 TimerOutput::Scope scope(computing_timer, in make_one_step() local
2134 TimerOutput::Scope scope(computing_timer, in prepare() local
2211 TimerOutput::Scope scope( in compute_schlieren() local
[all …]
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/util/
H A Dqquickglobal.cpp112 QVariant lighter(const QVariant &var, qreal factor) override in lighter()
119 QVariant darker(const QVariant &var, qreal factor) override in darker()
281 QV4::Scope scope(v4); in colorSpaceFromObject() local
327 QV4::Scope scope(v4); in fontFromObject() local
425 QV4::Scope scope(v4); in matrix4x4FromObject() local
694 QV4::Scope scope(v4); in variantFromJsObject() local
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/util/
H A Dqquickglobal.cpp112 QVariant lighter(const QVariant &var, qreal factor) override in lighter()
119 QVariant darker(const QVariant &var, qreal factor) override in darker()
281 QV4::Scope scope(v4); in colorSpaceFromObject() local
327 QV4::Scope scope(v4); in fontFromObject() local
425 QV4::Scope scope(v4); in matrix4x4FromObject() local
694 QV4::Scope scope(v4); in variantFromJsObject() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/include/tvm/te/
H A Dschedule.h479 std::string scope; variable
638 PrimExpr factor; variable
/dports/misc/tvm/incubator-tvm-0.6.1/src/schedule/
H A Dschedule_lang.cc59 Expr factor, in Split()
123 Stage& Stage::set_scope(std::string scope) { // NOLINT(*) in set_scope()
128 Stage& Stage::compute_at(Stage parent, IterVar scope) { // NOLINT(*) in compute_at()
228 IterVar parent, Expr factor, IterVar* p_outer, IterVar* p_inner) { // NOLINT(*) in split()
437 Stage& Stage::storage_align(IterVar axis, int factor, int offset) { in storage_align()
760 Expr factor, in make()
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/schedule/
H A Dschedule_lang.cc59 Expr factor, in Split()
123 Stage& Stage::set_scope(std::string scope) { // NOLINT(*) in set_scope()
128 Stage& Stage::compute_at(Stage parent, IterVar scope) { // NOLINT(*) in compute_at()
228 IterVar parent, Expr factor, IterVar* p_outer, IterVar* p_inner) { // NOLINT(*) in split()
437 Stage& Stage::storage_align(IterVar axis, int factor, int offset) { in storage_align()
760 Expr factor, in make()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Dloop_unroller.cpp382 size_t factor) { in PartiallyUnrollResidualFactor()
532 void LoopUnrollerUtilsImpl::Unroll(Loop* loop, size_t factor) { in Unroll()
752 DebugScope scope = old_branch.GetDebugScope(); in FoldConditionBlock() local
961 void LoopUnrollerUtilsImpl::PartiallyUnroll(Loop* loop, size_t factor) { in PartiallyUnroll()
1046 bool LoopUtils::PartiallyUnroll(size_t factor) { in PartiallyUnroll()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_unroller.cpp382 size_t factor) { in PartiallyUnrollResidualFactor()
532 void LoopUnrollerUtilsImpl::Unroll(Loop* loop, size_t factor) { in Unroll()
752 DebugScope scope = old_branch.GetDebugScope(); in FoldConditionBlock() local
954 void LoopUnrollerUtilsImpl::PartiallyUnroll(Loop* loop, size_t factor) { in PartiallyUnroll()
1039 bool LoopUtils::PartiallyUnroll(size_t factor) { in PartiallyUnroll()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/opt/
H A Dloop_unroller.cpp382 size_t factor) { in PartiallyUnrollResidualFactor()
532 void LoopUnrollerUtilsImpl::Unroll(Loop* loop, size_t factor) { in Unroll()
752 DebugScope scope = old_branch.GetDebugScope(); in FoldConditionBlock() local
961 void LoopUnrollerUtilsImpl::PartiallyUnroll(Loop* loop, size_t factor) { in PartiallyUnroll()
1046 bool LoopUtils::PartiallyUnroll(size_t factor) { in PartiallyUnroll()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Dloop_unroller.cpp382 size_t factor) { in PartiallyUnrollResidualFactor()
532 void LoopUnrollerUtilsImpl::Unroll(Loop* loop, size_t factor) { in Unroll()
752 DebugScope scope = old_branch.GetDebugScope(); in FoldConditionBlock() local
954 void LoopUnrollerUtilsImpl::PartiallyUnroll(Loop* loop, size_t factor) { in PartiallyUnroll()
1039 bool LoopUtils::PartiallyUnroll(size_t factor) { in PartiallyUnroll()
/dports/lang/v8/v8-9.6.180.12/test/cctest/heap/
H A Dtest-heap.cc437 HandleScope scope(isolate); in VerifyStringAllocation() local
484 HandleScope scope(isolate); in TEST() local
537 HandleScope scope(isolate); in TEST() local
576 HandleScope scope(isolate); in TEST() local
614 HandleScope scope(isolate); in TEST() local
642 HandleScope scope(isolate); in TEST() local
700 HandleScope scope(isolate); in TEST() local
1574 HandleScope scope(isolate); in TEST() local
1662 HandleScope scope(isolate); in TEST() local
3755 HandleScope scope(isolate); in TEST() local
[all …]
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DScriptRuntime.java464 double factor = 0.0; in stringToNumber() local
1031 Object[] args, Scriptable scope) in call()
1199 Scriptable scope = cx.currentActivationCall; in setDefaultNamespace() local
1222 Scriptable scope = cx.currentActivationCall; in searchDefaultNamespace() local
1250 static Function getExistingCtor(Context cx, Scriptable scope, in getExistingCtor()
1919 Context cx, Scriptable scope, String id) { in strictSetName()
3071 Scriptable scope = cx.topCallScope; in getTopCallScope() local
3142 Context cx, Scriptable scope, in initScript()
3340 Scriptable scope) in enterWith()
3353 public static Scriptable leaveWith(Scriptable scope) in leaveWith()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/te/schedule/
H A Dschedule_lang.cc68 void SplitHelper(StageNode* self, IterVar parent, PrimExpr factor, PrimExpr nparts, in SplitHelper()
124 Stage& Stage::set_scope(std::string scope) { // NOLINT(*) in set_scope()
129 Stage& Stage::compute_at(Stage parent, IterVar scope) { // NOLINT(*) in compute_at()
217 Stage& Stage::split(IterVar parent, PrimExpr factor, IterVar* p_outer, in split()
407 Stage& Stage::storage_align(IterVar axis, int factor, int offset) { in storage_align()
676 Split::Split(IterVar parent, IterVar outer, IterVar inner, PrimExpr factor, PrimExpr nparts) { in Split()
827 .set_body_typed([](Stage stage, IterVar parent, PrimExpr factor) { in __anon57f24e1d0d02()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dweb_view_frame_widget.cc392 ContextMenuAllowedScope scope; in HandleGestureEvent() local
433 ContextMenuAllowedScope scope; in HandleGestureEvent() local
509 void WebViewFrameWidget::SetDeviceScaleFactorForTesting(float factor) { in SetDeviceScaleFactorForTesting()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DBounds.cpp68 Interval find_constant_bounds(const Expr &e, const Scope<Interval> &scope) { in find_constant_bounds()
100 Scope<Interval> scope; member in Halide::Internal::Bounds
1409 int factor = op->value.type().lanes() / op->type.lanes(); in visit() local
1810 Scope<Interval> scope; member in Halide::Internal::BoxesTouched
2288 const Scope<Interval> &scope; in find_free_vars() member in Halide::Internal::BoxesTouched::find_free_vars::FindFreeVars
2806 Scope<Interval> scope; in check_constant_bound() local
2928 Scope<Interval> scope; in boxes_touched_test() local
2968 Scope<Interval> scope; in bounds_test() local
3076 Scope<Interval> scope; in bounds_test() local
3099 Scope<Interval> scope; in bounds_test() local
[all …]
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/quick3d/quick3d/
H A Dqt3dquick_global.cpp105 QVariant lighter(const QVariant &var, qreal factor) override in lighter()
112 QVariant darker(const QVariant &var, qreal factor) override in darker()
272 QV4::Scope scope(v4); in matrix4x4FromObject() local
529 QV4::Scope scope(v4); in variantFromJsObject() local

123456