Searched refs:vdm (Results 1 – 7 of 7) sorted by relevance
215 if (vdm) in vfp_propagate_nan()322 vdm.significand >>= 1 + (vdm.exponent & 1); in vfp_double_fsqrt()501 vdm.significand = vdm.sign ? -m : m; in vfp_double_fsito()562 if (vdm.exponent | vdm.significand) { in vfp_double_ftoui()639 if (vdm.exponent | vdm.significand) { in vfp_double_ftosi()861 if (vdm.exponent == 0 && vdm.significand) in vfp_double_multiply_accumulate()928 if (vdm.exponent == 0 && vdm.significand) in vfp_double_fmul()948 if (vdm.exponent == 0 && vdm.significand) in vfp_double_fnmul()970 if (vdm.exponent == 0 && vdm.significand) in vfp_double_fadd()991 if (vdm.exponent == 0 && vdm.significand) in vfp_double_fsub()[all …]
193 if (!pdev->ops || !pdev->ops->vdm) in typec_altmode_vdm()196 return pdev->ops->vdm(pdev, header, vdo, count); in typec_altmode_vdm()
61 int (*vdm)(struct typec_altmode *altmode, const u32 hdr, member
270 .vdm = ucsi_displayport_vdm,
46 ``->vdm`` is the most important callback in the operation callbacks vector. It
326 .vdm = dp_altmode_vdm,
2225 .vdm = tcpm_altmode_vdm,
Completed in 23 milliseconds