Home
last modified time | relevance | path

Searched refs:dExp2MulTab (Results 1 – 1 of 1) sorted by relevance

/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_replayer.c25 static double dLogTab[4*12*16], dExp2MulTab[32]; variable
264 return dLogTab[remainder] * dExp2MulTab[(14-quotient) & 31]; // x = y >> ((14-quotient) & 31); in dLinearPeriod2Hz()
404 dExp2MulTab[i] = 1.0 / exp2(i); // 1/(2^i) in calcReplayerLogTab()