Home
last modified time | relevance | path

Searched refs:equal (Results 176 - 200 of 398) sorted by relevance

12345678910>>...16

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormatSymbols.java2112 boolean equal = true; in arrayOfArrayEquals()
2114 equal = Utility.arrayEquals(aa1[i], aa2[i]); in arrayOfArrayEquals()
2115 if (!equal) { in arrayOfArrayEquals()
2119 return equal; in arrayOfArrayEquals()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
H A DDecimalQuantityTest.java518 assertEquals("Doubles should exactly equal", expected, actual); in testToDouble()
879 boolean equal = doubleEquals(d1, d2); in assertDoubleEquals()
880 handleAssert(equal, message, d1, d2, null, false); in assertDoubleEquals()
888 boolean equal = d1.compareTo(d2) == 0; in assertBigDecimalEquals()
889 handleAssert(equal, message, d1, d2, null, false); in assertBigDecimalEquals()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateFormatSymbols.java2052 boolean equal = true; in arrayOfArrayEquals()
2054 equal = Utility.arrayEquals(aa1[i], aa2[i]); in arrayOfArrayEquals()
2055 if (!equal) { in arrayOfArrayEquals()
2059 return equal; in arrayOfArrayEquals()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DDecimalQuantityTest.java463 assertEquals("Max long should equal toLong", 9223372036854775807L, quantity.toLong(false)); in testFitsInLong()
527 assertEquals("Doubles should exactly equal", expected, actual); in testToDouble()
937 assertEquals("DecimalQuantity format(parse(s)) should equal original s", numStr, roundTrip); in testDecimalQuantityParseFormatRoundTrip()
953 boolean equal = doubleEquals(d1, d2); in assertDoubleEquals()
954 handleAssert(equal, message, d1, d2, null, false); in assertDoubleEquals()
962 boolean equal = d1.compareTo(d2) == 0; in assertBigDecimalEquals()
963 handleAssert(equal, message, d1, d2, null, false); in assertBigDecimalEquals()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DDepthStencilStateTests.cpp99 // The less, equal, greater booleans denote wether the respective triangle should be visible
103 bool equal, in CheckDepthCompareFunction()
141 DoTest({base, {state, equalColor, 0.5f, 0u}}, equal ? equalColor : baseColor); in CheckDepthCompareFunction()
149 // The less, equal, greater booleans denote wether the respective triangle should be visible
153 bool equal, in CheckStencilCompareFunction()
195 DoTest({base, {state, equalColor, 0.f, 1u}}, equal ? equalColor : baseColor); in CheckStencilCompareFunction()
245 // Draw a list of test specs, and check if the stencil value is equal to the expected value
101 CheckDepthCompareFunction(wgpu::CompareFunction compareFunction, bool less, bool equal, bool greater) CheckDepthCompareFunction() argument
151 CheckStencilCompareFunction(wgpu::CompareFunction compareFunction, bool less, bool equal, bool greater) CheckStencilCompareFunction() argument
/third_party/node/deps/v8/src/codegen/
H A Dsignature.h59 return std::equal(all().begin(), all().end(), other.all().begin()); in operator ==()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DSubtargetFeature.h149 return std::equal(std::begin(Bits), std::end(Bits), std::begin(RHS.Bits)); in operator ==()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLToken.h25 equal, enumerator
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dranden_engine.h166 std::equal(std::begin(state_), std::end(state_), in operator ==()
/third_party/node/deps/npm/test/lib/commands/
H A Dls.js433 t.equal(process.exitCode, 1, 'should exit with error code 1')
564 t.equal(err.code, 'ELSPROBLEMS', 'should have error code')
565 t.equal(
2903 t.equal(
2908 t.equal(err.code, 'ELSPROBLEMS', 'should have ELSPROBLEMS error code')
3077 t.equal(process.exitCode, 1, 'should exit with error code 1')
4863 t.equal(process.exitCode, 1, 'should exit with error code 1')
/third_party/node/src/
H A Dnode_binding.cc143 struct equal { struct
152 static std::unordered_set<dl_wrap*, dl_wrap::hash, dl_wrap::equal>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h83 // For load and store we set the opcode to zero to make them equal. in operator ==()
219 std::equal(op_begin(), op_end(), OE.op_begin());
461 std::equal(int_op_begin(), int_op_end(), OE.int_op_begin());
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_int64.h29 ir_expression *const r0014 = equal(swizzle_y(r000D), body.constant(0u)); in udivmod64()
243 ir_expression *const r003E = equal(swizzle_y(r0036), body.constant(0u)); in udiv64()
467 ir_expression *const r0071 = equal(swizzle_y(r0067), body.constant(0u)); in idiv64()
701 ir_expression *const r009F = equal(swizzle_y(r0097), body.constant(0u)); in umod64()
931 ir_expression *const r00D4 = equal(swizzle_y(r00CA), body.constant(0u)); in imod64()
H A Dir_builder.h159 ir_expression *equal(operand a, operand b);
/third_party/node/test/fixtures/wpt/resources/
H A Dtestharness.js1507 * Test if two primitives are equal or two objects
1684 * Test if two primitive arrays are equal within +/- epsilon
1720 * Test if two primitive numbers are equal within +/- epsilon
1790 * than ``upper`` but not equal to either.
1816 * Assert that ``actual`` is a number less than or equal to ``expected``.
1820 * than or equal to.
1826 * Test if a primitive number is less than or equal to another
1835 "expected a number less than or equal to ${expected} but got ${actual}",
1841 * Assert that ``actual`` is a number greater than or equal to ``expected``.
1845 * than or equal t
[all...]
/third_party/python/Modules/
H A D_xxsubinterpretersmodule.c1624 int equal; in channelid_richcompare() local
1627 equal = (cid->end == othercid->end) && (cid->id == othercid->id); in channelid_richcompare()
1636 equal = !overflow && (othercid >= 0) && (cid->id == othercid); in channelid_richcompare()
1651 if ((op == Py_EQ && equal) || (op == Py_NE && !equal)) { in channelid_richcompare()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelRoutine.cpp344 Byte8 equal; in stencilTest() local
366 equal = value; in stencilTest()
367 equal = CmpEQ(equal, *Pointer<Byte8>(data + OFFSET(DrawData,stencil[CCW].referenceMaskedQ))); in stencilTest()
370 value |= equal; in stencilTest()
373 equal = *Pointer<Byte8>(data + OFFSET(DrawData,stencil[CCW].referenceMaskedSignedQ)); in stencilTest()
375 equal = CmpGT(As<SByte8>(equal), As<SByte8>(value)); in stencilTest()
376 value = equal; in stencilTest()
527 Short4 equal; in alphaTest() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A Dparserharness.js117 export function equal(actual, expected) {
119 throwAssertError(new Error("Expected " + actual + " to equal " + expected));
125 throwAssertError(new Error("Expected " + actual + " to *not* equal " + expected));
1097 assert.equal(actualType.type, expectedType);
1765 assert.equal(formattedScript, baseline);
2181 function equal(actual, expected) {
2183 Assert.throwAssertError(new Error("Expected " + actual + " to equal " + expected));
2186 Assert.equal = equal;
2189 Assert.throwAssertError(new Error("Expected " + actual + " to *not* equal "
[all...]
/third_party/eudev/hm_src/
H A Dkeyboard-keys-from-name.h433 {"equal", KEY_EQUAL}, in keyboard_lookup_key()
/third_party/ffmpeg/tests/checkasm/x86/
H A Dcheckasm.asm59 ; (max_args % 4) must equal 3 for stack alignment
/third_party/libunwind/libunwind/doc/
H A Dunw_get_proc_name.tex40 returned name plus the returned offset will always be equal to the
/third_party/jerryscript/tests/jerry/
H A Dregression-test-issue-3114.js58 var id_88 = id_89.equal;
/third_party/node/deps/v8/src/base/
H A Dvector.h131 return std::equal(begin(), end(), other.begin(), other.end()); in operator ==()
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DUtil.pm48 Returns 1 if VERSION1 is greater than VERSION2, 0 if they are equal, and
/third_party/openssl/util/perl/OpenSSL/
H A DUtil.pm48 Returns 1 if VERSION1 is greater than VERSION2, 0 if they are equal, and

Completed in 35 milliseconds

12345678910>>...16