HomeSort by: relevance | last modified time | path
    Searched defs:vsp (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/rpc/
xdr_float.c 116 struct vax_single vs, *vsp; local in function:xdr_float
148 vsp = (struct vax_single *)(void *)fp;
156 *vsp = lim->s;
160 vsp->exp = is.exp - IEEE_SNG_BIAS + VAX_SNG_BIAS;
161 vsp->mantissa2 = is.mantissa;
162 vsp->mantissa1 = ((unsigned int)is.mantissa >> 16);
164 vsp->sign = is.sign;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
ni_dpm.h 160 u32 vsp; member in struct:ni_cac_weights

Completed in 12 milliseconds