Home | History | Annotate | Download | only in src

Lines Matching defs:uv

25 	union IEEEl2bits uv;		\
27 uv.e = v; \
28 h = uv.bits.manh; \
29 l = uv.bits.manl; \
102 union IEEEl2bits uv;
103 uv.e = t1; uv.bits.manl = 0; t1 = uv.e;
109 union IEEEl2bits uv;
110 uv.e = y1; uv.bits.manl = 0; y1 = uv.e;
113 uv.e = t1; uv.bits.manl = 0; t1 = uv.e;