Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/integer_ops/
Dtest_int_basic_ops.cpp411 …num_runs_shift, ExplicitType type, int testID, MTdata randIn, uint64_t startIndx, uint64_t endIndx,
523 uint64_t endIndx = (1ULL<<num_runs_shift); in test_integer_ops_threaded() local
524 uint64_t jobcount = (endIndx-startIndx)/num_elements; in test_integer_ops_threaded()
562 uint64_t startIndx, uint64_t endIndx, in test_integer_ops() argument
628 if(startIndx >= endIndx) in test_integer_ops()
631 endIndx = (1ULL<<num_runs_shift); in test_integer_ops()
633 for (indx=startIndx; indx < endIndx; indx+=num_elements) in test_integer_ops()