Searched defs:REAL_VALUES_EQUAL (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dreal.h162 #define REAL_VALUES_EQUAL(x, y) (ereal_cmp ((x), (y)) == 0) macro
321 #define REAL_VALUES_EQUAL(x, y) ((x) == (y)) macro
/haiku-buildtools/gcc/gcc/
H A Dreal.h341 #define REAL_VALUES_EQUAL(x, y) real_compare (EQ_EXPR, &(x), &(y)) macro

Completed in 98 milliseconds