Home | History | Annotate | Download | only in libpng

Lines Matching defs:PNG_FP_NEGATIVE

1557 #define PNG_FP_NEGATIVE 128  /* A negative number, including "-0" */
1577 #define PNG_FP_NZ_MASK (PNG_FP_SAW_DIGIT | PNG_FP_NEGATIVE | PNG_FP_NONZERO)