H A D | vfpsingle.c | 215 vfp_propagate_nan(struct vfp_single *vsd, struct vfp_single *vsn, in vfp_propagate_nan() argument 221 tn = vfp_single_type(vsn); in vfp_propagate_nan() 238 nan = vsn; in vfp_propagate_nan() 729 vfp_single_fadd_nonnumber(struct vfp_single *vsd, struct vfp_single *vsn, in vfp_single_fadd_nonnumber() argument 736 tn = vfp_single_type(vsn); in vfp_single_fadd_nonnumber() 743 if (vsn->sign ^ vsm->sign) { in vfp_single_fadd_nonnumber() 753 vsp = vsn; in vfp_single_fadd_nonnumber() 759 vsp = vsn; in vfp_single_fadd_nonnumber() 764 return vfp_propagate_nan(vsd, vsn, vsm, fpscr); in vfp_single_fadd_nonnumber() 771 vfp_single_add(struct vfp_single *vsd, struct vfp_single *vsn, in vfp_single_add() argument 835 vfp_single_multiply(struct vfp_single * vsd,struct vfp_single * vsn,struct vfp_single * vsm,u32 fpscr) vfp_single_multiply() argument 897 struct vfp_single vsd, vsp, vsn, vsm; vfp_single_multiply_accumulate() local 969 struct vfp_single vsd, vsn, vsm; vfp_single_fmul() local 992 struct vfp_single vsd, vsn, vsm; vfp_single_fnmul() local 1016 struct vfp_single vsd, vsn, vsm; vfp_single_fadd() local 1054 struct vfp_single vsd, vsn, vsm; vfp_single_fdiv() local [all...] |