Searched refs:vfp_single_packed_exponent (Results 1 – 2 of 2) sorted by relevance
180 #define vfp_single_packed_exponent(v) (((v) >> VFP_SINGLE_MANTISSA_BITS) & ((1 << VFP_SINGLE_EXPONE… macro193 s->exponent = vfp_single_packed_exponent(val); in vfp_single_unpack()
409 if (vfp_single_packed_exponent(m) == 255 && vfp_single_packed_mantissa(m)) { in vfp_compare()418 if (vfp_single_packed_exponent(d) == 255 && vfp_single_packed_mantissa(d)) { in vfp_compare()