Searched defs:f_mant (Results 1 – 2 of 2) sorted by relevance
124 uint32_t f_mant = f32.i & ((1 << (CL_FLT_MANT_DIG - 1)) - 1); in cl_half_from_float() local389 uint32_t f_mant = h_mant << (CL_FLT_MANT_DIG - CL_HALF_MANT_DIG); in cl_half_to_float() local