Searched refs:s_randStates (Results 1 – 1 of 1) sorted by relevance
1414 MTdata s_randStates; in test_question_colon_op() local1445 s_randStates = init_genrand( gRandomSeed ); in test_question_colon_op()1447 generate_random_data( type, num_elements * inputAVecSize, s_randStates, input_ptr[ 0 ] ); in test_question_colon_op()1448 generate_random_data( type, num_elements * inputBVecSize, s_randStates, input_ptr[ 1 ] ); in test_question_colon_op()1449 …generate_random_bool_data( num_elements * inputCVecSize, s_randStates, (cl_char *)input_ptr[ 2 ], … in test_question_colon_op()1559 free_mtdata( s_randStates ); in test_question_colon_op()