Lines Matching refs:FPU_MIN
588 #define FPU_MIN(size, a, b) (a) < (b) ? (a) : (b)596 SSE_HELPER_S(min, FPU_MIN)