Lines Matching refs:FPU_MAX
589 #define FPU_MAX(size, a, b) (a) > (b) ? (a) : (b)597 SSE_HELPER_S(max, FPU_MAX)