Searched refs:localLookup (Results 1 – 2 of 2) sorted by relevance
2933 immutable localLookup = negSinLookup[bsf(n)]; variable2934 assert(localLookup.length == n);2941 return localLookup[index]; in negSinFromLookup()2947 return localLookup[(index + cosAdd) & cosMask]; in cosFromLookup()
3496 immutable localLookup = negSinLookup[bsf(n)]; variable3497 assert(localLookup.length == n);3504 return localLookup[index]; in negSinFromLookup()3510 return localLookup[(index + cosAdd) & cosMask]; in cosFromLookup()