/third_party/boost/libs/compute/test/ |
D | test_gather.cpp | 57 compute::vector<int> odds(5, context); in BOOST_AUTO_TEST_CASE() local 59 input.begin(), input.end(), odds.begin(), is_odd, queue in BOOST_AUTO_TEST_CASE() 61 CHECK_RANGE_EQUAL(int, 5, odds, (0, 2, 4, 5, 7)); in BOOST_AUTO_TEST_CASE() 66 odds.begin(), odds.end(), input.begin(), odd_values.begin(), queue in BOOST_AUTO_TEST_CASE()
|
D | test_copy_if.cpp | 55 bc::vector<int> odds(input.size(), context); in BOOST_AUTO_TEST_CASE() local 58 odds.begin(), _1 % 2 == 1, queue); in BOOST_AUTO_TEST_CASE() 59 BOOST_CHECK(odds_end == odds.begin() + 6); in BOOST_AUTO_TEST_CASE() 60 CHECK_RANGE_EQUAL(int, 6, odds, (1, 3, 5, 1, 3, 5)); in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | set_c.rst | 68 typedef set_c< int,1,3,5,7,9 > odds; 70 BOOST_MPL_ASSERT_RELATION( size<odds>::value, ==, 5 ); 71 BOOST_MPL_ASSERT_NOT(( empty<odds> )); 73 BOOST_MPL_ASSERT(( has_key< odds, integral_c<int,5> > )); 74 BOOST_MPL_ASSERT_NOT(( has_key< odds, integral_c<int,4> > )); 75 BOOST_MPL_ASSERT_NOT(( has_key< odds, integral_c<int,15> > ));
|
D | inserter_.rst | 87 >::type odds; 89 BOOST_MPL_ASSERT(( equal< odds, vector_c<int,1,3,5,7,9>, equal_to<_,_> > ));
|
D | clear.rst | 88 typedef vector_c<int,1,3,5,7,9,11> odds; 89 typedef clear<odds>::type nothing;
|
/third_party/boost/libs/hana/example/ext/std/array/ |
D | orderable.cpp | 13 constexpr std::array<int, 4> odds = {{1, 3, 5, 7}}; variable 18 static_assert(hana::less(odds, evens), ""); 21 static_assert(hana::less(up_to_5, odds), "");
|
/third_party/boost/libs/phoenix/test/function/ |
D | lazy_list3_tests.cpp | 37 list<int> odds = filter(odd,l); in main() local 39 list<int> odd4 = take(4,odds)(); in main()
|
D | lazy_scan_tests.cpp | 33 list<int> odds = filter(odd,l); in main() local 35 list<int> odd4 = take(4,odds)(); in main()
|
/third_party/abseil-cpp/absl/strings/internal/ |
D | charconv_bigint_test.cc | 98 BigUnsigned<84> odds(1u); in TEST() local 100 odds.MultiplyBy(i); in TEST() 103 evens.MultiplyBy(odds); in TEST()
|
/third_party/boost/libs/mpl/test/ |
D | insert_range.cpp | 60 typedef set_c< int,1,3,5,7,9 > odds; in MPL_TEST_CASE() typedef 62 test_associative<odds, evens>(); in MPL_TEST_CASE()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | charconv_bigint_test.cc | 153 BigUnsigned<84> odds(1u); in TEST() local 155 odds.MultiplyBy(i); in TEST() 158 evens.MultiplyBy(odds); in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
D | container_test.cc | 626 std::vector<int> odds, evens; in TEST() local 627 auto ends = absl::c_partition_copy(initial, back_inserter(odds), in TEST() 631 EXPECT_THAT(odds, ElementsAre(1, 3, 5, 7)); in TEST() 746 std::vector<int> odds = {2, 4, 6}; in TEST() local 748 absl::c_swap_ranges(odds, evens); in TEST() 749 EXPECT_THAT(odds, ElementsAre(1, 3, 5)); in TEST() 752 odds.pop_back(); in TEST() 753 absl::c_swap_ranges(odds, evens); in TEST() 754 EXPECT_THAT(odds, ElementsAre(2, 4)); in TEST() 757 absl::c_swap_ranges(evens, odds); in TEST() [all …]
|
/third_party/abseil-cpp/absl/algorithm/ |
D | container_test.cc | 626 std::vector<int> odds, evens; in TEST() local 627 auto ends = absl::c_partition_copy(initial, back_inserter(odds), in TEST() 631 EXPECT_THAT(odds, ElementsAre(1, 3, 5, 7)); in TEST() 746 std::vector<int> odds = {2, 4, 6}; in TEST() local 748 absl::c_swap_ranges(odds, evens); in TEST() 749 EXPECT_THAT(odds, ElementsAre(1, 3, 5)); in TEST() 752 odds.pop_back(); in TEST() 753 absl::c_swap_ranges(odds, evens); in TEST() 754 EXPECT_THAT(odds, ElementsAre(2, 4)); in TEST() 757 absl::c_swap_ranges(evens, odds); in TEST() [all …]
|
/third_party/icu/docs/userguide/format_parse/numbers/ |
D | rounding-modes.md | 25 ICU's use of the terms "Down" and "Up" here are somewhat at odds with other
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 1377 std::vector<deUint32> odds = {0, 1}; in AddRepeatedPipelineTests() local 1382 for (deUint32 j = 0; j < odds.size(); ++j) in AddRepeatedPipelineTests() 1384 deUint32 odd = odds[j]; in AddRepeatedPipelineTests()
|
/third_party/boost/libs/math/doc/distributions/ |
D | arcsine.qbk | 188 [*Summary]: Every time we toss, the odds are equal, 197 (Because the odds to recover to a good patch are poor).
|
/third_party/toybox/toys/pending/ |
D | fdisk.c | 456 int i = 0, len = strlen(disk_device), odds = 0; in list_partitions() local 482 odds = secs %(ONE_K/g_sect_size); in list_partitions() 492 blocks,odds?'+':' ', p->sys_ind, get_type(p->sys_ind)); in list_partitions()
|
/third_party/python/Objects/ |
D | dictnotes.txt | 96 remain O(1), and the odds of resize thrashing or memory fragmentation
|
/third_party/gstreamer/gstreamer/docs/random/thomasvs/ |
D | metadata | 144 Also, odds are good that users mostly use files from same dir in one app
|
/third_party/typescript/tests/baselines/reference/ |
D | underscoreTest1.js | 675 var odds = _.reject([1, 2, 3, 4, 5, 6], (num) => num % 2 == 0); variable 919 var odds = _.reject([1, 2, 3, 4, 5, 6], function (num) { return num % 2 == 0; });
|
/third_party/re2/ |
D | ucs2.diff | 3 says, UCS-2 mode is fundamentally at odds with things like ^ and $,
|
/third_party/gptfdisk/ |
D | README.md | 245 data-corruption bugs to be squashed, but I know full well that the odds of
|
/third_party/skia/third_party/externals/harfbuzz/m4/ |
D | ax_pthread.m4 | 275 # Problem is, this is at odds with the way Automake and most other
|
/third_party/harfbuzz/m4/ |
D | ax_pthread.m4 | 275 # Problem is, this is at odds with the way Automake and most other
|
/third_party/flatbuffers/dart/lib/src/ |
D | builder.dart | 191 …e offset to the value. Which could occupy only 1 or 2 bytes, reducing the odds for unnecessary pad…
|