Home | History | Annotate | Download | only in testlibs

Lines Matching full:performance

54  * assembly code to improve performance.
60 /*lint -e(704) <avoid multiply for performance>*/ \
65 /*lint -e(704) <avoid multiply for performance>*/ \
70 /*lint -e(704) <avoid multiply for performance>*/ \
75 /*lint -e(704) <avoid divide for performance>*/ \
116 #define MULT_AUDIO_COEF(audio,coef) /*lint -e704 <avoid divide for performance>*/ \
134 #define MULT_AUDIO_WET_DRY_COEF(audio,coef) /*lint -e(702) <avoid divide for performance>*/ \
171 #define MULT_EG1_EG1(gain,damping) /*lint -e(704) <avoid divide for performance>*/ \
190 #define MULT_EG1_EG1_X2(gain,damping) /*lint -e(702) <avoid divide for performance>*/ \
216 #define GET_DENTS_INT_PART(x) /*lint -e(704) <avoid divide for performance>*/ \
274 #define MULT_DENTS_COEF(dents,coef) /*lint -e704 <avoid divide for performance>*/ \
295 #define MULT_AUDIO_DRIVE(audio,drive) /*lint -e(702) <avoid divide for performance>*/ \
303 #define MULT_AUDIO_AUDIO(audio1,audio2) /*lint -e(702) <avoid divide for performance>*/ \