Home | History | Annotate | Download | only in ops

Lines Matching defs:iptr

130     const int* iptr = (const int*)&x;
131 return (((*iptr) & 0x7f800000) >> 23) - 127;