Home
last modified time | relevance | path

Searched refs:vfp_double_type (Results 1 – 2 of 2) sorted by relevance

/arch/arm/vfp/
Dvfpdouble.c213 tn = vfp_double_type(vdn); in vfp_propagate_nan()
216 tm = vfp_double_type(vdm); in vfp_propagate_nan()
274 tm = vfp_double_type(&vdm); in vfp_double_fsqrt()
448 tm = vfp_double_type(&vdm); in vfp_double_fcvts()
518 tm = vfp_double_type(&vdm); in vfp_double_ftoui()
598 tm = vfp_double_type(&vdm); in vfp_double_ftosi()
690 tn = vfp_double_type(vdn); in vfp_double_fadd_nonnumber()
691 tm = vfp_double_type(vdm); in vfp_double_fadd_nonnumber()
1018 tn = vfp_double_type(&vdn); in vfp_double_fdiv()
1019 tm = vfp_double_type(&vdm); in vfp_double_fdiv()
Dvfp.h327 static inline int vfp_double_type(struct vfp_double *s) in vfp_double_type() function