Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dreal.h245 #define REAL_VALUES_EQUAL(x, y) real_compare (EQ_EXPR, &(x), &(y)) macro
/openbsd-src/gnu/gcc/gcc/
H A Dreal.h286 #define REAL_VALUES_EQUAL(x, y) real_compare (EQ_EXPR, &(x), &(y)) macro