Searched refs:PNG_FP_SAW_SIGN (Results 1 – 4 of 4) sorted by relevance
2522 case 43: type = PNG_FP_SAW_SIGN; break;2523 case 45: type = PNG_FP_SAW_SIGN + PNG_FP_NEGATIVE; break;2540 case PNG_FP_INTEGER + PNG_FP_SAW_SIGN:2598 case PNG_FP_EXPONENT + PNG_FP_SAW_SIGN:2602 png_fp_add(state, PNG_FP_SAW_SIGN);
1802 #define PNG_FP_SAW_SIGN 4 /* Saw +/- in current state */ macro
2615 case 43: type = PNG_FP_SAW_SIGN; break;2616 case 45: type = PNG_FP_SAW_SIGN + PNG_FP_NEGATIVE; break;2633 case PNG_FP_INTEGER + PNG_FP_SAW_SIGN:2691 case PNG_FP_EXPONENT + PNG_FP_SAW_SIGN:2695 png_fp_add(state, PNG_FP_SAW_SIGN);
1734 #define PNG_FP_SAW_SIGN 4 /* Saw +/- in current state */ macro