Home
last modified time | relevance | path

Searched refs:float2half_rte (Results 1 – 8 of 8) sorted by relevance

/external/OpenCL-CTS/test_conformance/clcpp/vload_vstore/
Dcommon.hpp39 i = float2half_rte(dis(gen)); in generate_half_input()
Dvstore_funcs.hpp243 r.s[i] = float2half_rte(in.s[i]); in operator ()()
290 r.s[i] = float2half_rte(in.s[i]); in operator ()()
Dhalf_utils.hpp93 inline cl_ushort float2half_rte(cl_float f) in float2half_rte() function
/external/OpenCL-CTS/test_conformance/half/
DTest_vStoreHalf.cpp211 static cl_ushort float2half_rte( float f );
221 float2half_rte( float f ) in float2half_rte() function
622 return Test_vStoreHalf_private(deviceID, float2half_rte, double2half_rte, ""); in test_vstore_half()
628 return Test_vStoreHalf_private(deviceID, float2half_rte, double2half_rte, "_rte"); in test_vstore_half_rte()
655 return Test_vStoreaHalf_private(deviceID, float2half_rte, double2half_rte, ""); in test_vstorea_half()
661 return Test_vStoreaHalf_private(deviceID, float2half_rte, double2half_rte, "_rte"); in test_vstorea_half_rte()
/external/OpenCL-CTS/test_extensions/media_sharing/
Dutils.h167 cl_ushort float2half_rte( float f );
Dutils.cpp1557 cl_ushort float2half_rte( float f ) in float2half_rte() function
/external/OpenCL-CTS/test_common/gles/
Dhelpers.cpp964 cl_ushort float2half_rte( float f ) in float2half_rte() function
1103 p[ i ] = float2half_rte(get_random_float( 0.f, 1.f, d )); in CreateRandomData()
/external/OpenCL-CTS/test_common/harness/
DimageHelpers.cpp33 static cl_ushort float2half_rte( float f );
977 return float2half_rte( f ); in convert_float_to_half()
988 cl_ushort float2half_rte( float f ) in float2half_rte() function
2620 ptr[ i ] = float2half_rte( srcVector[ i ] ); in pack_image_pixel()
3073 rte_ref[i] = float2half_rte( inp[i] ); in DetectFloatToHalfRoundingMode()