Searched refs:CL_HALF_RTP (Results 1 – 3 of 3) sorted by relevance
48 CL_HALF_RTP, // round towards positive infinity enumerator69 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()
225 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()