Searched refs:verify_fmax (Results 1 – 2 of 2) sorted by relevance
/external/OpenCL-CTS/test_conformance/commonfns/ |
D | test_fmaxf.cpp | 68 verify_fmax(float *inptrA, float *inptrB, float *outptr, int n, int veclen) in verify_fmax() function 216 …if (verify_fmax(input_ptr[0], input_ptr[1], output_ptr, n_elems*((g_arrVecSizes[i])), (g_arrVecSiz… in test_fmaxf()
|
D | test_fmax.cpp | 69 verify_fmax(float *inptrA, float *inptrB, float *outptr, int n) in verify_fmax() function 206 if (verify_fmax(input_ptr[0], input_ptr[1], output_ptr, n_elems*((g_arrVecSizes[i])))) in test_fmax()
|