Home
last modified time | relevance | path

Searched refs:CL_HALF_RTP (Results 1 – 3 of 3) sorted by relevance

/external/OpenCL-CTS/dependencies/ocl-headers/CL/
Dcl_half.h48 CL_HALF_RTP, // round towards positive infinity enumerator
69 else if (rounding_mode == CL_HALF_RTP && sign) in cl_half_handle_overflow()
90 if (rounding_mode == CL_HALF_RTP && !sign) in cl_half_handle_underflow()
205 case CL_HALF_RTP: in cl_half_from_float()
331 case CL_HALF_RTP: in cl_half_from_double()
/external/angle/include/CL/
Dcl_half.h48 CL_HALF_RTP, // round towards positive infinity enumerator
69 else if (rounding_mode == CL_HALF_RTP && sign) in cl_half_handle_overflow()
90 if (rounding_mode == CL_HALF_RTP && !sign) in cl_half_handle_underflow()
205 case CL_HALF_RTP: in cl_half_from_float()
331 case CL_HALF_RTP: in cl_half_from_double()
/external/OpenCL-CTS/test_conformance/half/
DTest_vStoreHalf.cpp225 return cl_half_from_float(f, CL_HALF_RTP); in float2half_rtp()
245 return cl_half_from_double(f, CL_HALF_RTP); in double2half_rtp()