Lines Matching refs:vsp
324 struct vfp_single *vsp = &vsd; in vfp_single_fsqrt() local
327 ret = vfp_propagate_nan(vsp, &vsm, NULL, fpscr); in vfp_single_fsqrt()
330 vsp = &vsm; in vfp_single_fsqrt()
334 vsp = &vfp_single_default_qnan; in vfp_single_fsqrt()
337 vfp_put_float(vfp_single_pack(vsp), sd); in vfp_single_fsqrt()
732 struct vfp_single *vsp; in vfp_single_fadd_nonnumber() local
748 vsp = &vfp_single_default_qnan; in vfp_single_fadd_nonnumber()
753 vsp = vsn; in vfp_single_fadd_nonnumber()
759 vsp = vsn; in vfp_single_fadd_nonnumber()
766 *vsd = *vsp; in vfp_single_fadd_nonnumber()
897 struct vfp_single vsd, vsp, vsn, vsm; in vfp_single_multiply_accumulate() local
911 exceptions = vfp_single_multiply(&vsp, &vsn, &vsm, fpscr); in vfp_single_multiply_accumulate()
913 vsp.sign = vfp_sign_negate(vsp.sign); in vfp_single_multiply_accumulate()
923 exceptions |= vfp_single_add(&vsd, &vsn, &vsp, fpscr); in vfp_single_multiply_accumulate()