Home | History | Annotate | Download | only in source

Lines Matching defs:xi

736     int xi = x >> 16;
737 uint32 a = src[xi];
738 uint32 b = src[xi + 1];
741 xi = x >> 16;
742 a = src[xi];
743 b = src[xi + 1];
749 int xi = x >> 16;
750 uint32 a = src[xi];
751 uint32 b = src[xi + 1];