Lines Matching refs:FMAXUB
341 #define FMAXUB(a, b) ((a) > (b)) ? (a) : (b)383 SSE_HELPER_B(helper_pmaxub, FMAXUB)