/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 412 return std::equal(LHSPointees.begin(), LHSPointees.end(), in hasIdenticalMMOs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | LLVMContextImpl.h | 236 return std::equal(Ops.begin(), Ops.end(), RHS->op_begin() + Offset); in compareOps() 477 /// Subprograms compare equal if they declare the same function in an ODR 702 /// Subprograms compare equal if they declare the same function in an ODR
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | InstrTypes.h | 735 FCMP_OEQ = 1, ///< 0 0 0 1 True if ordered and equal 737 FCMP_OGE = 3, ///< 0 0 1 1 True if ordered and greater than or equal 739 FCMP_OLE = 5, ///< 0 1 0 1 True if ordered and less than or equal 743 FCMP_UEQ = 9, ///< 1 0 0 1 True if unordered or equal 745 FCMP_UGE = 11, ///< 1 0 1 1 True if unordered, greater than, or equal 747 FCMP_ULE = 13, ///< 1 1 0 1 True if unordered, less than, or equal 748 FCMP_UNE = 14, ///< 1 1 1 0 True if unordered or not equal 753 ICMP_EQ = 32, ///< equal 754 ICMP_NE = 33, ///< not equal 756 ICMP_UGE = 35, ///< unsigned greater or equal [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 174 std::equal(Call->arg_begin(), Call->arg_end(), in operator ==() 1290 // This is the lower bound of places on the stack to check. It is equal to
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | STLExtras.h | 1323 /// Wrapper function around std::equal to detect if all elements 1329 std::equal(adl_begin(Range) + 1, adl_end(Range), adl_begin(Range))); in is_splat()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | inlined_vector_test.cc | 1427 EXPECT_TRUE(std::equal(v.begin(), v.end(), new_contents.begin(), in InstanceRangedAssignTestForContainer()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderApiTests.cpp | 1092 return std::equal(first.data.begin(), first.data.end(), second.data.begin()); in programBinariesEqual()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fOpaqueTypeIndexingTests.cpp | 655 isOk = boolAll(equal(reference, result)); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktOpaqueTypeIndexingTests.cpp | 964 isOk = boolAll(equal(reference, result)); in iterate() 1779 << ", expected value greater than or equal to " << refCount in iterate()
|
/foundation/arkui/napi/test/unittest/ |
H A D | test_napi.cpp | 4138 bool equal = false; in HWTEST_F() 4139 napi_strict_equals(env, result, expect, &equal); in HWTEST_F() 4140 return equal; in HWTEST_F() 4201 bool equal = false; in HWTEST_F() 4202 napi_strict_equals(env, result, expect, &equal); in HWTEST_F() 4203 return equal; in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/ |
H A D | select_overlay_test_ng.cpp | 2684 bool equal = (ret == expectRet); in HWTEST_F() local 2685 EXPECT_TRUE(equal); in HWTEST_F()
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | assembler-x64.h | 73 equal = 4, enumerator 93 zero = equal, 2378 // Compare {al,ax,eax,rax} with src. If equal, set ZF and write dst into
|
/third_party/skia/third_party/externals/angle2/src/common/spirv/ |
H A D | spirv_instruction_builder_autogen.cpp | 2462 IdMemorySemantics equal, in WriteAtomicCompareExchange() 2473 blob->push_back(equal); in WriteAtomicCompareExchange() 2457 WriteAtomicCompareExchange(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef pointer, IdScope scope, IdMemorySemantics equal, IdMemorySemantics unequal, IdRef value, IdRef comparator) WriteAtomicCompareExchange() argument
|
H A D | spirv_instruction_parser_autogen.cpp | 2965 IdMemorySemantics *equal, in ParseAtomicCompareExchange() 2979 *equal = IdMemorySemantics(_instruction[_o++]); in ParseAtomicCompareExchange() 2960 ParseAtomicCompareExchange(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *pointer, IdScope *scope, IdMemorySemantics *equal, IdMemorySemantics *unequal, IdRef *value, IdRef *comparator) ParseAtomicCompareExchange() argument
|
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | verifier.c | 6665 * umax_val is equal to umin_val.
in scalar32_min_max_arsh() 6686 /* Upon reaching here, src_known is true and umax_val is equal
in scalar_min_max_arsh() 7603 /* Regs are known to be equal, so intersect their min/max/var_off */
8985 bool equal;
in regsafe() local 8992 equal = memcmp(rold, rcur, offsetof(struct bpf_reg_state, parent)) == 0;
in regsafe() 8995 /* two stack pointers are equal only if they're pointing to
in regsafe() 8998 return equal && rold->frameno == rcur->frameno;
in regsafe() 9001 if (equal) {
in regsafe() 9252 /* for states to be equal callsites have to be the same
in states_equal()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | verifier.c | 7018 * umax_val is equal to umin_val. in scalar32_min_max_arsh() 7040 /* Upon reaching here, src_known is true and umax_val is equal in scalar_min_max_arsh() 7985 /* Regs are known to be equal, so intersect their min/max/var_off */ 9405 bool equal; in regsafe() local 9411 equal = memcmp(rold, rcur, offsetof(struct bpf_reg_state, parent)) == 0; in regsafe() 9414 /* two stack pointers are equal only if they're pointing to in regsafe() 9417 return equal && rold->frameno == rcur->frameno; in regsafe() 9419 if (equal) in regsafe() 9654 /* for states to be equal callsites have to be the same in states_equal()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | phy_n.c | 5611 bool equal = true; in b43_nphy_reapply_tx_cal_coeffs() local 5621 equal = false; in b43_nphy_reapply_tx_cal_coeffs() 5626 if (!equal) { in b43_nphy_reapply_tx_cal_coeffs()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | checkpatch.pl | 5913 my $equal = "!"; 5914 $equal = "" if ($4 eq "!="); 5916 "Comparison to NULL could be written \"${equal}${val}\"\n" . $herecurr) && 5918 $fixed[$fixlinenr] =~ s/\b\Q$val\E\s*(?:==|\!=)\s*NULL\b/$equal$val/;
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | phy_n.c | 5560 bool equal = true; in b43_nphy_reapply_tx_cal_coeffs() local 5570 equal = false; in b43_nphy_reapply_tx_cal_coeffs() 5575 if (!equal) { in b43_nphy_reapply_tx_cal_coeffs()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | checkpatch.pl | 6508 my $equal = "!"; 6509 $equal = "" if ($4 eq "!="); 6511 "Comparison to NULL could be written \"${equal}${val}\"\n" . $herecurr) && 6513 $fixed[$fixlinenr] =~ s/\b\Q$val\E\s*(?:==|\!=)\s*NULL\b/$equal$val/;
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ast_to_hir.cpp | 458 * columns of the left operand is equal to the number of rows of the in arithmetic_result_type() 682 * than or equal (>=), and less than or equal (<=) operate only on in relational_result_type() 1532 * "The equality operators equal (==), and not equal (!=) in do_hir() 2972 * or greater than or equal to the implementation-dependent maximum in apply_explicit_binding() 2991 * is less than zero, or greater than or equal to the in apply_explicit_binding() 3008 * "If the binding is less than zero, or greater than or equal to the in apply_explicit_binding() 6939 ? equal(cnst, state->switch_state.test_var) in hir() 6940 : logic_or(cmp, equal(cns in hir() [all...] |
/third_party/ltp/scripts/ |
H A D | checkpatch.pl | 6328 my $equal = "!"; 6329 $equal = "" if ($4 eq "!="); 6331 "Comparison to NULL could be written \"${equal}${val}\"\n" . $herecurr) && 6333 $fixed[$fixlinenr] =~ s/\b\Q$val\E\s*(?:==|\!=)\s*NULL\b/$equal$val/;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 1433 /// \returns true if the scalars in VL are equal to this entry. 1436 return std::equal(VL.begin(), VL.end(), Scalars.begin()); in isSame() 1438 std::equal( in isSame() 3044 !std::equal(CI->op_begin() + CI->getBundleOperandsStartIndex(), 3566 // VecCost is equal to sum of the cost of creating 2 vectors 3652 // We can vectorize the tree if its size is greater than or equal to the 5503 // prove that the upper bit of the original type is equal to the
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pBufferDataUploadTests.cpp | 5994 bool equal; 6009 const int upperRank = upperIndex; // convert zero-indexed to rank, upperIndex is last equal + 1 6046 result.equal = (de::abs(z) <= 1.96f); // accept within 95% confidence interval 6104 // Distribution is equal to all following distributions 6109 if (!result.equal) 6111 // Last two samples are not equal? Samples never stabilized 6145 // all distributions equal
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-c2c.c | 1732 fmt->equal = fmt_equal; in get_format()
|