Home
last modified time | relevance | path

Searched refs:NIter (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/move/test/
Dadaptive_sort_test.cpp75 const std::size_t NIter = 100; in main() local
76 test_random_shuffled<order_move_type>(10001, 3, NIter); in main()
77 test_random_shuffled<order_move_type>(10001, 65, NIter); in main()
78 test_random_shuffled<order_move_type>(10001, 101, NIter); in main()
79 test_random_shuffled<order_move_type>(10001, 1023, NIter); in main()
80 test_random_shuffled<order_move_type>(10001, 4095, NIter); in main()
81 test_random_shuffled<order_move_type>(10001, 0, NIter); in main()
Dadaptive_merge_test.cpp82 const std::size_t NIter = 100; in main() local
83 test_random_shuffled<order_move_type>(10001, 3, NIter); in main()
84 test_random_shuffled<order_move_type>(10001, 65, NIter); in main()
85 test_random_shuffled<order_move_type>(10001, 101, NIter); in main()
86 test_random_shuffled<order_move_type>(10001, 1023, NIter); in main()
87 test_random_shuffled<order_move_type>(10001, 4095, NIter); in main()
88 test_random_shuffled<order_move_type>(10001, 0, NIter); in main()
/third_party/boost/libs/container/bench/
Dbench_set.hpp29 static const std::size_t NIter = 3; variable
32 static const std::size_t NIter = 250; variable
34 static const std::size_t NIter = 25; variable
168 for(std::size_t i = 0; i != NIter; ++i){ in copy_destroy_time()
201 for(std::size_t i = 0; i != NIter; ++i){ in construct_time()
235 for(std::size_t i = 0; i != NIter; ++i){ in insert_time()
294 for(std::size_t i = 0; i != NIter; ++i){ in search_time()
374 for(std::size_t i = 0; i != NIter; ++i){ in extensions_time()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetSchedule.cpp141 unsigned NIter = 0; in resolveSchedClass() local
144 assert(++NIter < 6 && "Variants are nested deeper than the magic number"); in resolveSchedClass()