Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dmisc.h128 template<int > struct int_to_type {}; struct
157 init(seed,int_to_type<sizeof(seed)>()); in init()
159 void init( uint64_t seed , int_to_type<8> ) { in init()
160 init(uint32_t((seed>>32)+seed), int_to_type<4>()); in init()
162 void init( uint32_t seed, int_to_type<4> ) { in init()