Searched refs:max_verify_float (Results 1 – 2 of 2) sorted by relevance
/external/OpenCL-CTS/test_conformance/commonfns/ |
D | test_max.cpp | 25 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()
|
D | test_maxf.cpp | 25 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()
|