Searched refs:double2half_rte (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/half/ |
D | Test_vStoreHalf.cpp | 233 static cl_half double2half_rte(double f) in double2half_rte() function 258 return Test_vStoreHalf_private(deviceID, float2half_rtz, double2half_rte, ""); in test_vstore_half() 262 return Test_vStoreHalf_private(deviceID, float2half_rte, double2half_rte, ""); in test_vstore_half() 268 return Test_vStoreHalf_private(deviceID, float2half_rte, double2half_rte, "_rte"); in test_vstore_half_rte() 291 return Test_vStoreaHalf_private(deviceID,float2half_rtz, double2half_rte, ""); in test_vstorea_half() 295 return Test_vStoreaHalf_private(deviceID, float2half_rte, double2half_rte, ""); in test_vstorea_half() 301 return Test_vStoreaHalf_private(deviceID, float2half_rte, double2half_rte, "_rte"); in test_vstorea_half_rte()
|