Home
last modified time | relevance | path

Searched refs:float2half_rtz (Results 1 – 4 of 4) sorted by relevance

/external/OpenCL-CTS/test_conformance/half/
DTest_vStoreHalf.cpp212 static cl_ushort float2half_rtz( float f );
265 float2half_rtz( float f ) in float2half_rtz() function
618 return Test_vStoreHalf_private(deviceID, float2half_rtz, double2half_rte, ""); in test_vstore_half()
633 return Test_vStoreHalf_private(deviceID, float2half_rtz, double2half_rtz, "_rtz"); in test_vstore_half_rtz()
651 return Test_vStoreaHalf_private(deviceID,float2half_rtz, double2half_rte, ""); in test_vstorea_half()
666 return Test_vStoreaHalf_private(deviceID, float2half_rtz, double2half_rtz, "_rtz"); in test_vstorea_half_rtz()
/external/OpenCL-CTS/test_extensions/media_sharing/
Dutils.h168 cl_ushort float2half_rtz( float f );
Dutils.cpp1600 cl_ushort float2half_rtz( float f ) in float2half_rtz() function
/external/OpenCL-CTS/test_common/harness/
DimageHelpers.cpp34 static cl_ushort float2half_rtz( float f );
979 return float2half_rtz( f ); in convert_float_to_half()
1031 cl_ushort float2half_rtz( float f ) in float2half_rtz() function
2624 ptr[ i ] = float2half_rtz( srcVector[ i ] ); in pack_image_pixel()
3074 rtz_ref[i] = float2half_rtz( inp[i] ); in DetectFloatToHalfRoundingMode()