Searched refs:aIndex (Results 1 – 6 of 6) sorted by relevance
193 …nceIndexes.begin(), symbolInstanceIndexes.end(), [sin, cos, this](size_t &aIndex, size_t &bIndex) { in sortFeatures() argument194 const SymbolInstance& a = symbolInstances[aIndex]; in sortFeatures()
1009 int aIndex = i opA imm; \1015 else if (0 <= aIndex && aIndex < n) \1017 c.s[i] = a.s[aIndex]; \
37954 necessary when adding or removing operands. The names 'aIndex' and37961 asm ("bsfl %[aMask], %[aIndex]"37962 : [aIndex] "=r" (Index)