/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | MergeICmps.cpp | 394 static inline void enqueueBlock(std::vector<BCECmpBlock> &Comparisons, in enqueueBlock() argument 403 Comparisons.push_back(std::move(Comparison)); in enqueueBlock() 441 std::vector<BCECmpBlock> Comparisons; in BCECmpChain() local 456 if (Comparisons.empty()) { in BCECmpChain() 475 enqueueBlock(Comparisons, std::move(Comparison)); in BCECmpChain() 508 enqueueBlock(Comparisons, std::move(Comparison)); in BCECmpChain() 512 if (Comparisons.empty()) { in BCECmpChain() 516 EntryBlock_ = Comparisons[0].BB; in BCECmpChain() 517 Comparisons_ = std::move(Comparisons); in BCECmpChain() 567 explicit MergedBlockName(ArrayRef<BCECmpBlock> Comparisons) in MergedBlockName() argument [all …]
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | Metafunctions-Comparisons.rst | 2 .. |Comparisons| replace:: `Comparisons`_ substdef 4 .. _`comparison`: `Comparisons`_
|
D | equal_to.rst | 1 .. Metafunctions/Comparisons//equal_to |50 113 |Comparisons|, |Numeric Metafunction|, |numeric_cast|, |not_equal_to|, |less|
|
D | greater.rst | 1 .. Metafunctions/Comparisons//greater |30 113 |Comparisons|, |Numeric Metafunction|, |numeric_cast|, |greater_equal|, |less|, |equal_to|
|
D | not_equal_to.rst | 1 .. Metafunctions/Comparisons//not_equal_to |60 113 |Comparisons|, |Numeric Metafunction|, |numeric_cast|, |equal_to|, |less|
|
D | less_equal.rst | 1 .. Metafunctions/Comparisons//less_equal |20 113 |Comparisons|, |Numeric Metafunction|, |numeric_cast|, |less|, |greater|, |equal|
|
D | greater_equal.rst | 1 .. Metafunctions/Comparisons//greater_equal |40 113 |Comparisons|, |Numeric Metafunction|, |numeric_cast|, |greater|, |less|, |equal_to|
|
D | less.rst | 1 .. Metafunctions/Comparisons//less |10 113 |Comparisons|, |Numeric Metafunction|, |numeric_cast|, |less_equal|, |greater|, |equal|
|
D | refmanual.toc | 22 Metafunctions/Comparisons
|
/third_party/skia/resources/sksl/folding/ |
D | SwizzleFolding.sksl | 8 // Comparisons on swizzled constants should fold
|
/third_party/abseil-cpp/absl/container/internal/ |
D | test_instance_tracker_test.cc | 160 TEST(TestInstanceTracker, Comparisons) { in TEST() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | test_instance_tracker_test.cc | 160 TEST(TestInstanceTracker, Comparisons) { in TEST() argument
|
/third_party/pcre2/pcre2/ |
D | README.md | 41 Comparisons to Perl's regular expression semantics can be found in the
|
D | index.md | 41 Comparisons to Perl's regular expression semantics can be found in the
|
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/ |
D | no-unnecessary-boolean-literal-compare.md | 57 literal. Comparisons between nullable boolean variables and boolean literals
|
/third_party/python/Doc/library/ |
D | filecmp.rst | 1 :mod:`filecmp` --- File and Directory Comparisons
|
/third_party/boost/libs/math/doc/performance/ |
D | performance.qbk | 292 [section:comparisons Comparisons to Other Open Source Libraries] 323 [endsect] [/section:comparisons Comparisons to Other Open Source Libraries]
|
/third_party/node/deps/npm/node_modules/minimatch/ |
D | README.md | 175 ## Comparisons to other fnmatch/glob implementations
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrDFP.td | 212 // Comparisons
|
D | SystemZInstrHFP.td | 228 // Comparisons
|
/third_party/boost/libs/outcome/doc/src/content/reference/types/basic_result/ |
D | _index.md | 176 #### Comparisons subsubsection
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SchedCyclone.td | 368 // 7.9.2 Integer Arithmetic, Logical, and Comparisons 428 // 7.9.3 Floating Point Arithmetic and Comparisons
|
/third_party/python/Doc/howto/ |
D | ipaddress.rst | 268 Comparisons chapter
|
/third_party/python/Doc/tutorial/ |
D | datastructures.rst | 669 Comparisons can be chained. For example, ``a < b == c`` tests whether ``a`` is 672 Comparisons may be combined using the Boolean operators ``and`` and ``or``, and
|
/third_party/typescript/tests/baselines/reference/ |
D | numberVsBigIntOperations.types | 493 // Comparisons can be mixed
|