Searched refs:iota (Results 1 – 25 of 29) sorted by relevance
12
57 std::iota(data3.begin(), data3.end(), 0); // Fills the buffer with 0x00-0xFF. in TEST()85 std::iota(data3.begin(), data3.end(), 0); // Fills the buffer with 0x00-0xFF. in TEST()120 std::iota(decoded3.begin(), decoded3.end(), 0); // Fill with 0x00..0xFF. in TEST()
55 std::iota(std::begin(from_data), std::end(from_data), 0); in TEST_F()100 std::iota(blob1.begin(), blob1.end(), 0); in TEST_F()101 std::iota(blob2.begin(), blob2.end(), 32); in TEST_F()
16 NAME = "iota-stability"32 args_dict['name'] = 'iota-stability'
16 NAME = "iota-cts"32 args_dict['name'] = 'iota-cts'
16 NAME = "iota-adversarial"32 args_dict['name'] = 'iota-adversarial'
16 NAME = "iota-sanity"32 args_dict['name'] = 'iota-sanity'
16 NAME = "iota-load"32 args_dict['name'] = 'iota-load'
16 NAME = "iota-performance"32 args_dict['name'] = 'iota-performance'
29 float iota[8]; // 0,1,2,3,4,5,6,7 member
27 std::iota(InIter(ia), InIter(ia+s), 5); in test()
116 # IMPORTANT-when iota-subscript (0345) is uppercased or titlecased,117 # the result will be incorrect unless the iota-subscript is moved to the end118 # of any sequence of combining marks. Otherwise, the accents will go on the capital iota.126 # All letters with YPOGEGRAMMENI (iota-subscript) or PROSGEGRAMMENI (iota adscript)
60 # IOTA: convert iota subscript to iota
93 # This "subscript iota" should not be romanized, e.g.,
54 void iota(ForwardIterator first, ForwardIterator last, T value);196 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value_)
168 # iota 953
759 std::iota(Intervals.begin(), Intervals.end(), 0); in UpdateCorpusDistribution()760 std::iota(Weights.begin(), Weights.end(), 1); in UpdateCorpusDistribution()
51 std::iota(begin(data), end(data), 0); in SUITE()260 std::iota(begin(data), end(data), 0); in SUITE()
1148 iota(image_view.begin(), image_view.end(), 1); in SUITE()
128 def : NCR<"iota", 0x003B9>;
321 std::iota(buffer.begin(), buffer.end(), 0); in TEST()
226 std::iota(ints.data(), ints.data() + ints.dimension(0), 0); in test_simple_reductions()
289 std::iota(data.begin(), data.end(), 0); in TEST()
764 std::iota(ModulesOrdering.begin(), ModulesOrdering.end(), 0); in run()