• Home
  • Raw
  • Download

Lines Matching refs:vfp_double

42 static struct vfp_double vfp_double_default_qnan = {
48 static void vfp_double_dump(const char *str, struct vfp_double *d) in vfp_double_dump()
54 static void vfp_double_normalise_denormal(struct vfp_double *vd) in vfp_double_normalise_denormal()
70 u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exceptions, const char … in vfp_double_normaliseround()
207 vfp_propagate_nan(struct vfp_double *vdd, struct vfp_double *vdn, in vfp_propagate_nan()
208 struct vfp_double *vdm, u32 fpscr) in vfp_propagate_nan()
210 struct vfp_double *nan; in vfp_propagate_nan()
270 struct vfp_double vdm, vdd; in vfp_double_fsqrt()
276 struct vfp_double *vdp = &vdd; in vfp_double_fsqrt()
441 struct vfp_double vdm; in vfp_double_fcvts()
484 struct vfp_double vdm; in vfp_double_fuito()
496 struct vfp_double vdm; in vfp_double_fsito()
508 struct vfp_double vdm; in vfp_double_ftoui()
587 struct vfp_double vdm; in vfp_double_ftosi()
683 vfp_double_fadd_nonnumber(struct vfp_double *vdd, struct vfp_double *vdn, in vfp_double_fadd_nonnumber()
684 struct vfp_double *vdm, u32 fpscr) in vfp_double_fadd_nonnumber()
686 struct vfp_double *vdp; in vfp_double_fadd_nonnumber()
725 vfp_double_add(struct vfp_double *vdd, struct vfp_double *vdn, in vfp_double_add()
726 struct vfp_double *vdm, u32 fpscr) in vfp_double_add()
744 struct vfp_double *t = vdn; in vfp_double_add()
790 vfp_double_multiply(struct vfp_double *vdd, struct vfp_double *vdn, in vfp_double_multiply()
791 struct vfp_double *vdm, u32 fpscr) in vfp_double_multiply()
802 struct vfp_double *t = vdn; in vfp_double_multiply()
853 struct vfp_double vdd, vdp, vdn, vdm; in vfp_double_multiply_accumulate()
920 struct vfp_double vdd, vdn, vdm; in vfp_double_fmul()
940 struct vfp_double vdd, vdn, vdm; in vfp_double_fnmul()
962 struct vfp_double vdd, vdn, vdm; in vfp_double_fadd()
983 struct vfp_double vdd, vdn, vdm; in vfp_double_fsub()
1009 struct vfp_double vdd, vdn, vdm; in vfp_double_fdiv()