Searched refs:within_epsilon (Results 1 – 1 of 1) sorted by relevance
/third_party/pixman/pixman/ |
D | pixman-matrix.c | 657 within_epsilon (pixman_fixed_t a, in within_epsilon() function 671 #define IS_SAME(a, b) (within_epsilon (a, b, EPSILON)) 672 #define IS_ZERO(a) (within_epsilon (a, 0, EPSILON)) 673 #define IS_ONE(a) (within_epsilon (a, F (1), EPSILON)) 675 (within_epsilon (a, F (1), EPSILON) || \ 676 within_epsilon (a, F (-1), EPSILON) || \
|