Searched refs:float2half_rtz (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/half/ |
D | Test_vStoreHalf.cpp | 218 static cl_half float2half_rtz(float f) in float2half_rtz() function 258 return Test_vStoreHalf_private(deviceID, float2half_rtz, double2half_rte, ""); in test_vstore_half() 273 return Test_vStoreHalf_private(deviceID, float2half_rtz, double2half_rtz, "_rtz"); in test_vstore_half_rtz() 291 return Test_vStoreaHalf_private(deviceID,float2half_rtz, double2half_rte, ""); in test_vstorea_half() 306 return Test_vStoreaHalf_private(deviceID, float2half_rtz, double2half_rtz, "_rtz"); in test_vstorea_half_rtz()
|