Home
last modified time | relevance | path

Searched refs:relationship (Results 1 – 25 of 207) sorted by relevance

123456789

/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
DLinearConstraint.java60 private final Relationship relationship; field in LinearConstraint
79 public LinearConstraint(final double[] coefficients, final Relationship relationship, in LinearConstraint() argument
81 this(new ArrayRealVector(coefficients), relationship, value); in LinearConstraint()
98 public LinearConstraint(final RealVector coefficients, final Relationship relationship, in LinearConstraint() argument
101 this.relationship = relationship; in LinearConstraint()
125 final Relationship relationship, in LinearConstraint() argument
132 this.relationship = relationship; in LinearConstraint()
156 final Relationship relationship, in LinearConstraint() argument
159 this.relationship = relationship; in LinearConstraint()
176 return relationship; in getRelationship()
[all …]
DSimplexTableau.java257 private int getConstraintTypeCounts(final Relationship relationship) { in getConstraintTypeCounts() argument
260 if (constraint.getRelationship() == relationship) { in getConstraintTypeCounts()
/external/llvm-project/llvm/utils/benchmark/test/
Doutput_test.h151 #define _CHECK_RESULT_VALUE(entry, getfn, var_type, var_name, relationship, value) \ argument
152 CONCAT(CHECK_, relationship) \
158 << " to be " #relationship " to " << (value) << "\n"
162 #define _CHECK_FLOAT_RESULT_VALUE(entry, getfn, var_type, var_name, relationship, value, eps_factor… argument
163 CONCAT(CHECK_FLOAT_, relationship) \
169 << " to be " #relationship " to " << (value) << "\n" \
179 #define CHECK_RESULT_VALUE(entry, var_type, var_name, relationship, value) \ argument
180 _CHECK_RESULT_VALUE(entry, GetAs, var_type, var_name, relationship, value)
182 #define CHECK_COUNTER_VALUE(entry, var_type, var_name, relationship, value) \ argument
183 _CHECK_RESULT_VALUE(entry, GetCounterAs, var_type, var_name, relationship, value)
[all …]
/external/libcxx/utils/google-benchmark/test/
Doutput_test.h161 #define _CHECK_RESULT_VALUE(entry, getfn, var_type, var_name, relationship, value) \ argument
162 CONCAT(CHECK_, relationship) \
168 << " to be " #relationship " to " << (value) << "\n"
172 #define _CHECK_FLOAT_RESULT_VALUE(entry, getfn, var_type, var_name, relationship, value, eps_factor… argument
173 CONCAT(CHECK_FLOAT_, relationship) \
179 << " to be " #relationship " to " << (value) << "\n" \
189 #define CHECK_RESULT_VALUE(entry, var_type, var_name, relationship, value) \ argument
190 _CHECK_RESULT_VALUE(entry, GetAs, var_type, var_name, relationship, value)
192 #define CHECK_COUNTER_VALUE(entry, var_type, var_name, relationship, value) \ argument
193 _CHECK_RESULT_VALUE(entry, GetCounterAs, var_type, var_name, relationship, value)
[all …]
/external/llvm-project/libcxx/utils/google-benchmark/test/
Doutput_test.h161 #define _CHECK_RESULT_VALUE(entry, getfn, var_type, var_name, relationship, value) \ argument
162 CONCAT(CHECK_, relationship) \
168 << " to be " #relationship " to " << (value) << "\n"
172 #define _CHECK_FLOAT_RESULT_VALUE(entry, getfn, var_type, var_name, relationship, value, eps_factor… argument
173 CONCAT(CHECK_FLOAT_, relationship) \
179 << " to be " #relationship " to " << (value) << "\n" \
189 #define CHECK_RESULT_VALUE(entry, var_type, var_name, relationship, value) \ argument
190 _CHECK_RESULT_VALUE(entry, GetAs, var_type, var_name, relationship, value)
192 #define CHECK_COUNTER_VALUE(entry, var_type, var_name, relationship, value) \ argument
193 _CHECK_RESULT_VALUE(entry, GetCounterAs, var_type, var_name, relationship, value)
[all …]
/external/google-benchmark/test/
Doutput_test.h161 #define _CHECK_RESULT_VALUE(entry, getfn, var_type, var_name, relationship, value) \ argument
162 CONCAT(CHECK_, relationship) \
168 << " to be " #relationship " to " << (value) << "\n"
172 #define _CHECK_FLOAT_RESULT_VALUE(entry, getfn, var_type, var_name, relationship, value, eps_factor… argument
173 CONCAT(CHECK_FLOAT_, relationship) \
179 << " to be " #relationship " to " << (value) << "\n" \
189 #define CHECK_RESULT_VALUE(entry, var_type, var_name, relationship, value) \ argument
190 _CHECK_RESULT_VALUE(entry, GetAs, var_type, var_name, relationship, value)
192 #define CHECK_COUNTER_VALUE(entry, var_type, var_name, relationship, value) \ argument
193 _CHECK_RESULT_VALUE(entry, GetCounterAs, var_type, var_name, relationship, value)
[all …]
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DSubstringMatcher.java11 private final String relationship; field in SubstringMatcher
15 protected SubstringMatcher(String relationship, boolean ignoringCase, String substring) { in SubstringMatcher() argument
16 this.relationship = relationship; in SubstringMatcher()
33 .appendText(relationship) in describeTo()
/external/llvm/docs/
DHowToUseInstrMappings.rst24 TableGen uses relationship models to map instructions with each other. These
42 // by all the instructions related by this relationship.
67 to define a relationship model that relates predicated instructions to their
69 fields. For this relationship, non-predicated instructions are treated as key
76 // instructions modeling this relationship. This is done to reduce the
96 // instructions involved in this relationship model.
107 TableGen uses the above relationship model to emit relation table that maps
137 required by the relationship model, <tt>getPredOpcode</tt>, so that they can
/external/llvm-project/llvm/docs/
DHowToUseInstrMappings.rst24 TableGen uses relationship models to map instructions with each other. These
42 // by all the instructions related by this relationship.
67 to define a relationship model that relates predicated instructions to their
69 fields. For this relationship, non-predicated instructions are treated as key
76 // instructions modeling this relationship. This is done to reduce the
96 // instructions involved in this relationship model.
107 TableGen uses the above relationship model to emit relation table that maps
137 required by the relationship model, <tt>getPredOpcode</tt>, so that they can
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dtailcall_misched_graph.ll31 ; dependency relationship still holds.
48 ; GlobalISel outputs DEPSTOREB before DEPSTOREA, but the dependency relationship
/external/rust/crates/ring/src/arithmetic/
Dbigint_elem_exp_consttime_tests.txt46 # Control: No relationship between A and M except that A < M and they're the
88 # Control: No relationship between A and M except that A < M and they're the
/external/rust/crates/num_cpus/src/
Dlib.rs139 relationship: u32, in get_num_physical_cpus_windows() field
190 .filter(|proc_info| proc_info.relationship == RelationProcessorCore) in get_num_physical_cpus_windows()
/external/antlr/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/
DTParser.g21 // lexer. Maven knows how to work out the relationship
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dreadability-string-compare.rst11 zero depending on the lexicographical relationship between the strings compared.
Dcppcoreguidelines-special-member-functions.rst11 suppressed by explicit user-definitions. The relationship between which
/external/guice/extensions/struts2/lib/
Djetty-util-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/ ...
/external/llvm-project/mlir/include/mlir/Dialect/Tosa/IR/
DTosaOpBase.td59 // the operator has a numerical relationship between a single input and output.
167 // relationship between their input and output, expressed by the
/external/rust/crates/vmm_vhost/
DREADME.md9 The main relationship among Traits and Structs exported by the `vhost` crate is as below:
/external/libwebsockets/minimal-examples/crypto/minimal-crypto-x509/
DREADME.md28 Example for confirming trust relationship. Notice the PEM in -c must contain not only
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dasym-regclass-copy.ll5 ; This tests that the GPRC/GPRC_NOR0 intersection subclass relationship with
/external/llvm/test/CodeGen/PowerPC/
Dasym-regclass-copy.ll5 ; This tests that the GPRC/GPRC_NOR0 intersection subclass relationship with
/external/llvm-project/mlir/test/Analysis/
Dtest-dominance.mlir208 // CHECK-LABEL: --- Block Dominance relationship ---
258 // CHECK-LABEL: --- Block PostDominance relationship ---
/external/python/cryptography/
DLICENSE.PSF34 7. Nothing in this License Agreement shall be deemed to create any relationship
/external/python/futures/
DLICENSE41 relationship of agency, partnership, or joint venture between PSF and
/external/python/ipaddress/
DLICENSE43 relationship of agency, partnership, or joint venture between PSF and

123456789