Home
last modified time | relevance | path

Searched refs:dLogTab (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()
407 dLogTab[i] = 8363.0 * exp2(i / 768.0) * 256.0; in calcReplayerLogTab()