Searched refs:CL_HALF_RTZ (Results 1 – 4 of 4) sorted by relevance
47 CL_HALF_RTZ, // round towards zero enumerator64 if (rounding_mode == CL_HALF_RTZ) in cl_half_handle_overflow()202 case CL_HALF_RTZ: in cl_half_from_float()328 case CL_HALF_RTZ: in cl_half_from_double()
220 return cl_half_from_float(f, CL_HALF_RTZ); in float2half_rtz()240 return cl_half_from_double(f, CL_HALF_RTZ); in double2half_rtz()
1045 case kRoundTowardZero: return cl_half_from_float(f, CL_HALF_RTZ); in convert_float_to_half()2620 ptr[i] = cl_half_from_float(srcVector[i], CL_HALF_RTZ); in pack_image_pixel()3102 rtz_ref[i] = cl_half_from_float(inp[i], CL_HALF_RTZ); in DetectFloatToHalfRoundingMode()