Home
last modified time | relevance | path

Searched refs:vfp_single_packed_exponent (Results 1 – 2 of 2) sorted by relevance

/arch/arm/vfp/
Dvfp.h183 #define vfp_single_packed_exponent(v) (((v) >> VFP_SINGLE_MANTISSA_BITS) & ((1 << VFP_SINGLE_EXPONE… macro
196 s->exponent = vfp_single_packed_exponent(val); in vfp_single_unpack()
Dvfpsingle.c409 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()