Searched refs:vector2string_double (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/OpenCL-CTS/test_conformance/geometrics/ |
H A D | test_geometrics_double.cpp | 100 void vector2string_double( char *string, double *vector, size_t elements ) in vector2string_double() function 406 vector2string_double( vecA, inDataA + i * vecSize, vecSize ); in test_twoToFloat_kernel_double() 407 vector2string_double( vecB, inDataB + i * vecSize, vecSize ); in test_twoToFloat_kernel_double() 426 vector2string_double( vecA, inDataA + i * vecSize, vecSize ); in test_twoToFloat_kernel_double() 427 vector2string_double( vecB, inDataB + i * vecSize, vecSize ); in test_twoToFloat_kernel_double() 620 vector2string_double( vecA, inDataA + i * vecSize, vecSize ); in test_oneToFloat_kernel_double()
|