Lines Matching refs:almost_equal
411 #define almost_equal(a_, b_) \
416 almost_equal(x, width * 0.8);
417 almost_equal(y, height * 0.2);
420 almost_equal(x, width * 0.8);
421 almost_equal(y, height * 0.8);
424 almost_equal(x, width * 0.2);
425 almost_equal(y, height * 0.8);
428 almost_equal(x, width * 0.2);
429 almost_equal(y, height * 0.2);
432 #undef almost_equal