Lines Matching full:delta
2815 ideal-delta..ideal+delta. Each argument is evaluated twice.2816 "ideal" and "delta" should be constants, normally simple2818 #define PNG_OUT_OF_RANGE(value, ideal, delta) \2819 ( (value) < (ideal)-(delta) || (value) > (ideal)+(delta) )