Searched refs:PNG_FP_SAW_SIGN (Results 1 – 2 of 2) sorted by relevance
2724 case 43: type = PNG_FP_SAW_SIGN; break;2725 case 45: type = PNG_FP_SAW_SIGN + PNG_FP_NEGATIVE; break;2742 case PNG_FP_INTEGER + PNG_FP_SAW_SIGN:2800 case PNG_FP_EXPONENT + PNG_FP_SAW_SIGN:2804 png_fp_add(state, PNG_FP_SAW_SIGN);
1904 #define PNG_FP_SAW_SIGN 4 /* Saw +/- in current state */ macro