Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/basic/
Dtest_hiloeo.cpp35 static const char *operatorToUse_names[] = { "hi", "lo", "even", "odd" }; variable
116 …for( operatorToUse = 0; operatorToUse < sizeof( operatorToUse_names ) / sizeof( operatorToUse_name… in test_hiloeo()
118 log_info( " %s", operatorToUse_names[ operatorToUse ] ); in test_hiloeo()
130 …"__kernel void test_", operatorToUse_names[ operatorToUse ], "_", test_str_names[type], vector_siz… in test_hiloeo()
139 " tmp = ", expression, ".", operatorToUse_names[ operatorToUse ], ";\n" in test_hiloeo()
190 …snprintf( kernelName, sizeof( kernelName ), "test_%s_%s%s", operatorToUse_names[ operatorToUse ], … in test_hiloeo()
278 if(operatorToUse_names[operatorToUse][0] == 'h' || in CheckResults()
279 operatorToUse_names[operatorToUse][0] == 'o') // hi or odd in CheckResults()
303 …s { %d", k, test_str_names[type], vector_size_names[ vectorSize ], operatorToUse_names[ operatorTo… in CheckResults()
333 …s { %d", k, test_str_names[type], vector_size_names[ vectorSize ], operatorToUse_names[ operatorTo… in CheckResults()
[all …]