H A D | vfpdouble.c | 207 vfp_propagate_nan(struct vfp_double *vdd, struct vfp_double *vdn, in vfp_propagate_nan() argument 239 *vdd = *nan; in vfp_propagate_nan() 270 struct vfp_double vdm, vdd; in vfp_double_fsqrt() local 276 struct vfp_double *vdp = &vdd; in vfp_double_fsqrt() 316 vdd.sign = 0; in vfp_double_fsqrt() 317 vdd.exponent = ((vdm.exponent - 1023) >> 1) + 1023; in vfp_double_fsqrt() 318 vdd.significand = (u64)vfp_estimate_sqrt_significand(vdm.exponent, vdm.significand >> 32) << 31; in vfp_double_fsqrt() 320 vfp_double_dump("sqrt estimate1", &vdd); in vfp_double_fsqrt() 323 vdd.significand += 2 + vfp_estimate_div128to64(vdm.significand, 0, vdd in vfp_double_fsqrt() 683 vfp_double_fadd_nonnumber(struct vfp_double * vdd,struct vfp_double * vdn,struct vfp_double * vdm,u32 fpscr) vfp_double_fadd_nonnumber() argument 725 vfp_double_add(struct vfp_double * vdd,struct vfp_double * vdn,struct vfp_double * vdm,u32 fpscr) vfp_double_add() argument 790 vfp_double_multiply(struct vfp_double * vdd,struct vfp_double * vdn,struct vfp_double * vdm,u32 fpscr) vfp_double_multiply() argument 853 struct vfp_double vdd, vdp, vdn, vdm; vfp_double_multiply_accumulate() local 920 struct vfp_double vdd, vdn, vdm; vfp_double_fmul() local 940 struct vfp_double vdd, vdn, vdm; vfp_double_fnmul() local 962 struct vfp_double vdd, vdn, vdm; vfp_double_fadd() local 983 struct vfp_double vdd, vdn, vdm; vfp_double_fsub() local 1009 struct vfp_double vdd, vdn, vdm; vfp_double_fdiv() local [all...] |