HomeSort by relevance Sort by last modified time
    Searched defs:SATURATE (Results 1 - 6 of 6) sorted by null

  /external/sonivox/arm-fm-22k/lib_src/
eas_math.h 319 #define SATURATE(x) \
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_math.h 319 #define SATURATE(x) \
  /external/sonivox/arm-wt-22k/lib_src/
eas_math.h 319 #define SATURATE(x) \
  /external/speex/libspeex/
fixed_debug.h 317 static inline int SATURATE(int a, int b)
fixed_generic.h 58 #define SATURATE(x,a) (((x)>(a) ? (a) : (x)<-(a) ? -(a) : (x)))
arch.h 178 #define SATURATE(x,a) (x)

Completed in 48 milliseconds