Lines Matching refs:fx16
98 fx16 index;
99 fx16 step;
138 static fx16 sinTable[FFT_N - FFT_N / 4];
140 static fx16 sinTable2[(FFT_N - FFT_N / 4) / 2];
368 osc.step = (fx16)FX_Div(GetFreq(tp.x * 12 + 60 * 64) << FX32_SHIFT, osc.rate); in NitroMain()
554 fx16 fsx = (fx16)(((sx - 128) * 0x1000) / 128); in DrawLine()
555 fx16 fsy = (fx16)(((96 - sy) * 0x1000) / 96); in DrawLine()
556 fx16 fex = (fx16)(((ex - 128) * 0x1000) / 128); in DrawLine()
557 fx16 fey = (fx16)(((96 - ey) * 0x1000) / 96); in DrawLine()
585 fx16 fsx = (fx16)(((sx - 128) * 0x1000) / 128); in DrawBar()
586 fx16 fsy = (fx16)(((96 - sy) * 0x1000) / 96); in DrawBar()
587 fx16 fex = (fx16)(((ex - 128) * 0x1000) / 128); in DrawBar()
588 fx16 fey = (fx16)(((96 - ey) * 0x1000) / 96); in DrawBar()
619 fx16 fsx = (fx16)(((sx - 128) * 0x1000) / 128); in DrawBarWithColor()
620 fx16 fsy = (fx16)(((96 - sy) * 0x1000) / 96); in DrawBarWithColor()
621 fx16 fex = (fx16)(((ex - 128) * 0x1000) / 128); in DrawBarWithColor()
622 fx16 fey = (fx16)(((96 - ey) * 0x1000) / 96); in DrawBarWithColor()