Searched defs:nTemp (Results 1 - 10 of 10) sorted by relevance

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_math.c121 EAS_U16 nTemp; local
138 nTemp = (EAS_U16)((((nGain & 0x3ff) << 4) | 0x4000) >> nExp);
141 return nTemp;
H A Deas_fmengine.c210 EAS_I32 nTemp; local
233 nTemp = EG1_ONE + FMUL_15x15(COEFF_PAN_G2, nNetAngle);
234 nTemp = COEFF_PAN_G0 + FMUL_15x15(nTemp, nNetAngle);
236 if (nTemp > SYNTH_FULL_SCALE_EG1_GAIN)
237 nTemp = SYNTH_FULL_SCALE_EG1_GAIN;
238 else if (nTemp < 0)
239 nTemp = 0;
241 *pGainRight = (EAS_U16) nTemp;
244 nTemp
741 EAS_I32 nTemp; local
[all...]
H A Deas_reverb.c466 EAS_I32 nTemp; local
495 nTemp = EG1_ONE + MULT_EG1_EG1(REVERB_PAN_G2, nNetAngle);
496 nTemp = REVERB_PAN_G0 + MULT_EG1_EG1(nTemp, nNetAngle);
497 *pnSin = (EAS_I16) SATURATE_EG1(nTemp);
500 nTemp = -EG1_ONE + MULT_EG1_EG1(REVERB_PAN_G2, nNetAngle);
501 nTemp = REVERB_PAN_G0 + MULT_EG1_EG1(nTemp, nNetAngle);
502 *pnCos = (EAS_I16) SATURATE_EG1(nTemp);
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_math.c121 EAS_U16 nTemp; local
138 nTemp = (EAS_U16)((((nGain & 0x3ff) << 4) | 0x4000) >> nExp);
141 return nTemp;
H A Deas_fmengine.c210 EAS_I32 nTemp; local
233 nTemp = EG1_ONE + FMUL_15x15(COEFF_PAN_G2, nNetAngle);
234 nTemp = COEFF_PAN_G0 + FMUL_15x15(nTemp, nNetAngle);
236 if (nTemp > SYNTH_FULL_SCALE_EG1_GAIN)
237 nTemp = SYNTH_FULL_SCALE_EG1_GAIN;
238 else if (nTemp < 0)
239 nTemp = 0;
241 *pGainRight = (EAS_U16) nTemp;
244 nTemp
741 EAS_I32 nTemp; local
[all...]
H A Deas_reverb.c466 EAS_I32 nTemp; local
495 nTemp = EG1_ONE + MULT_EG1_EG1(REVERB_PAN_G2, nNetAngle);
496 nTemp = REVERB_PAN_G0 + MULT_EG1_EG1(nTemp, nNetAngle);
497 *pnSin = (EAS_I16) SATURATE_EG1(nTemp);
500 nTemp = -EG1_ONE + MULT_EG1_EG1(REVERB_PAN_G2, nNetAngle);
501 nTemp = REVERB_PAN_G0 + MULT_EG1_EG1(nTemp, nNetAngle);
502 *pnCos = (EAS_I16) SATURATE_EG1(nTemp);
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_math.c121 EAS_U16 nTemp; local
138 nTemp = (EAS_U16)((((nGain & 0x3ff) << 4) | 0x4000) >> nExp);
141 return nTemp;
H A Deas_reverb.c466 EAS_I32 nTemp; local
495 nTemp = EG1_ONE + MULT_EG1_EG1(REVERB_PAN_G2, nNetAngle);
496 nTemp = REVERB_PAN_G0 + MULT_EG1_EG1(nTemp, nNetAngle);
497 *pnSin = (EAS_I16) SATURATE_EG1(nTemp);
500 nTemp = -EG1_ONE + MULT_EG1_EG1(REVERB_PAN_G2, nNetAngle);
501 nTemp = REVERB_PAN_G0 + MULT_EG1_EG1(nTemp, nNetAngle);
502 *pnCos = (EAS_I16) SATURATE_EG1(nTemp);
/external/sqlite/dist/orig/
H A Dsqlite3.c60366 displayP4(Op *pOp, char *zTemp, int nTemp) argument
122559 int nTemp = 0; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c60379 displayP4(Op *pOp, char *zTemp, int nTemp) argument
122590 int nTemp = 0; local
[all...]

Completed in 391 milliseconds