Home
last modified time | relevance | path

Searched refs:logic (Results 1 – 25 of 1587) sorted by relevance

12345678910>>...64

/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/compare/
Dtribool.hpp24 logic::tribool operator<(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in operator <()
29 return logic::indeterminate; in operator <()
33 logic::tribool operator<(const interval<T, Policies>& x, const T& y) in operator <()
38 return logic::indeterminate; in operator <()
42 logic::tribool operator<=(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in operator <=()
47 return logic::indeterminate; in operator <=()
51 logic::tribool operator<=(const interval<T, Policies>& x, const T& y) in operator <=()
56 return logic::indeterminate; in operator <=()
60 logic::tribool operator>(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in operator >()
65 return logic::indeterminate; in operator >()
[all …]
/external/antlr/runtime/JavaScript/third/
Dantcontrib.properties6 if=net.sf.antcontrib.logic.IfTask
7 foreach=net.sf.antcontrib.logic.ForEach
8 for=net.sf.antcontrib.logic.ForTask
9 throw=net.sf.antcontrib.logic.Throw
10 trycatch=net.sf.antcontrib.logic.TryCatchTask
11 switch=net.sf.antcontrib.logic.Switch
12 outofdate=net.sf.antcontrib.logic.OutOfDate
13 runtarget=net.sf.antcontrib.logic.RunTargetTask
14 timestampselector=net.sf.antcontrib.logic.TimestampSelector
15 antcallback=net.sf.antcontrib.logic.AntCallBack
[all …]
/external/intel-media-driver/media_driver/agnostic/Xe_M/Xe_XPM_plus/vp/kdll/
Dhal_kerneldll_xe_xpm_plus.c145 if (pRuleEntry->logic == Kdll_Or && bLayerFormatMatched) in KernelDll_FindRule_Xe_Xpm_Plus()
160 if (pRuleEntry->logic == Kdll_None && !bLayerFormatMatched) in KernelDll_FindRule_Xe_Xpm_Plus()
206 if (pRuleEntry->logic == Kdll_Or && bSrc0FormatMatched) in KernelDll_FindRule_Xe_Xpm_Plus()
223 if (pRuleEntry->logic == Kdll_None && !bSrc0FormatMatched) in KernelDll_FindRule_Xe_Xpm_Plus()
242 else if (bSrc0SampingMatched || pRuleEntry->logic == Kdll_Or) in KernelDll_FindRule_Xe_Xpm_Plus()
302 if (pRuleEntry->logic == Kdll_Or && bCoeffMatched) in KernelDll_FindRule_Xe_Xpm_Plus()
319 if (pRuleEntry->logic == Kdll_None && !bCoeffMatched) in KernelDll_FindRule_Xe_Xpm_Plus()
370 if (pRuleEntry->logic == Kdll_Or && bSrc1FormatMatched) in KernelDll_FindRule_Xe_Xpm_Plus()
387 if (pRuleEntry->logic == Kdll_None && !bSrc1FormatMatched) in KernelDll_FindRule_Xe_Xpm_Plus()
533 if (pRuleEntry->logic == Kdll_Or && bTargetFormatMatched) in KernelDll_FindRule_Xe_Xpm_Plus()
[all …]
/external/zxing/core/src/main/java/com/google/zxing/pdf417/encoder/
DPDF417.java576 private static void encodeChar(int pattern, int len, BarcodeRow logic) { in encodeChar() argument
585 logic.addBar(last, width); in encodeChar()
592 logic.addBar(last, width); in encodeChar()
599 BarcodeMatrix logic) { in encodeLowLevel() argument
604 logic.startRow(); in encodeLowLevel()
605 encodeChar(START_PATTERN, 17, logic.getCurrentRow()); in encodeLowLevel()
621 encodeChar(pattern, 17, logic.getCurrentRow()); in encodeLowLevel()
625 encodeChar(pattern, 17, logic.getCurrentRow()); in encodeLowLevel()
630 encodeChar(STOP_PATTERN, 1, logic.getCurrentRow()); // encodes stop line for compact pdf417 in encodeLowLevel()
633 encodeChar(pattern, 17, logic.getCurrentRow()); in encodeLowLevel()
[all …]
/external/webrtc/modules/audio_coding/neteq/
Dneteq_network_stats_unittest.cc139 enum logic { enum in webrtc::test::NetEqNetworkStatsTest
147 logic current_buffer_size_ms;
148 logic preferred_buffer_size_ms;
149 logic jitter_peaks_found;
150 logic packet_loss_rate;
151 logic expand_rate;
152 logic speech_expand_rate;
153 logic preemptive_rate;
154 logic accelerate_rate;
155 logic secondary_decoded_rate;
[all …]
/external/fonttools/Lib/fontTools/merge/
Dbase.py44 logic = clazz.mergeMap
51 mergeLogic = logic[key]
54 mergeLogic = logic["*"]
76 logic = self.mergeMap
78 if isinstance(logic, dict):
81 return logic(tables)
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/
Dmeta.rs132 pub fn parser(logic: impl FnMut(ParseNestedMeta) -> Result<()>) -> impl Parser<Output = ()> { in parser()
137 parse_nested_meta(input, logic) in parser()
273 logic: impl FnMut(ParseNestedMeta) -> Result<()>, in parse_nested_meta()
277 parse_nested_meta(&content, logic) in parse_nested_meta()
387 mut logic: impl FnMut(ParseNestedMeta) -> Result<()>, in parse_nested_meta()
391 logic(ParseNestedMeta { path, input })?; in parse_nested_meta()
/external/rust/android-crates-io/crates/syn/src/
Dmeta.rs132 pub fn parser(logic: impl FnMut(ParseNestedMeta) -> Result<()>) -> impl Parser<Output = ()> { in parser()
137 parse_nested_meta(input, logic) in parser()
273 logic: impl FnMut(ParseNestedMeta) -> Result<()>, in parse_nested_meta()
277 parse_nested_meta(&content, logic) in parse_nested_meta()
387 mut logic: impl FnMut(ParseNestedMeta) -> Result<()>, in parse_nested_meta()
391 logic(ParseNestedMeta { path, input })?; in parse_nested_meta()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/
Dmeta.rs132 pub fn parser(logic: impl FnMut(ParseNestedMeta) -> Result<()>) -> impl Parser<Output = ()> { in parser()
137 parse_nested_meta(input, logic) in parser()
273 logic: impl FnMut(ParseNestedMeta) -> Result<()>, in parse_nested_meta()
277 parse_nested_meta(&content, logic) in parse_nested_meta()
387 mut logic: impl FnMut(ParseNestedMeta) -> Result<()>, in parse_nested_meta()
391 logic(ParseNestedMeta { path, input })?; in parse_nested_meta()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-logic/
Dcom_github_javaparser_symbolsolver_logic_InferenceContext.txt4 …ariableType.setCorrespondingTp(tp) ==> com.github.javaparser.symbolsolver.logic.InferenceVariableT…
9 …Line 58) placeInferenceVariables(target) ==> com.github.javaparser.symbolsolver.logic.InferenceCon…
10 …Line 59) placeInferenceVariables(actual) ==> com.github.javaparser.symbolsolver.logic.InferenceCon…
11 …Line 60) registerCorrespondance(target, actual) ==> com.github.javaparser.symbolsolver.logic.Infer…
12 …Line 65) placeInferenceVariables(actual) ==> com.github.javaparser.symbolsolver.logic.InferenceCon…
47 …nce.typeParametersValues().get(i)) ==> com.github.javaparser.symbolsolver.logic.InferenceContext.r…
51 …registerEquivalentType(actualType) ==> com.github.javaparser.symbolsolver.logic.InferenceVariableT…
52 …registerEquivalentType(formalType) ==> com.github.javaparser.symbolsolver.logic.InferenceVariableT…
57 ….asArrayType().getComponentType()) ==> com.github.javaparser.symbolsolver.logic.InferenceContext.r…
65 …ype.asWildcard().getBoundedType()) ==> com.github.javaparser.symbolsolver.logic.InferenceVariableT…
[all …]
Dcom_github_javaparser_symbolsolver_logic_InferenceVariableType.txt25logic.InferenceVariableType.concreteEquivalentTypesAlsoIndirectly(java.util.Set<com.github.javapar…
26logic.InferenceVariableType.concreteEquivalentTypesAlsoIndirectly(java.util.Set<com.github.javapar…
28 …Line 118) objectProvider.object() ==> com.github.javaparser.symbolsolver.logic.ObjectProvider.obje…
36 …Line 127) hasInferenceVariables(t) ==> com.github.javaparser.symbolsolver.logic.InferenceVariableT…
49 …Line 150) hasInferenceVariables(t) ==> com.github.javaparser.symbolsolver.logic.InferenceVariableT…
52 …les(wildcardType.getBoundedType()) ==> com.github.javaparser.symbolsolver.logic.InferenceVariableT…
/external/truth/extensions/proto/src/main/java/com/google/common/truth/extensions/proto/
DFieldScopeImpl.java53 FieldScopeLogic logic, in create() argument
55 return new AutoValue_FieldScopeImpl(logic, usingCorrespondenceStringFunction); in create()
59 abstract FieldScopeLogic logic(); in logic() method in FieldScopeImpl
161 logic().ignoringFields(fieldNumbers), in ignoringFields()
174 logic().ignoringFieldDescriptors(fieldDescriptors), in ignoringFieldDescriptors()
187 logic().allowingFields(fieldNumbers), in allowingFields()
200 logic().allowingFieldDescriptors(fieldDescriptors), in allowingFieldDescriptors()
/external/libcups/scheduler/
Dtype.c154 logic, /* Logic for next rule */ in mimeAddTypeRule() local
191 logic = MIME_MAGIC_NOP; in mimeAddTypeRule()
202 logic = MIME_MAGIC_NOP; in mimeAddTypeRule()
214 logic = MIME_MAGIC_OR; in mimeAddTypeRule()
216 logic = current->parent->op; in mimeAddTypeRule()
222 if (logic != MIME_MAGIC_AND && in mimeAddTypeRule()
251 logic = MIME_MAGIC_AND; in mimeAddTypeRule()
256 if (logic != MIME_MAGIC_OR && current != NULL) in mimeAddTypeRule()
299 logic = MIME_MAGIC_OR; in mimeAddTypeRule()
475 if (logic == MIME_MAGIC_NOP) in mimeAddTypeRule()
[all …]
/external/pytorch/torch/csrc/jit/codegen/fuser/
DREADME.md7logic eventually deferring to device-specific logic and implementation. The device-specific code i…
10 …sion is run, runtime compilation invokes code generation and the device-specific compilation logic.
16 The device-specific components have logic for compiling and running code in FusedKernelCPU (cpu/fus…
/external/python/pyasn1/docs/source/pyasn1/type/constraint/
Dcontents.rst43 by the logic operator objects.
45 The logic operators are Python objects that exhibit similar behaviour
46 as the constraint objects do with the only difference that logic operators
47 are instantiated on the constraint and logic operator objects, not on the
/external/libnetfilter_conntrack/src/conntrack/
Dbsf.c323 unsigned int logic) in add_state_filter_cta() argument
338 if (logic == NFCT_FILTER_LOGIC_POSITIVE) in add_state_filter_cta()
365 if (logic == NFCT_FILTER_LOGIC_NEGATIVE) in add_state_filter_cta()
379 unsigned int logic) in add_state_filter() argument
408 logic); in add_state_filter()
423 filter->logic[NFCT_FILTER_L4PROTO_STATE]); in bsf_add_state_filter()
450 if (f->logic[NFCT_FILTER_L4PROTO] == NFCT_FILTER_LOGIC_POSITIVE) in bsf_add_proto_filter()
477 if (f->logic[NFCT_FILTER_L4PROTO] == NFCT_FILTER_LOGIC_NEGATIVE) in bsf_add_proto_filter()
522 if (f->logic[attr] == NFCT_FILTER_LOGIC_POSITIVE) in bsf_add_addr_ipv4_filter()
550 if (f->logic[attr] == NFCT_FILTER_LOGIC_NEGATIVE) in bsf_add_addr_ipv4_filter()
[all …]
/external/pdfium/fxbarcode/pdf417/
DBC_PDF417.cpp446 CBC_BarcodeRow* logic) { in encodeChar() argument
455 logic->AddBar(last, width); in encodeChar()
461 logic->AddBar(last, width); in encodeChar()
468 CBC_BarcodeMatrix* logic) { in encodeLowLevel() argument
471 CBC_BarcodeRow* logicRow = logic->getRow(y); in encodeLowLevel()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64SchedPredicates.td46 // Check the shifting type in arithmetic and logic instructions.
55 // Check for shifting in arithmetic and logic instructions.
92 // Identify logic immediate instructions.
97 // Identify logic instructions with shift.
105 // Identify logic instructions without shift.
113 // Identify arithmetic and logic immediate instructions.
117 // Identify arithmetic and logic instructions with shift.
121 // Identify arithmetic and logic instructions without shift.
257 // Identify arithmetic and logic instructions with a shifted register.
DAArch64SchedPredExynos.td16 // Check the shift in arithmetic and logic instructions.
60 // Identify logic instructions with limited shift.
76 // Identify more logic instructions with limited shift.
145 // Identify cheap arithmetic and logic immediate instructions.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SchedPredExynos.td16 // Check the shift in arithmetic and logic instructions.
60 // Identify logic instructions with limited shift.
76 // Identify more logic instructions with limited shift.
148 // Identify cheap arithmetic and logic immediate instructions.
/external/pytorch/docs/source/
Dcheckpoint.rst8 checkpointing. By default, checkpointing includes logic to juggle
11 compared to non-checkpointed passes. The logic to stash and restore
18 The stashing logic saves and restores the RNG state for CPU and another
28 However, the logic has no way to anticipate if the user will move
/external/llvm/test/CodeGen/X86/
Dfp-logic.ll4 ; f1, f2, f3, and f4 should use an integer logic instruction.
5 ; f9 and f10 should use an FP (SSE) logic instruction.
9 ; For f5 and f6, we can save a register move by using an FP logic instruction,
17 ; scalar versions of the FP logic ops, so if we want to fold a load into a
18 ; logic op, we have to load or splat a 16-byte vector constant.
34 ; Swap operands of the logic op.
62 ; Swap operands of the logic op.
92 ; Swap operands of the logic op.
123 ; Swap operands of the logic op.
250 ; a simple FP logic op is cheaper.
/external/google-cloud-java/owl-bot-postprocessor/
DREADME.md14 This separation allows us to focus on monorepo-specific postprocessor logic in
21 postprocessor logic into the container. Rather, the container executes scripts
24 This design allows us the template logic changes and affected file changes
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/reflectionmodel/
DReflectionEnumDeclaration.java24 import com.github.javaparser.symbolsolver.logic.AbstractTypeDeclaration;
25 import com.github.javaparser.symbolsolver.logic.ConfilictingGenericTypesException;
26 import com.github.javaparser.symbolsolver.logic.InferenceContext;
27 import com.github.javaparser.symbolsolver.logic.MethodResolutionCapability;
/external/javaparser/doc/
Dcomponent_diagram.puml26 [model] <-- [logic]
27 [logic] <-- [core]

12345678910>>...64