Home
last modified time | relevance | path

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

/arch/arm/vfp/
Dvfpdouble.c775 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()
Dvfpsingle.c820 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()
Dvfp.h147 #define vfp_sign_negate(sign) (sign ^ 0x8000) macro