Home | History | Annotate | Download | only in core

Lines Matching defs:shifted

200                         ADDR_FLT_32 shifted;
229 shifted.f = (scaled.f * 256);
230 truncated = ((shifted.i&0x7FFFFF) + (INT_64)0x800000) << 8;
231 altShift = 126 + 24 + 8 - ((shifted.i>>23)&0xFF);