/third_party/python/Lib/test/ |
H A D | test_unicode.py | 2538 equal = (text1 is text2) 2539 self.assertEqual(text1 == text2, equal) 2540 self.assertEqual(text1 != text2, not equal) 2542 if equal:
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | matrix4.cpp | 260 return std::equal(&matrix4x4_[0][0], &matrix4x4_[0][0] + MATRIX_LENGTH, &matrix.matrix4x4_[0][0], IsEqual); in operator ==()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_matrix3.h | 385 auto result = std::equal(data_, data_ + 8, otherData, in IsNearEqual()
|
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
H A D | tester_common.cpp | 226 bool eq = std::equal(inVividSei.begin(), inVividSei.end(), sample->vividSei.begin()); in CheckVivid()
|
/foundation/multimodalinput/input/util/common/include/ |
H A D | mmi_matrix3.h | 399 auto result = std::equal(data_, data_ + 8, otherData, in IsNearEqual()
|
/third_party/benchmark/src/ |
H A D | sysinfo.cc | 671 return std::equal(Key.begin(), Key.end(), Value.begin(), Cmp); in GetCPUCyclesPerSecond()
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-ia64.tex | 97 pointer (BSP). \textbf{Note:} the value in this register is equal
|
/third_party/lzma/Asm/x86/ |
H A D | AesOpt.asm | 183 ; num_regs_push: must be equal to the number of push operators
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | FastVector.h | 109 return a.size() == b.size() && std::equal(a.begin(), a.end(), b.begin()); in operator ==()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | Analysis.cpp | 323 std::equal(InsertLoc.begin(), InsertLoc.end(), ValLoc.rbegin())) { in getNoopInput() 619 /// which is equal to A.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
H A D | MILexer.cpp | 614 return MIToken::equal; in symbolToken()
|
/third_party/skia/src/gpu/effects/ |
H A D | GrTextureEffect.cpp | 752 if (this->hasClampToBorderShaderMode() && !std::equal(fBorder, fBorder + 4, that.fBorder)) { in onIsEqual()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | ShaderCore.hpp | 366 void equal(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jidctfst-mmx.asm | 31 %error "'IFAST_SCALE_BITS' must be equal to 'PASS1_BITS'."
|
H A D | jidctfst-sse2.asm | 31 %error "'IFAST_SCALE_BITS' must be equal to 'PASS1_BITS'."
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jidctfst-sse2.asm | 32 %error "'IFAST_SCALE_BITS' must be equal to 'PASS1_BITS'."
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | STLExtras.h | 607 /// A functor like C++14's std::equal<void> in its absence. 608 struct equal { struct
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | btree_benchmark.cc | 558 return std::equal(values.begin(), values.begin() + std::min(Size, Copies), in operator ==()
|
/third_party/alsa-lib/src/alisp/ |
H A D | alisp.c | 1820 static int equal(struct alisp_object * p1, struct alisp_object * p2) in equal() function 1871 * Syntax: (equal expr1 expr2) 1883 if (equal(p1, p2)) { in F_equal() 2822 if (equal(p1, car(car(p2)))) { in F_assq() 2889 if (equal(p1, cdr(car(p2)))) { in F_rassq() 3001 { "equal", F_equal }, 3026 { "string-equal", F_equal },
|
/third_party/json/tests/src/ |
H A D | unit-conversions.cpp | 257 CHECK(std::equal(v.begin(), v.end(), std::begin(nbs))); 344 CHECK(std::equal(std::begin(nbs), std::end(nbs), std::begin(nbs2)));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 684 std::equal(CallerRetTys.begin(), CallerRetTys.end(), in LowerCall() 963 std::equal(MFI->getParams().begin(), MFI->getParams().end(), in LowerFormalArguments()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
H A D | container.h | 298 // find equal adjacent elements within a container. 386 // Container-based version of the <algorithm> `std::equal()` function to 387 // test whether two containers are equal. 390 // equal(): while the latter iterates over the second container only up to the 392 // sizes are equal. This better matches expectations about c_equal() based on 398 // equal(std::begin(v1), std::end(v1), std::begin(v2)) returns true 405 std::equal(container_algorithm_internal::c_begin(c1), in c_equal() 416 std::equal(container_algorithm_internal::c_begin(c1), in c_equal() 1110 // sorted container which compare equal to `value`.
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 989 __ setcc(equal, dst); \ 1159 __ Assert(equal, AbortReason::kWrongFunctionCodeStart); in AssembleCodeStartRegisterCheck() 1290 __ Assert(equal, AbortReason::kWrongFunctionContext); in AssembleArchInstruction() 2063 __ j(equal, &done, Label::kNear); in AssembleArchInstruction() 2123 __ j(equal, &done, Label::kNear); in AssembleArchInstruction() 4425 return equal; in FlagsConditionToCondition() 4818 __ Assert(equal, AbortReason::kUnexpectedAdditionalPopValue); in AssembleReturn()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderOperatorTests.cpp | 1005 op << "\tbvec" << outScalarSize << " isDiffZero = equal(diff, " << outTypeName << "(0));\n"; in setupShaderData() 1523 DECLARE_FLOAT_CWISE_COMPARE_FUNCS(equal) 1532 DECLARE_INT_CWISE_COMPARE_FUNCS(equal) 1541 DECLARE_UINT_CWISE_COMPARE_FUNCS(equal) 1546 DECLARE_BOOL_CWISE_COMPARE_FUNCS(equal) 1894 << BuiltinOperInfo("equal", "==", B, Value(GT, -1.0f, 1.0f), Value(GT, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, FLOAT_GENTYPE_FUNCS(allEqual)) in init() 1895 << BuiltinOperInfo("equal", "==", B, Value(IGT, -5.5f, 4.7f), Value(IGT, -2.1f, 0.1f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, INT_GENTYPE_FUNCS(allEqual)) in init() 1896 << BuiltinOperInfo("equal", "==", B, Value(UGT, 0.0f, 8.0f), Value(UGT, 3.5f, 4.5f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, UINT_GENTYPE_FUNCS(allEqual)) in init() 1897 << BuiltinOperInfo("equal", "==", B, Value(BGT, -2.1f, 2.1f), Value(BGT, -1.1f, 3.0f), notUsed, 1.0f, 0.0f, PRECMASK_NA, BOOL_GENTYPE_FUNCS(allEqual)) in init() 2014 << BuiltinFuncInfo("equal", "equa in init() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | UCharacterTest.java | 2627 boolean equal=true; in showADiffB() 2632 equal=false; in showADiffB() 2653 return equal; in showADiffB()
|