Home | History | Annotate | Download | only in runtime

Lines Matching defs:ibits

1339     int32_t ibits;
1340 GET_FLOAT_WORD(ibits, v);
1342 int32_t e = (ibits >> 23) & 0xff;
1344 ibits &= 0x7fffff;
1345 ibits |= 127 << 23;
1348 SET_FLOAT_WORD(ir, ibits);