Searched refs:PNG_FP_NONZERO (Results 1 – 4 of 4) sorted by relevance
1780 #define PNG_FP_NONZERO 256 /* A non-zero value */ macro1799 #define PNG_FP_NZ_MASK (PNG_FP_SAW_DIGIT | PNG_FP_NEGATIVE | PNG_FP_NONZERO)1801 #define PNG_FP_Z_MASK (PNG_FP_SAW_DIGIT | PNG_FP_NONZERO)
2698 case 57: type = PNG_FP_SAW_DIGIT + PNG_FP_NONZERO; break;
1905 #define PNG_FP_NONZERO 256 /* A non-zero value */ macro1924 #define PNG_FP_NZ_MASK (PNG_FP_SAW_DIGIT | PNG_FP_NEGATIVE | PNG_FP_NONZERO)1926 #define PNG_FP_Z_MASK (PNG_FP_SAW_DIGIT | PNG_FP_NONZERO)
2736 case 57: type = PNG_FP_SAW_DIGIT + PNG_FP_NONZERO; break;