Lines Matching refs:FMINUB
339 #define FMINUB(a, b) ((a) < (b)) ? (a) : (b)382 SSE_HELPER_B(helper_pminub, FMINUB)