/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/ |
D | LinearConstraint.java | 60 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 …]
|
D | SimplexTableau.java | 257 private int getConstraintTypeCounts(final Relationship relationship) { in getConstraintTypeCounts() argument 260 if (constraint.getRelationship() == relationship) { in getConstraintTypeCounts()
|
/external/llvm-project/llvm/utils/benchmark/test/ |
D | output_test.h | 151 #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/google-benchmark/test/ |
D | output_test.h | 161 #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/ |
D | output_test.h | 161 #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/libcxx/utils/google-benchmark/test/ |
D | output_test.h | 161 #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/ |
D | SubstringMatcher.java | 11 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/ |
D | HowToUseInstrMappings.rst | 24 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/ |
D | HowToUseInstrMappings.rst | 24 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/ |
D | tailcall_misched_graph.ll | 31 ; dependency relationship still holds. 48 ; GlobalISel outputs DEPSTOREB before DEPSTOREA, but the dependency relationship
|
/external/rust/crates/ring/src/arithmetic/ |
D | bigint_elem_exp_consttime_tests.txt | 46 # 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/ |
D | lib.rs | 139 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/ |
D | TParser.g | 21 // lexer. Maven knows how to work out the relationship
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | readability-string-compare.rst | 11 zero depending on the lexicographical relationship between the strings compared.
|
D | cppcoreguidelines-special-member-functions.rst | 11 suppressed by explicit user-definitions. The relationship between which
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | asym-regclass-copy.ll | 5 ; This tests that the GPRC/GPRC_NOR0 intersection subclass relationship with
|
/external/libwebsockets/minimal-examples/crypto/minimal-crypto-x509/ |
D | README.md | 28 Example for confirming trust relationship. Notice the PEM in -c must contain not only
|
/external/rust/crates/vmm_vhost/ |
D | README.md | 9 The main relationship among Traits and Structs exported by the `vhost` crate is as below:
|
/external/llvm/test/CodeGen/PowerPC/ |
D | asym-regclass-copy.ll | 5 ; This tests that the GPRC/GPRC_NOR0 intersection subclass relationship with
|
/external/llvm-project/mlir/include/mlir/Dialect/Tosa/IR/ |
D | TosaOpBase.td | 59 // the operator has a numerical relationship between a single input and output. 167 // relationship between their input and output, expressed by the
|
/external/python/cryptography/ |
D | LICENSE.PSF | 34 7. Nothing in this License Agreement shall be deemed to create any relationship
|
/external/python/futures/ |
D | LICENSE | 41 relationship of agency, partnership, or joint venture between PSF and
|
/external/llvm-project/mlir/test/Analysis/ |
D | test-dominance.mlir | 208 // CHECK-LABEL: --- Block Dominance relationship --- 258 // CHECK-LABEL: --- Block PostDominance relationship ---
|
/external/python/ipaddress/ |
D | LICENSE | 43 relationship of agency, partnership, or joint venture between PSF and
|
/external/chromium-trace/catapult/third_party/pyserial/ |
D | LICENSE.txt | 52 relationship of agency, partnership, or joint venture between the
|