Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/commonfns/
Dtest_max.cpp25 static int max_verify_float( float *x, float *y, float *out, int numElements, int vecSize ) in max_verify_float() function
57 …return test_binary_fn( device, context, queue, n_elems, "max", true, max_verify_float, max_verify_… in test_max()
Dtest_maxf.cpp25 static int max_verify_float( float *x, float *y, float *out, int numElements, int vecSize ) in max_verify_float() function
61 …return test_binary_fn( device, context, queue, n_elems, "max", false, max_verify_float, max_verify… in test_maxf()