Searched defs:h_mant (Results 1 – 2 of 2) sorted by relevance
141 uint16_t h_mant = (uint16_t)(f_mant >> lsb_pos); in cl_half_from_float() local182 uint16_t h_mant = (uint16_t)(f_mant >> lsb_pos); in cl_half_from_float() local267 uint16_t h_mant = (uint16_t)(d_mant >> lsb_pos); in cl_half_from_double() local308 uint16_t h_mant = (uint16_t)(d_mant >> lsb_pos); in cl_half_from_double() local375 uint16_t h_mant = h & 0x3FF; in cl_half_to_float() local