/third_party/node/lib/internal/util/ |
D | comparisons.js | 101 function isEqualBoxedPrimitive(val1, val2) { argument 103 return isNumberObject(val2) && 105 NumberPrototypeValueOf(val2)); 108 return isStringObject(val2) && 109 StringPrototypeValueOf(val1) === StringPrototypeValueOf(val2); 112 return isBooleanObject(val2) && 113 BooleanPrototypeValueOf(val1) === BooleanPrototypeValueOf(val2); 116 return isBigIntObject(val2) && 117 BigIntPrototypeValueOf(val1) === BigIntPrototypeValueOf(val2); 120 return isSymbolObject(val2) && [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | narrowingAssignmentReadonlyRespectsAssertion.types | 8 readonly val2: ReadonlyArray<T>; 9 >val2 : readonly T[] 21 …val2: ["a", "b", "c"] }, { val1: 2, val2: [1, 2, 3] }, { val1: ["a", "z"], val2: ["x", "… 23 { val1: "a", val2: ["a", "b", "c"] }, 24 >{ val1: "a", val2: ["a", "b", "c"] } : { val1: string; val2: string[]; } 27 >val2 : string[] 33 { val1: 2, val2: [1, 2, 3] }, 34 >{ val1: 2, val2: [1, 2, 3] } : { val1: number; val2: number[]; } 37 >val2 : number[] 43 { val1: ["a", "z"], val2: ["x", "y", "z"] }, [all …]
|
D | narrowingAssignmentReadonlyRespectsAssertion.js | 6 readonly val2: ReadonlyArray<T>; 15 { val1: "a", val2: ["a", "b", "c"] }, 16 { val1: 2, val2: [1, 2, 3] }, 17 { val1: ["a", "z"], val2: ["x", "y", "z"] }, 18 { val1: [5, 10], val2: [10, 100, 1000] }, 28 fixture.cases.forEach(({ val1, val2 }) => { field 36 console.log(val2); 47 { val1: "a", val2: ["a", "b", "c"] }, 48 { val1: 2, val2: [1, 2, 3] }, 49 { val1: ["a", "z"], val2: ["x", "y", "z"] }, [all …]
|
D | narrowingAssignmentReadonlyRespectsAssertion.symbols | 14 readonly val2: ReadonlyArray<T>; 15 >val2 : Symbol(TestCase.val2, Decl(narrowingAssignmentReadonlyRespectsAssertion.ts, 3, 38)) 34 { val1: "a", val2: ["a", "b", "c"] }, 36 >val2 : Symbol(val2, Decl(narrowingAssignmentReadonlyRespectsAssertion.ts, 13, 18)) 38 { val1: 2, val2: [1, 2, 3] }, 40 >val2 : Symbol(val2, Decl(narrowingAssignmentReadonlyRespectsAssertion.ts, 14, 16)) 42 { val1: ["a", "z"], val2: ["x", "y", "z"] }, 44 >val2 : Symbol(val2, Decl(narrowingAssignmentReadonlyRespectsAssertion.ts, 15, 25)) 46 { val1: [5, 10], val2: [10, 100, 1000] }, 48 >val2 : Symbol(val2, Decl(narrowingAssignmentReadonlyRespectsAssertion.ts, 16, 22)) [all …]
|
/third_party/cef/tests/ceftests/ |
D | test_util.cc | 144 CefRefPtr<CefBinaryValue> val2) { in TestBinaryEqual() argument 146 EXPECT_TRUE(val2.get()); in TestBinaryEqual() 148 EXPECT_TRUE(val1->IsEqual(val2)); in TestBinaryEqual() 149 EXPECT_TRUE(val2->IsEqual(val1)); in TestBinaryEqual() 152 EXPECT_EQ(data_size, val2->GetSize()); in TestBinaryEqual() 161 EXPECT_EQ(data_size, val2->GetData(data2, data_size, 0)); in TestBinaryEqual() 171 CefRefPtr<CefDictionaryValue> val2) { in TestDictionaryEqual() argument 173 EXPECT_TRUE(val2.get()); in TestDictionaryEqual() 175 EXPECT_TRUE(val1->IsEqual(val2)); in TestDictionaryEqual() 176 EXPECT_TRUE(val2->IsEqual(val1)); in TestDictionaryEqual() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | test_select.h | 17 v4f32 select(v4si32 cond, v4f32 val1, v4f32 val2); 18 v4si32 select(v4si32 cond, v4si32 val1, v4si32 val2); 19 v4ui32 select(v4si32 cond, v4ui32 val1, v4ui32 val2); 20 v8si16 select(v8si16 cond, v8si16 val1, v8si16 val2); 21 v8ui16 select(v8si16 cond, v8ui16 val1, v8ui16 val2); 22 v16si8 select(v16si8 cond, v16si8 val1, v16si8 val2); 23 v16ui8 select(v16si8 cond, v16ui8 val1, v16ui8 val2); 24 v4si32 select_i1(v4si32 cond, v4si32 val1, v4si32 val2); 25 v8si16 select_i1(v8si16 cond, v8si16 val1, v8si16 val2); 26 v16si8 select_i1(v16si8 cond, v16si8 val1, v16si8 val2);
|
/third_party/boost/libs/multiprecision/test/ |
D | test_float_serial.hpp | 66 T val2; in test() local 67 ia >> val2; in test() 68 BOOST_CHECK_EQUAL(val, val2); in test() 78 T val2; in test() local 79 ia >> boost::serialization::make_nvp("value", val2); in test() 80 BOOST_CHECK_EQUAL(val, val2); in test() 89 T val2; in test() local 90 ib >> val2; in test() 91 BOOST_CHECK_EQUAL(val, val2); in test() 101 T val2; in test() local [all …]
|
D | test_adapt_serial.cpp | 76 T val2; in test_neg() local 82 ia >> val2; in test_neg() 83 BOOST_CHECK_EQUAL(val, val2); in test_neg() 92 ia >> boost::serialization::make_nvp("value", val2); in test_neg() 93 BOOST_CHECK_EQUAL(val, val2); in test_neg() 100 ib >> val2; in test_neg() 101 BOOST_CHECK_EQUAL(val, val2); in test_neg() 136 T val2; in test() local 142 ia >> val2; in test() 143 BOOST_CHECK_EQUAL(val, val2); in test() [all …]
|
D | test_cpp_rat_serial.cpp | 76 T val2; in test_neg() local 82 ia >> val2; in test_neg() 83 BOOST_CHECK_EQUAL(val, val2); in test_neg() 90 ib >> val2; in test_neg() 91 BOOST_CHECK_EQUAL(val, val2); in test_neg() 100 ib >> boost::serialization::make_nvp("value", val2); in test_neg() 101 BOOST_CHECK_EQUAL(val, val2); in test_neg() 140 T val2; in test() local 141 ia >> val2; in test() 142 BOOST_CHECK_EQUAL(val, val2); in test() [all …]
|
D | test_cpp_int_serial.cpp | 78 T val2; in test_neg() local 79 ia >> val2; in test_neg() 80 BOOST_CHECK_EQUAL(val, val2); in test_neg() 86 ib >> val2; in test_neg() 87 BOOST_CHECK_EQUAL(val, val2); in test_neg() 121 T val2; in test() local 127 ia >> val2; in test() 128 BOOST_CHECK_EQUAL(val, val2); in test() 135 ib >> val2; in test() 136 BOOST_CHECK_EQUAL(val, val2); in test() [all …]
|
D | test_checked_cpp_int.cpp | 113 test_type val2 = 1 + (std::numeric_limits<test_type>::max)() / val; in test() local 114 BOOST_CHECK_THROW(test_type(val2 * val), std::overflow_error); in test() 115 … test_signed_overflow(val2, val, boost::mpl::bool_<std::numeric_limits<test_type>::is_signed>()); in test() 116 --val2; in test() 117 … BOOST_CHECK(cpp_int(val2) * cpp_int(val) <= cpp_int((std::numeric_limits<test_type>::max)())); in test() 118 BOOST_CHECK(val2 * val <= (std::numeric_limits<test_type>::max)()); in test() 119 val2 = (std::numeric_limits<test_type>::max)() - val; in test() 120 ++val2; in test() 121 BOOST_CHECK_THROW(test_type(val2 + val), std::overflow_error); in test() 122 BOOST_CHECK((val2 - 1) + val == (std::numeric_limits<test_type>::max)()); in test() [all …]
|
/third_party/gn/src/base/ |
D | logging.h | 407 #define CHECK_OP(name, op, val1, val2) CHECK((val1)op(val2)) argument 446 #define CHECK_OP(name, op, val1, val2) \ argument 451 ::logging::Check##name##Impl((val1), (val2), \ 452 #val1 " " #op " " #val2)) \ 567 #define CHECK_EQ(val1, val2) CHECK_OP(EQ, ==, val1, val2) argument 568 #define CHECK_NE(val1, val2) CHECK_OP(NE, !=, val1, val2) argument 569 #define CHECK_LE(val1, val2) CHECK_OP(LE, <=, val1, val2) argument 570 #define CHECK_LT(val1, val2) CHECK_OP(LT, <, val1, val2) argument 571 #define CHECK_GE(val1, val2) CHECK_OP(GE, >=, val1, val2) argument 572 #define CHECK_GT(val1, val2) CHECK_OP(GT, >, val1, val2) argument [all …]
|
/third_party/cef/include/base/ |
D | cef_logging.h | 353 #define CHECK_OP(name, op, val1, val2) \ argument 355 (val1), (val2), #val1 " " #op " " #val2)) \ 422 #define CHECK_EQ(val1, val2) CHECK_OP(EQ, ==, val1, val2) argument 423 #define CHECK_NE(val1, val2) CHECK_OP(NE, !=, val1, val2) argument 424 #define CHECK_LE(val1, val2) CHECK_OP(LE, <=, val1, val2) argument 425 #define CHECK_LT(val1, val2) CHECK_OP(LT, <, val1, val2) argument 426 #define CHECK_GE(val1, val2) CHECK_OP(GE, >=, val1, val2) argument 427 #define CHECK_GT(val1, val2) CHECK_OP(GT, >, val1, val2) argument 522 #define DCHECK_OP(name, op, val1, val2) \ argument 525 (val1), (val2), #val1 " " #op " " #val2)) \ [all …]
|
/third_party/re2/util/ |
D | logging.h | 20 #define DCHECK_EQ(val1, val2) assert((val1) == (val2)) argument 21 #define DCHECK_NE(val1, val2) assert((val1) != (val2)) argument 22 #define DCHECK_LE(val1, val2) assert((val1) <= (val2)) argument 23 #define DCHECK_LT(val1, val2) assert((val1) < (val2)) argument 24 #define DCHECK_GE(val1, val2) assert((val1) >= (val2)) argument 25 #define DCHECK_GT(val1, val2) assert((val1) > (val2)) argument
|
/third_party/boost/libs/icl/test/ |
D | test_set_icl_set.hpp | 33 T val2 = MK_v(5); in itl_set_check_monoid_plus_4_bicremental_types() local 35 CHECK_MONOID_INSTANCE_WRT(plus) (set_a, set_b, set_c, val1, val2); in itl_set_check_monoid_plus_4_bicremental_types() 36 CHECK_MONOID_INSTANCE_WRT(pipe) (set_a, set_b, set_c, val1, val2); in itl_set_check_monoid_plus_4_bicremental_types() 56 T val2 = MK_v(5); in itl_set_check_monoid_et_4_bicremental_types() local 58 CHECK_MONOID_INSTANCE_WRT(et) (set_a, set_b, set_c, val1, val2); in itl_set_check_monoid_et_4_bicremental_types() 59 CHECK_MONOID_INSTANCE_WRT(caret)(set_a, set_b, set_c, val1, val2); in itl_set_check_monoid_et_4_bicremental_types() 83 T val2 = MK_v(5); in itl_set_check_abelian_monoid_plus_4_bicremental_types() local 85 CHECK_ABELIAN_MONOID_INSTANCE_WRT(plus) (set_a, set_b, set_c, val1, val2); in itl_set_check_abelian_monoid_plus_4_bicremental_types() 86 CHECK_ABELIAN_MONOID_INSTANCE_WRT(pipe) (set_a, set_b, set_c, val1, val2); in itl_set_check_abelian_monoid_plus_4_bicremental_types() 106 T val2 = MK_v(5); in itl_set_check_abelian_monoid_et_4_bicremental_types() local [all …]
|
/third_party/mesa3d/src/gtest/include/gtest/ |
D | gtest.h | 1586 const T1& val1, const T2& val2, in CmpHelperOpFailure() argument 1590 << "), actual: " << FormatForComparisonFailureMessage(val1, val2) in CmpHelperOpFailure() 1591 << " vs " << FormatForComparisonFailureMessage(val2, val1); in CmpHelperOpFailure() 1608 const T1& val1, const T2& val2) {\ 1609 if (val1 op val2) {\ 1612 return CmpHelperOpFailure(expr1, expr2, val1, val2, #op);\ 1616 const char* expr1, const char* expr2, BiggestInt val1, BiggestInt val2) 1762 double val2, 2027 #define EXPECT_EQ(val1, val2) \ argument 2028 EXPECT_PRED_FORMAT2(::testing::internal::EqHelper::Compare, val1, val2) [all …]
|
/third_party/googletest/googletest/include/gtest/ |
D | gtest.h | 1600 const T1& val1, const T2& val2, in CmpHelperOpFailure() argument 1604 << "), actual: " << FormatForComparisonFailureMessage(val1, val2) in CmpHelperOpFailure() 1605 << " vs " << FormatForComparisonFailureMessage(val2, val1); in CmpHelperOpFailure() 1617 const T1& val1, const T2& val2) {\ 1618 if (val1 op val2) {\ 1621 return CmpHelperOpFailure(expr1, expr2, val1, val2, #op);\ 1769 double val2, 2047 #define EXPECT_EQ(val1, val2) \ argument 2048 EXPECT_PRED_FORMAT2(::testing::internal::EqHelper::Compare, val1, val2) 2049 #define EXPECT_NE(val1, val2) \ argument [all …]
|
/third_party/skia/src/gpu/tessellate/ |
D | CullTest.h | 58 auto val2 = fMatY * p[2].fY; in areVisible3() local 61 val2 = fMatX*p[2].fX + val2; in areVisible3() 66 val0 = skvx::max(val0, val2); in areVisible3() 79 auto val2 = fMatY * p[2].fY; in areVisible4() local 83 val2 = fMatX*p[2].fX + val2; in areVisible4() 89 val2 = skvx::max(val2, val3); in areVisible4() 90 val0 = skvx::max(val0, val2); in areVisible4()
|
/third_party/typescript/tests/cases/compiler/ |
D | narrowingAssignmentReadonlyRespectsAssertion.ts | 5 readonly val2: ReadonlyArray<T>; property 14 { val1: "a", val2: ["a", "b", "c"] }, 15 { val1: 2, val2: [1, 2, 3] }, 16 { val1: ["a", "z"], val2: ["x", "y", "z"] }, 17 { val1: [5, 10], val2: [10, 100, 1000] }, 27 fixture.cases.forEach(({ val1, val2 }) => { 35 console.log(val2);
|
/third_party/ffmpeg/tests/checkasm/ |
D | audiodsp.c | 90 int32_t val1, val2, min, max; in checkasm_check_audiodsp() local 98 val2 = ((int32_t)rnd()); in checkasm_check_audiodsp() 99 val2 = FFSIGN(val2) * (val2 & ((1 << 24) - 1)); in checkasm_check_audiodsp() 101 min = FFMIN(val1, val2); in checkasm_check_audiodsp() 102 max = FFMAX(val1, val2); in checkasm_check_audiodsp() 120 float val1, val2, min, max; in checkasm_check_audiodsp() local 127 val2 = (float)rnd() / (UINT_MAX >> 1) - 1.0f; in checkasm_check_audiodsp() 129 min = FFMIN(val1, val2); in checkasm_check_audiodsp() 130 max = FFMAX(val1, val2); in checkasm_check_audiodsp()
|
/third_party/openssl/crypto/bn/ |
D | bn_exp2.c | 26 BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE]; in BN_mod_exp2_mont() local 52 val2[0] = BN_CTX_get(ctx); in BN_mod_exp2_mont() 53 if (val2[0] == NULL) in BN_mod_exp2_mont() 101 if (!BN_mod(val2[0], a2, m, ctx)) in BN_mod_exp2_mont() 103 a_mod_m = val2[0]; in BN_mod_exp2_mont() 111 if (!BN_to_montgomery(val2[0], a_mod_m, mont, ctx)) in BN_mod_exp2_mont() 114 if (!BN_mod_mul_montgomery(d, val2[0], val2[0], mont, ctx)) in BN_mod_exp2_mont() 119 if (((val2[i] = BN_CTX_get(ctx)) == NULL) || in BN_mod_exp2_mont() 120 !BN_mod_mul_montgomery(val2[i], val2[i - 1], d, mont, ctx)) in BN_mod_exp2_mont() 186 if (!BN_mod_mul_montgomery(r, r, val2[wvalue2 >> 1], mont, ctx)) in BN_mod_exp2_mont()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | unordered_map_modifiers_test.h | 54 T val2 = {val.first, hash_internal::Generator<V>()()}; in TYPED_TEST_P() local 55 p = m.insert(val2); in TYPED_TEST_P() 68 T val2 = {val.first, hash_internal::Generator<V>()()}; in TYPED_TEST_P() local 69 it = m.insert(it, val2); in TYPED_TEST_P() 93 T val2 = {val.first, hash_internal::Generator<V>()()}; in TYPED_TEST_P() local 94 m.insert(val2); in TYPED_TEST_P() 128 V val2 = hash_internal::Generator<V>()(); in TYPED_TEST_P() local 129 p = m.insert_or_assign(k, val2); in TYPED_TEST_P() 132 EXPECT_EQ(val2, get<1>(*p.first)); in TYPED_TEST_P() 148 V val2 = hash_internal::Generator<V>()(); in TYPED_TEST_P() local [all …]
|
/third_party/abseil-cpp/absl/container/internal/ |
D | unordered_map_modifiers_test.h | 54 T val2 = {val.first, hash_internal::Generator<V>()()}; in TYPED_TEST_P() local 55 p = m.insert(val2); in TYPED_TEST_P() 68 T val2 = {val.first, hash_internal::Generator<V>()()}; in TYPED_TEST_P() local 69 it = m.insert(it, val2); in TYPED_TEST_P() 96 V val2 = hash_internal::Generator<V>()(); in TYPED_TEST_P() local 97 p = m.insert_or_assign(k, val2); in TYPED_TEST_P() 100 EXPECT_EQ(val2, get<1>(*p.first)); in TYPED_TEST_P() 116 V val2 = hash_internal::Generator<V>()(); in TYPED_TEST_P() local 117 it = m.insert_or_assign(it, k, val2); in TYPED_TEST_P() 119 EXPECT_EQ(val2, get<1>(*it)); in TYPED_TEST_P() [all …]
|
/third_party/weston/tools/zunitc/src/ |
D | zuc_collector.c | 134 intptr_t val1, intptr_t val2, const char *expr1, const char *expr2); 149 intptr_t val1, intptr_t val2, 223 intptr_t val1, intptr_t val2, in check_triggered() argument 230 val1, val2, expr1, expr2); in check_triggered() 247 intptr_t val1, intptr_t val2, const char *expr1, const char *expr2) in store_event() argument 256 event->val2 = val2; in store_event() 260 if (val2) in store_event() 261 event->val2 = (intptr_t)strdup((const char *)val2); in store_event() 279 ((valtype == ZUC_VAL_CSTR) && val2) ? in store_event() 280 strlen((char *)val2) : 0; in store_event() [all …]
|
/third_party/grpc/test/cpp/test/ |
D | server_context_test_spouse_test.cc | 35 const char val2[] = "metadata-val2"; variable 57 spouse.AddClientMetadata(key2, val2); in TEST() 59 ASSERT_TRUE(ClientMetadataContains(context, key2, val2)); in TEST() 71 context.AddInitialMetadata(key2, val2); in TEST() 72 metadata.insert(std::pair<std::string, std::string>(key2, val2)); in TEST() 85 context.AddTrailingMetadata(key2, val2); in TEST() 86 metadata.insert(std::pair<std::string, std::string>(key2, val2)); in TEST()
|