Home | History | Annotate | Download | only in gpu

Lines Matching defs:iptr

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