Lines Matching refs:XRPOW_FTOI
96 * XRPOW_FTOI is a macro to convert floats to ints.
97 * if XRPOW_FTOI(x) = nearest_int(x), then QUANTFAC(x)=adj43asm[x]
100 * if XRPOW_FTOI(x) = floor(x), then QUANTFAC(x)=asj43[x]
105 # define XRPOW_FTOI(src,dest) ((dest) = (int)(src))
194 XRPOW_FTOI(x[0], l3[0]);
195 XRPOW_FTOI(x[1], l3[1]);
196 XRPOW_FTOI(x[2], l3[2]);
197 XRPOW_FTOI(x[3], l3[3]);
202 XRPOW_FTOI(x[0], l3[0]);
203 XRPOW_FTOI(x[1], l3[1]);
204 XRPOW_FTOI(x[2], l3[2]);
205 XRPOW_FTOI(x[3], l3[3]);