Home
last modified time | relevance | path

Searched refs:PNG_FP_SAW_DIGIT (Results 1 – 1 of 1) sorted by relevance

/ndk/tests/build/issue20862-libpng-O0/jni/
Dpngpriv.h1549 #define PNG_FP_SAW_DIGIT 8 /* Saw a digit in current state */ macro
1577 #define PNG_FP_NZ_MASK (PNG_FP_SAW_DIGIT | PNG_FP_NEGATIVE | PNG_FP_NONZERO)
1579 #define PNG_FP_Z_MASK (PNG_FP_SAW_DIGIT | PNG_FP_NONZERO)
1582 #define PNG_FP_IS_ZERO(state) (((state) & PNG_FP_Z_MASK) == PNG_FP_SAW_DIGIT)