/third_party/boost/libs/serialization/test/ |
D | test_cyclic_ptrs.cpp | 70 J j1; member in K 79 ar & BOOST_SERIALIZATION_NVP(j1); in serialize() 89 : j1(&j2), j2(&j3), j3(&j1) in K() 96 j1.j == & j2 in operator ==() 98 && j3.j == & j1 in operator ==() 99 && j1 == rhs.j1 in operator ==() 109 J j1, j2; in test1() local 113 oa << BOOST_SERIALIZATION_NVP(j1); in test1() 121 BOOST_CHECK(j1 == j2); in test1() 130 J *j1 = new J; in test2() local [all …]
|
D | test_recursion.cpp | 33 J j, j1; in test_main() local 44 ia >> BOOST_SERIALIZATION_NVP(j1); in test_main() 46 BOOST_CHECK(j == j1); in test_main()
|
/third_party/openssl/crypto/modes/asm/ |
D | ghashv8-armx.pl | 411 my ($I0,$j1,$j2,$j3, 428 vrev64.8 $j1,$j1 435 vext.8 $I1,$j1,$j1,#8 452 veor $j1,$j1,$I1 454 vpmull.p64 $j1,$H34,$j1 458 veor $Ym,$Ym,$j1 471 vrev64.8 $j1,$j1 487 vext.8 $I1,$j1,$j1,#8 514 veor $j1,$j1,$I1 517 vpmull.p64 $j1,$H34,$j1 [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | emitCompoundExponentiationAssignmentWithIndexingOnLHS1.types | 76 var j0 = 0, j1 = 1; 79 >j1 : number 82 array3[j0++] **= array3[j1++] **= array3[j0++] **= 1; 83 >array3[j0++] **= array3[j1++] **= array3[j0++] **= 1 : number 88 >array3[j1++] **= array3[j0++] **= 1 : number 89 >array3[j1++] : number 91 >j1++ : number 92 >j1 : number
|
D | emitCompoundExponentiationAssignmentWithIndexingOnLHS1.symbols | 39 var j0 = 0, j1 = 1; 41 >j1 : Symbol(j1, Decl(emitCompoundExponentiationAssignmentWithIndexingOnLHS1.ts, 13, 11)) 43 array3[j0++] **= array3[j1++] **= array3[j0++] **= 1; 47 >j1 : Symbol(j1, Decl(emitCompoundExponentiationAssignmentWithIndexingOnLHS1.ts, 13, 11))
|
D | emitCompoundExponentiationAssignmentWithIndexingOnLHS1.js | 15 var j0 = 0, j1 = 1; variable 16 array3[j0++] **= array3[j1++] **= array3[j0++] **= 1; 30 var j0 = 0, j1 = 1; 31 (_o = array3)[_p = j0++] = Math.pow(_o[_p], (_l = array3)[_m = j1++] = Math.pow(_l[_m], (_j = array…
|
/third_party/json/test/src/ |
D | unit-algorithms.cpp | 263 json j1 = {2, 4, 6, 8}; variable 267 std::merge(j1.begin(), j1.end(), j2.begin(), j2.end(), std::back_inserter(j3)); 274 json j1 = {1, 2, 3, 4, 5, 6, 7, 8}; variable 278 std::set_difference(j1.begin(), j1.end(), j2.begin(), j2.end(), std::back_inserter(j3)); 284 json j1 = {1, 2, 3, 4, 5, 6, 7, 8}; variable 288 … std::set_intersection(j1.begin(), j1.end(), j2.begin(), j2.end(), std::back_inserter(j3)); 294 json j1 = {2, 4, 6, 8}; variable 298 std::set_union(j1.begin(), j1.end(), j2.begin(), j2.end(), std::back_inserter(j3)); 304 json j1 = {2, 4, 6, 8}; variable 308 … std::set_symmetric_difference(j1.begin(), j1.end(), j2.begin(), j2.end(), std::back_inserter(j3));
|
D | fuzzer-parse_ubjson.cpp | 40 json j1 = json::from_ubjson(vec1); in LLVMFuzzerTestOneInput() local 45 std::vector<uint8_t> vec2 = json::to_ubjson(j1, false, false); in LLVMFuzzerTestOneInput() 48 std::vector<uint8_t> vec3 = json::to_ubjson(j1, true, false); in LLVMFuzzerTestOneInput() 51 std::vector<uint8_t> vec4 = json::to_ubjson(j1, true, true); in LLVMFuzzerTestOneInput()
|
D | unit-udt_macro.cpp | 277 nlohmann::json j1 = obj1; //via json string variable 278 std::string s = j1.dump(); 288 nlohmann::json j1 = obj1; //via msgpack variable 289 std::vector<uint8_t> buf = nlohmann::json::to_msgpack(j1); 299 nlohmann::json j1 = obj1; //via bson variable 300 std::vector<uint8_t> buf = nlohmann::json::to_bson(j1); 310 nlohmann::json j1 = obj1; //via cbor variable 311 std::vector<uint8_t> buf = nlohmann::json::to_cbor(j1); 321 nlohmann::json j1 = obj1; //via ubjson variable 322 std::vector<uint8_t> buf = nlohmann::json::to_ubjson(j1);
|
D | fuzzer-parse_bson.cpp | 34 json j1 = json::from_bson(vec1); in LLVMFuzzerTestOneInput() local 36 if (j1.is_discarded()) in LLVMFuzzerTestOneInput() 44 std::vector<uint8_t> vec2 = json::to_bson(j1); in LLVMFuzzerTestOneInput()
|
D | fuzzer-parse_json.cpp | 34 json j1 = json::parse(data, data + size); in LLVMFuzzerTestOneInput() local 41 std::string s1 = j1.dump(); in LLVMFuzzerTestOneInput()
|
/third_party/boost/boost/qvm/detail/ |
D | determinant_impl.hpp | 46 for( int j1=0; j1!=N; ++j1 ) in determinant_impl_() local 53 if( j==j1 ) in determinant_impl_() 60 if( j1&1 ) in determinant_impl_() 62 det += mat_traits<M>::read_element_idx(0,j1,a) * d; in determinant_impl_()
|
D | cofactor_impl.hpp | 42 int j1=0; in cofactor_impl() local 47 c[i1][j1] = mat_traits<A>::read_element_idx(ii,jj,a); in cofactor_impl() 48 ++j1; in cofactor_impl()
|
/third_party/mesa3d/src/mesa/program/ |
D | prog_noise.c | 265 unsigned int i1, j1; /* Offsets for second (middle) corner of simplex in (i,j) coords */ in _mesa_noise2() local 268 j1 = 0; in _mesa_noise2() 272 j1 = 1; in _mesa_noise2() 280 y1 = y0 - j1 + G2; in _mesa_noise2() 302 n1 = t1 * t1 * grad2(perm[ii + i1 + perm[jj + j1]], x1, y1); in _mesa_noise2() 352 unsigned int i1, j1, k1; /* Offsets for second corner of simplex in (i,j,k) coords */ in _mesa_noise3() local 359 j1 = 0; in _mesa_noise3() 367 j1 = 0; in _mesa_noise3() 375 j1 = 0; in _mesa_noise3() 385 j1 = 0; in _mesa_noise3() [all …]
|
/third_party/json/doc/examples/ |
D | basic_json__basic_json.cpp | 9 json j1 = {"one", "two", 3, 4.5, false}; in main() local 12 json j2(j1); in main() 15 std::cout << j1 << " = " << j2 << '\n'; in main() 16 std::cout << std::boolalpha << (j1 == j2) << '\n'; in main()
|
D | insert__range_object.cpp | 9 json j1 = {{"one", "eins"}, {"two", "zwei"}}; in main() local 13 std::cout << j1 << '\n'; in main() 17 j1.insert(j2.begin(), j2.end()); in main() 20 std::cout << j1 << '\n'; in main()
|
D | swap__reference.cpp | 9 json j1 = {1, 2, 3, 4, 5}; in main() local 13 j1.swap(j2); in main() 16 std::cout << "j1 = " << j1 << '\n'; in main()
|
D | basic_json__nullptr_t.cpp | 9 json j1; in main() local 15 std::cout << j1 << '\n' << j2 << '\n'; in main()
|
/third_party/boost/libs/utility/test/ |
D | operators_test.cpp | 683 MyLong j1(1); in main() local 687 BOOST_TEST( j1.value() == 1 ); in main() 699 BOOST_TEST( static_cast<bool>(j1 != j2) ); in main() 700 BOOST_TEST( static_cast<bool>(j1 != 2) ); in main() 702 BOOST_TEST( static_cast<bool>(j1 < j2) ); in main() 704 BOOST_TEST( static_cast<bool>(j1 < 2) ); in main() 705 BOOST_TEST( static_cast<bool>(j1 <= j2) ); in main() 707 BOOST_TEST( static_cast<bool>(j1 <= j) ); in main() 711 BOOST_TEST( static_cast<bool>(j2 > j1) ); in main() 712 BOOST_TEST( static_cast<bool>(2 > j1) ); in main() [all …]
|
/third_party/gettext/gettext-runtime/src/ |
D | envsubst.c | 376 size_t j1, j2; in sorted_string_list_member() local 378 j1 = 0; in sorted_string_list_member() 383 while (j2 - j1 > 1) in sorted_string_list_member() 387 size_t j = (j1 + j2) >> 1; in sorted_string_list_member() 395 j1 = j + 1; in sorted_string_list_member() 397 if (j2 > j1) in sorted_string_list_member() 398 if (strcmp (slp->item[j1], s) == 0) in sorted_string_list_member()
|
/third_party/boost/boost/math/special_functions/ |
D | airy.hpp | 30 T j1 = boost::math::cyl_bessel_j(v, p, pol); in airy_ai_imp() local 32 T ai = sqrt(-x) * (j1 + j2) / 3; in airy_ai_imp() 68 T j1 = boost::math::cyl_bessel_j(v, p, pol); in airy_bi_imp() local 71 T bi = sqrt(-x / 3) * (j2 - j1); in airy_bi_imp() 85 T j1 = boost::math::cyl_bessel_i(-v, p, pol); in airy_bi_imp() local 87 T bi = sqrt(x / 3) * (j1 + j2); in airy_bi_imp() 101 T j1 = boost::math::cyl_bessel_j(v, p, pol); in airy_ai_prime_imp() local 103 T aip = -x * (j1 - j2) / 3; in airy_ai_prime_imp() 136 T j1 = boost::math::cyl_bessel_j(v, p, pol); in airy_bi_prime_imp() local 138 T aip = -x * (j1 + j2) / constants::root_three<T>(); in airy_bi_prime_imp() [all …]
|
/third_party/boost/libs/qvm/test/ |
D | gold.hpp | 81 int i,j,j1,j2; in determinant() local 92 for( j1=0; j1<n; j1++ ) in determinant() 102 if( j==j1 ) in determinant() 108 det += T(pow(-1.0,1.0+j1+1.0)) * a[0][j1] * determinant(m,n-1); in determinant() 121 int i,j,ii,jj,i1,j1; in cofactor() local 136 j1 = 0; in cofactor() 141 c[i1][j1] = a[ii][jj]; in cofactor() 142 j1++; in cofactor()
|
/third_party/python/Lib/ |
D | difflib.py | 469 i1 = j1 = k1 = 0 473 if i1 + k1 == i2 and j1 + k1 == j2: 483 non_adjacent.append((i1, j1, k1)) 484 i1, j1, k1 = i2, j2, k2 486 non_adjacent.append((i1, j1, k1)) 577 tag, i1, i2, j1, j2 = codes[0] 578 codes[0] = tag, max(i1, i2-n), i2, max(j1, j2-n), j2 580 tag, i1, i2, j1, j2 = codes[-1] 581 codes[-1] = tag, i1, min(i2, i1+n), j1, min(j2, j1+n) 585 for tag, i1, i2, j1, j2 in codes: [all …]
|
/third_party/boost/boost/math/interpolators/detail/ |
D | septic_hermite_detail.hpp | 121 Real j1 = d3ydx3_[i+1]; in operator ()() local 123 return z0*y0 + z4*y1 + (z1*v0 + z5*v1)*dx + (z2*a0 + z6*a1)*dx2 + (z3*j0 + z7*j1)*dx3; in operator ()() 152 Real j1 = d3ydx3_[i+1]; in prime() local 168 dydx += (x-x0)*(x-x0)*(z5*j0 + z6*j1)/6; in prime() 300 Real j1 = d3y_[i+1]; in unchecked_evaluation() local 302 return z0*y0 + z1*dy0 + z2*a0 + z3*j0 + z4*y1 + z5*dy1 + z6*a1 + z7*j1; in unchecked_evaluation() 343 Real j1 = d3y_[i+1]; in unchecked_prime() local 357 dydx += t*t*(z5*j0 + z6*j1); in unchecked_prime() 399 Real j1 = d3y_[i+1]; in unchecked_double_prime() local 413 d2ydx2 += 6*(z5*j0 + z6*j1)/(inv_dx_*inv_dx_); in unchecked_double_prime() [all …]
|
/third_party/typescript/tests/cases/conformance/es7/exponentiationOperator/ |
D | emitCompoundExponentiationAssignmentWithIndexingOnLHS1.ts | 16 var j0 = 0, j1 = 1; variable 17 array3[j0++] **= array3[j1++] **= array3[j0++] **= 1;
|