Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/vfp/
Dvfpsingle.c216 struct vfp_single *vsm, u32 fpscr) in vfp_propagate_nan() argument
223 if (vsm) in vfp_propagate_nan()
224 tm = vfp_single_type(vsm); in vfp_propagate_nan()
240 nan = vsm; in vfp_propagate_nan()
318 struct vfp_single vsm, vsd; in vfp_single_fsqrt() local
321 vfp_single_unpack(&vsm, m); in vfp_single_fsqrt()
322 tm = vfp_single_type(&vsm); in vfp_single_fsqrt()
327 ret = vfp_propagate_nan(vsp, &vsm, NULL, fpscr); in vfp_single_fsqrt()
328 else if (vsm.sign == 0) { in vfp_single_fsqrt()
330 vsp = &vsm; in vfp_single_fsqrt()
[all …]