Home
last modified time | relevance | path

Searched refs:equal (Results 301 - 325 of 1581) sorted by relevance

1...<<11121314151617181920>>...64

/third_party/python/Lib/test/
H A Dtest_unicode.py2538 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 Dmatrix4.cpp260 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 Drs_matrix3.h385 auto result = std::equal(data_, data_ + 8, otherData, in IsNearEqual()
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_common.cpp226 bool eq = std::equal(inVividSei.begin(), inVividSei.end(), sample->vividSei.begin()); in CheckVivid()
/foundation/multimodalinput/input/util/common/include/
H A Dmmi_matrix3.h399 auto result = std::equal(data_, data_ + 8, otherData, in IsNearEqual()
/third_party/benchmark/src/
H A Dsysinfo.cc671 return std::equal(Key.begin(), Key.end(), Value.begin(), Cmp); in GetCPUCyclesPerSecond()
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-ia64.tex97 pointer (BSP). \textbf{Note:} the value in this register is equal
/third_party/lzma/Asm/x86/
H A DAesOpt.asm183 ; num_regs_push: must be equal to the number of push operators
/third_party/skia/third_party/externals/angle2/src/common/
H A DFastVector.h109 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 DAnalysis.cpp323 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 DMILexer.cpp614 return MIToken::equal; in symbolToken()
/third_party/skia/src/gpu/effects/
H A DGrTextureEffect.cpp752 if (this->hasClampToBorderShaderMode() && !std::equal(fBorder, fBorder + 4, that.fBorder)) { in onIsEqual()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShaderCore.hpp366 void equal(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djidctfst-mmx.asm31 %error "'IFAST_SCALE_BITS' must be equal to 'PASS1_BITS'."
H A Djidctfst-sse2.asm31 %error "'IFAST_SCALE_BITS' must be equal to 'PASS1_BITS'."
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djidctfst-sse2.asm32 %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 DSTLExtras.h607 /// 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 Dbtree_benchmark.cc558 return std::equal(values.begin(), values.begin() + std::min(Size, Copies), in operator ==()
/third_party/alsa-lib/src/alisp/
H A Dalisp.c1820 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 Dunit-conversions.cpp257 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 DWebAssemblyISelLowering.cpp684 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 Dcontainer.h298 // 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 Dcode-generator-x64.cc989 __ 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 Des3fShaderOperatorTests.cpp1005 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 DUCharacterTest.java2627 boolean equal=true; in showADiffB()
2632 equal=false; in showADiffB()
2653 return equal; in showADiffB()

Completed in 49 milliseconds

1...<<11121314151617181920>>...64