Searched refs:CL_HALF_MAX_EXP (Results 1 – 5 of 5) sorted by relevance
130 uint16_t h_exp = (uint16_t)(exp + CL_HALF_MAX_EXP - 1); in cl_half_from_float()159 if (exp >= CL_HALF_MAX_EXP) in cl_half_from_float()256 uint16_t h_exp = (uint16_t)(exp + CL_HALF_MAX_EXP - 1); in cl_half_from_double()285 if (exp >= CL_HALF_MAX_EXP) in cl_half_from_double()378 int32_t exp = h_exp - CL_HALF_MAX_EXP + 1; in cl_half_to_float()
189 #define CL_HALF_MAX_EXP +16 macro291 #define CL_HALF_MAX_EXP +16
169 #define CL_HALF_MAX_EXP +16 macro271 #define CL_HALF_MAX_EXP +16