int test ( float a, float b ) { if (a > 639.99f) return 1; if (b > 479.99f) return 1; return 0; }