Lines Matching refs:vdp
276 struct vfp_double *vdp = &vdd; in vfp_double_fsqrt() local
279 ret = vfp_propagate_nan(vdp, &vdm, NULL, fpscr); in vfp_double_fsqrt()
282 vdp = &vdm; in vfp_double_fsqrt()
286 vdp = &vfp_double_default_qnan; in vfp_double_fsqrt()
289 vfp_put_double(vfp_double_pack(vdp), dd); in vfp_double_fsqrt()
686 struct vfp_double *vdp; in vfp_double_fadd_nonnumber() local
702 vdp = &vfp_double_default_qnan; in vfp_double_fadd_nonnumber()
707 vdp = vdn; in vfp_double_fadd_nonnumber()
713 vdp = vdn; in vfp_double_fadd_nonnumber()
720 *vdd = *vdp; in vfp_double_fadd_nonnumber()
853 struct vfp_double vdd, vdp, vdn, vdm; in vfp_double_multiply_accumulate() local
864 exceptions = vfp_double_multiply(&vdp, &vdn, &vdm, fpscr); in vfp_double_multiply_accumulate()
866 vdp.sign = vfp_sign_negate(vdp.sign); in vfp_double_multiply_accumulate()
874 exceptions |= vfp_double_add(&vdd, &vdn, &vdp, fpscr); in vfp_double_multiply_accumulate()