Home | History | Annotate | Download | only in dsp

Lines Matching defs:max

8 #ifndef max
9 #define max(a, b) ({ __typeof__(a) _a = (a); \
80 * to the min or max value that fits an int.
123 *output++ = max(-32768, min(32767, (int)(f)));
126 *output++ = max(-32768, min(32767, (int)(f)));
184 * to the min or max value that fits an int.
238 *output++ = max(-32768, min(32767, (int)(f)));
241 *output++ = max(-32768, min(32767, (int)(f)));
367 *output++ = max(-32768, min(32767, (int)(f)));
370 *output++ = max(-32768, min(32767, (int)(f)));
417 *output++ = max(-32768, min(32767, (int)(f)));