Lines Matching refs:vfp_single

42 static struct vfp_single vfp_single_default_qnan = {
48 static void vfp_single_dump(const char *str, struct vfp_single *s) in vfp_single_dump()
54 static void vfp_single_normalise_denormal(struct vfp_single *vs) in vfp_single_normalise_denormal()
70 u32 __vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions) in __vfp_single_normaliseround()
72 u32 vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions, const char … in __vfp_single_normaliseround()
215 vfp_propagate_nan(struct vfp_single *vsd, struct vfp_single *vsn, in vfp_propagate_nan()
216 struct vfp_single *vsm, u32 fpscr) in vfp_propagate_nan()
218 struct vfp_single *nan; in vfp_propagate_nan()
318 struct vfp_single vsm, vsd; in vfp_single_fsqrt()
324 struct vfp_single *vsp = &vsd; in vfp_single_fsqrt()
484 struct vfp_single vsm; in vfp_single_fcvtd()
527 struct vfp_single vs; in vfp_single_fuito()
538 struct vfp_single vs; in vfp_single_fsito()
549 struct vfp_single vsm; in vfp_single_ftoui()
629 struct vfp_single vsm; in vfp_single_ftosi()
729 vfp_single_fadd_nonnumber(struct vfp_single *vsd, struct vfp_single *vsn, in vfp_single_fadd_nonnumber()
730 struct vfp_single *vsm, u32 fpscr) in vfp_single_fadd_nonnumber()
732 struct vfp_single *vsp; in vfp_single_fadd_nonnumber()
771 vfp_single_add(struct vfp_single *vsd, struct vfp_single *vsn, in vfp_single_add()
772 struct vfp_single *vsm, u32 fpscr) in vfp_single_add()
789 struct vfp_single *t = vsn; in vfp_single_add()
835 vfp_single_multiply(struct vfp_single *vsd, struct vfp_single *vsn, struct vfp_single *vsm, u32 fps… in vfp_single_multiply()
846 struct vfp_single *t = vsn; in vfp_single_multiply()
897 struct vfp_single vsd, vsp, vsn, vsm; in vfp_single_multiply_accumulate()
969 struct vfp_single vsd, vsn, vsm; in vfp_single_fmul()
992 struct vfp_single vsd, vsn, vsm; in vfp_single_fnmul()
1016 struct vfp_single vsd, vsn, vsm; in vfp_single_fadd()
1054 struct vfp_single vsd, vsn, vsm; in vfp_single_fdiv()