Lines Matching refs:real
77 /* versions: clipped (when TYPE == short) and unclipped (when TYPE == real) of synth_1to1_mono* functions */
100 synth_1to1_mono(PMPSTR mp, real * bandPtr, unsigned char *out, int *pnt)
104 synth_1to1_mono_unclipped(PMPSTR mp, real * bandPtr, unsigned char *out, int *pnt)
106 SYNTH_1TO1_MONO_CLIPCHOICE(real, synth_1to1_unclipped)
110 /* versions: clipped (when TYPE == short) and unclipped (when TYPE == real) of synth_1to1* functions */
116 real *b0,(*buf)[0x110]; \
147 real *window = decwin + 16 - bo1; \
151 real sum; \
173 real sum; \
189 real sum; \
217 synth_1to1(PMPSTR mp, real * bandPtr, int channel, unsigned char *out, int *pnt)
221 synth_1to1_unclipped(PMPSTR mp, real * bandPtr, int channel, unsigned char *out, int *pnt)
223 SYNTH_1TO1_CLIPCHOICE(real, WRITE_SAMPLE_UNCLIPPED)