Lines Matching refs:init

149    static inline void init(T &e) { e = static_cast<T>(0); }  in init()  function
158 static inline void init(minimalNComparable<N> &sum) { sum.set_value( 0 ); } in init() function
168 static inline void init(ThrowingConstructor &sum) { sum.m_cnt = 0; } in init() function
279 test_helper<T>::init(new_bit); in operator ()()
283 test_helper<T>::init(zero); in AssertClean()
339 test_helper<T>::init(exemplar); in run_parallel_scalar_tests_nocombine()
345 test_helper<T>::init(iterator_sum); in run_parallel_scalar_tests_nocombine()
348 test_helper<T>::init(finit_ets_sum); in run_parallel_scalar_tests_nocombine()
351 test_helper<T>::init(const_iterator_sum); in run_parallel_scalar_tests_nocombine()
354 test_helper<T>::init(range_sum); in run_parallel_scalar_tests_nocombine()
357 test_helper<T>::init(const_range_sum); in run_parallel_scalar_tests_nocombine()
360 test_helper<T>::init(cconst_sum); in run_parallel_scalar_tests_nocombine()
363 test_helper<T>::init(assign_sum); in run_parallel_scalar_tests_nocombine()
366 test_helper<T>::init(cassgn_sum); in run_parallel_scalar_tests_nocombine()
368 test_helper<T>::init(non_cassgn_sum); in run_parallel_scalar_tests_nocombine()
371 test_helper<T>::init(static_sum); in run_parallel_scalar_tests_nocombine()
494 test_helper<T>::init(exemplar); in run_parallel_scalar_tests()
517 test_helper<T>::init(combine_sum); in run_parallel_scalar_tests()
520 test_helper<T>::init(combine_ref_sum); in run_parallel_scalar_tests()
523 test_helper<T>::init(accumulator_sum); in run_parallel_scalar_tests()
526 test_helper<T>::init(static_sum); in run_parallel_scalar_tests()
529 test_helper<T>::init(clearing_accumulator_sum); in run_parallel_scalar_tests()
615 parallel_vector_reduce_body ( ) : count(0) { test_helper<T>::init(sum); } in parallel_vector_reduce_body()
616 …arallel_vector_reduce_body<R, T> &, oneapi::tbb::split ) : count(0) { test_helper<T>::init(sum); } in parallel_vector_reduce_body()
644 test_helper<T>::init(sum); in run_parallel_vector_tests()
729 test_helper<T>::init(sum); in run_cross_type_vector_tests()
782 test_helper<T>::init(sum); in run_serial_scalar_tests()
797 test_helper<T>::init(sum); in run_serial_vector_tests()
841 oneapi::tbb::enumerable_thread_specific<T,Allocator<T> > MakeETS( Init init ) { in MakeETS() argument
842 return oneapi::tbb::enumerable_thread_specific<T,Allocator<T> >(init); in MakeETS()
926 test_helper<T>::init(other_init); in run_assign_and_copy_constructor_test()