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

/linux-master/arch/arm/vfp/
H A Dvfpdouble.c42 static struct vfp_double vfp_double_default_qnan = {
48 static void vfp_double_dump(const char *str, struct vfp_double *d)
54 static void vfp_double_normalise_denormal(struct vfp_double *vd)
70 u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exceptions, const char *func)
207 vfp_propagate_nan(struct vfp_double *vdd, struct vfp_double *vdn,
208 struct vfp_double *vdm, u32 fpscr)
210 struct vfp_double *nan;
270 struct vfp_double vdm, vdd;
276 struct vfp_double *vd
[all...]
H A Dvfp.h254 struct vfp_double { struct
297 static inline void vfp_double_unpack(struct vfp_double *s, s64 val)
315 static inline s64 vfp_double_pack(struct vfp_double *s)
324 static inline int vfp_double_type(struct vfp_double *s)
343 u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exceptions, const char *func);
H A Dvfpsingle.c485 struct vfp_double vdd;

Completed in 118 milliseconds