Home
last modified time | relevance | path

Searched refs:vfp_double (Results 1 – 3 of 3) sorted by relevance

/arch/arm/vfp/
Dvfpdouble.c42 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()
[all …]
Dvfp.h257 struct vfp_double { struct
300 static inline void vfp_double_unpack(struct vfp_double *s, s64 val) in vfp_double_unpack()
318 static inline s64 vfp_double_pack(struct vfp_double *s) in vfp_double_pack()
327 static inline int vfp_double_type(struct vfp_double *s) in vfp_double_type()
346 u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exceptions, const char …
Dvfpsingle.c485 struct vfp_double vdd; in vfp_single_fcvtd()