Home | History | Annotate | Download | only in testlibs

Lines Matching full:lint

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>*/ \
123 /* lint +704 <restore checking>*/
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>*/ \
198 #define SATURATE_EG1(x) /*lint -e{734} saturation operation */ \
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>*/ \
281 /* lint +e704 <restore checking>*/
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>*/ \