Searched refs:MIPSDSP_ABS (Results 1 – 11 of 11) sorted by relevance
47 #define MIPSDSP_ABS(x) (((x) >= 0) ? x : -x) macro124 return MIPSDSP_ABS(a); \
50 #define MIPSDSP_ABS(x) (((x) >= 0) ? (x) : -(x)) macro127 return MIPSDSP_ABS(a); \
48 #define MIPSDSP_ABS(x) (((x) >= 0) ? (x) : -(x)) macro125 return MIPSDSP_ABS(a); \