Searched refs:vfp_sign_negate (Results 1 – 3 of 3) sorted by relevance
775 vdd->sign = vfp_sign_negate(vdd->sign); in vfp_double_add()866 vdp.sign = vfp_sign_negate(vdp.sign); in vfp_double_multiply_accumulate()872 vdn.sign = vfp_sign_negate(vdn.sign); in vfp_double_multiply_accumulate()952 vdd.sign = vfp_sign_negate(vdd.sign); in vfp_double_fnmul()997 vdm.sign = vfp_sign_negate(vdm.sign); in vfp_double_fsub()
820 vsd->sign = vfp_sign_negate(vsd->sign); in vfp_single_add()913 vsp.sign = vfp_sign_negate(vsp.sign); in vfp_single_multiply_accumulate()921 vsn.sign = vfp_sign_negate(vsn.sign); in vfp_single_multiply_accumulate()1007 vsd.sign = vfp_sign_negate(vsd.sign); in vfp_single_fnmul()
147 #define vfp_sign_negate(sign) (sign ^ 0x8000) macro