Searched refs:vsd (Results 1 – 5 of 5) sorted by relevance
/arch/arm/vfp/ |
D | vfpsingle.c | 69 #define vfp_single_normaliseround(sd,vsd,fpscr,except,func) __vfp_single_normaliseround(sd,vsd,fpsc… argument 215 vfp_propagate_nan(struct vfp_single *vsd, struct vfp_single *vsn, in vfp_propagate_nan() argument 247 *vsd = *nan; in vfp_propagate_nan() 318 struct vfp_single vsm, vsd; in vfp_single_fsqrt() local 324 struct vfp_single *vsp = &vsd; in vfp_single_fsqrt() 364 vsd.sign = 0; in vfp_single_fsqrt() 365 vsd.exponent = ((vsm.exponent - 127) >> 1) + 127; in vfp_single_fsqrt() 366 vsd.significand = vfp_estimate_sqrt_significand(vsm.exponent, vsm.significand) + 2; in vfp_single_fsqrt() 368 vfp_single_dump("sqrt estimate", &vsd); in vfp_single_fsqrt() 373 if ((vsd.significand & VFP_SINGLE_LOW_BITS_MASK) <= 5) { in vfp_single_fsqrt() [all …]
|
D | vfpdouble.c | 442 struct vfp_single vsd; in vfp_double_fcvts() local 459 vsd.sign = vdm.sign; in vfp_double_fcvts() 460 vsd.significand = vfp_hi64to32jamming(vdm.significand); in vfp_double_fcvts() 466 vsd.exponent = 255; in vfp_double_fcvts() 468 vsd.significand |= VFP_SINGLE_SIGNIFICAND_QNAN; in vfp_double_fcvts() 471 vsd.exponent = 0; in vfp_double_fcvts() 473 vsd.exponent = vdm.exponent - (1023 - 127); in vfp_double_fcvts() 475 return vfp_single_normaliseround(sd, &vsd, fpscr, exceptions, "fcvts"); in vfp_double_fcvts() 478 vfp_put_float(vfp_single_pack(&vsd), sd); in vfp_double_fcvts()
|
D | vfp.h | 248 #define vfp_single_normaliseround(sd,vsd,fpscr,except,func) __vfp_single_normaliseround(sd,vsd,fpsc… argument
|
/arch/arm/boot/dts/ |
D | imx51-digi-connectcore-som.dtsi | 82 vsd_reg: vsd {
|
D | imx51-babbage.dts | 239 vsd_reg: vsd {
|