Home
last modified time | relevance | path

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

12345678910>>...67

/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/rust/crates/plotters/src/coord/ranged1d/combinators/
Dlogarithmic.rs73 logic: range.0, in from()
87 logic: Range<V>, field
97 let value = value.max(self.logic.start.as_f64()).ln(); in map()
103 let tier_1 = (self.logic.end.as_f64() / self.logic.start.as_f64()) in key_points()
128 let mut val = (10f64).powf(self.logic.start.as_f64().log10().ceil()); in key_points()
130 while val <= self.logic.end.as_f64() { in key_points()
136 if v > self.logic.end.as_f64() { in key_points()
148 self.logic.clone() in range()
/external/webrtc/modules/audio_coding/neteq/
Dneteq_network_stats_unittest.cc140 enum logic { enum in webrtc::test::NetEqNetworkStatsTest
148 logic current_buffer_size_ms;
149 logic preferred_buffer_size_ms;
150 logic jitter_peaks_found;
151 logic packet_loss_rate;
152 logic expand_rate;
153 logic speech_expand_rate;
154 logic preemptive_rate;
155 logic accelerate_rate;
156 logic secondary_decoded_rate;
[all …]
Ddecision_logic_unittest.cc42 auto logic = std::make_unique<DecisionLogic>(std::move(config)); in TEST() local
43 logic->SetSampleRate(fs_hz, output_size_samples); in TEST()
/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…
Dcom_github_javaparser_symbolsolver_logic_FunctionalInterfaceLogic.txt5 …erenceType().getTypeDeclaration()) ==> com.github.javaparser.symbolsolver.logic.FunctionalInterfac…
16 …Line 60) declaredOnObject(m) ==> com.github.javaparser.symbolsolver.logic.FunctionalInterfaceLogic…
30 …Line 71) toSignature(p) ==> com.github.javaparser.symbolsolver.logic.FunctionalInterfaceLogic.toSi…
38 …Line 79) getSignature(method) ==> com.github.javaparser.symbolsolver.logic.FunctionalInterfaceLogi…
/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/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.cpp433 CBC_BarcodeRow* logic) { in encodeChar() argument
442 logic->addBar(last, width); in encodeChar()
448 logic->addBar(last, width); in encodeChar()
455 CBC_BarcodeMatrix* logic) { in encodeLowLevel() argument
458 CBC_BarcodeRow* logicRow = logic->getRow(y); in encodeLowLevel()
DBC_PDF417.h42 static void encodeChar(int32_t pattern, int32_t len, CBC_BarcodeRow* logic);
47 CBC_BarcodeMatrix* logic);
/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.
DAArch64SchedPredicates.td46 // Check the shifting type in arithmetic and logic instructions.
55 // Check for shifting in arithmetic and logic instructions.
221 // Identify logic immediate instructions.
226 // Identify logic instructions with shift.
234 // Identify logic instructions without shift.
242 // Identify arithmetic and logic immediate instructions.
246 // Identify arithmetic and logic instructions with shift.
250 // Identify arithmetic and logic instructions without shift.
386 // Identify arithmetic and logic instructions with a shifted register.
/external/llvm-project/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.
DAArch64SchedPredicates.td46 // Check the shifting type in arithmetic and logic instructions.
55 // Check for shifting in arithmetic and logic instructions.
221 // Identify logic immediate instructions.
226 // Identify logic instructions with shift.
234 // Identify logic instructions without shift.
242 // Identify arithmetic and logic immediate instructions.
246 // Identify arithmetic and logic instructions with shift.
250 // Identify arithmetic and logic instructions without shift.
386 // Identify arithmetic and logic instructions with a shifted register.
/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/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;
DReflectionInterfaceDeclaration.java29 import com.github.javaparser.symbolsolver.logic.AbstractTypeDeclaration;
30 import com.github.javaparser.symbolsolver.logic.ConfilictingGenericTypesException;
31 import com.github.javaparser.symbolsolver.logic.InferenceContext;
32 import com.github.javaparser.symbolsolver.logic.MethodResolutionCapability;
/external/javaparser/doc/
Dcomponent_diagram.puml26 [model] <-- [logic]
27 [logic] <-- [core]
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dnarrow.ll22 ; The next 6 (3 logic ops * (scalar+vector)) tests show potential cases for narrowing a bitwise log…
102 ; By narrowing the phi and logic op, we simplify away the zext and the final icmp.
146 ; By narrowing the phi and logic op, we simplify away the zext and the final icmp.
209 %logic = xor i32 %phi, %zext
210 ret i32 %logic
236 %logic = xor i32 %zext, %phi
237 ret i32 %logic
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/reflectionmodel/
DReflectionEnumDeclaration.java18 import com.github.javaparser.symbolsolver.logic.AbstractTypeDeclaration;
19 import com.github.javaparser.symbolsolver.logic.ConfilictingGenericTypesException;
20 import com.github.javaparser.symbolsolver.logic.InferenceContext;
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-core/
Dcom_github_javaparser_symbolsolver_reflectionmodel_ReflectionEnumDeclaration.txt34 …xt.addPair(formalType, actualType) ==> com.github.javaparser.symbolsolver.logic.InferenceContext.a…
35 …ddSingle(methodUsage.returnType()) ==> com.github.javaparser.symbolsolver.logic.InferenceContext.a…
39 …Context.resolve(parameters.get(j)) ==> com.github.javaparser.symbolsolver.logic.InferenceContext.r…
42 …Line 181) inferenceContext.resolve(returnType) ==> com.github.javaparser.symbolsolver.logic.Infere…
/external/toolchain-utils/binary_search_tool/
DMAINTENANCE31 These unit tests will not test the specific logic for ChromeOS/Android
44 the binary searching logic from it. Maybe just extract the binary searching
45 logic from binary_search_perforce.py and put it in its own module in
109 4. General binary searching logic/pruning logic:
120 again. Because the binary search logic finds the bad item with the lowest
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_OneShotIterator.pbtxt19 A one-shot iterator bundles the logic for defining the dataset and
26 * They do not support parameterization: all logic for creating the underlying

12345678910>>...67