Searched refs:all_equal (Results 1 – 6 of 6) sorted by relevance
146 if(old_items) all_equal(items(), *old_items, /* shifted = */ 1); in remove()171 if(old_items) all_equal(items(), *old_items); in put()180 static bool all_equal(std::vector<T> const& left, in all_equal() function in simple_queue
92 bool all_equal = true; in CalculateOutput() local96 all_equal = false; in CalculateOutput()102 if (all_equal) { in CalculateOutput()
55 std::vector<uint32_t> all_equal(size_t size, std::mt19937_64& rng) { in all_equal() function155 execute_test(all_equal, "all_equal", 1); in test_main()
768 def all_equal(iterable):
1042 any_nequal/all_equal1048 - i965: Warning fix for vector result any_nequal/all_equal change.1076 - i965: Handle all_equal/any_nequal in the new FS.
71 # Need to port the DP3 trick for all_equal from st_glsl_to_tgsi.