Searched refs:vfp_sign_negate (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/arm/vfp/
H A Dvfpdouble.c775 vdd->sign = vfp_sign_negate(vdd->sign);
866 vdp.sign = vfp_sign_negate(vdp.sign);
872 vdn.sign = vfp_sign_negate(vdn.sign);
952 vdd.sign = vfp_sign_negate(vdd.sign);
997 vdm.sign = vfp_sign_negate(vdm.sign);
H A Dvfpsingle.c820 vsd->sign = vfp_sign_negate(vsd->sign);
913 vsp.sign = vfp_sign_negate(vsp.sign);
921 vsn.sign = vfp_sign_negate(vsn.sign);
1007 vsd.sign = vfp_sign_negate(vsd.sign);
H A Dvfp.h144 #define vfp_sign_negate(sign) (sign ^ 0x8000) macro

Completed in 112 milliseconds