Searched refs:real_isneg (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dreal.h196 extern bool real_isneg (const REAL_VALUE_TYPE *);
296 #define REAL_VALUE_NEGATIVE(x) real_isneg (&(x))
H A Dreal.c1177 real_isneg (const REAL_VALUE_TYPE *r)
4773 if (real_isneg (x))
1174 real_isneg (const REAL_VALUE_TYPE *r) function
H A Doptabs.c3138 if (real_isneg (CONST_DOUBLE_REAL_VALUE (op0)))
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c9918 if (real_isneg (CONST_DOUBLE_REAL_VALUE (op0)))

Completed in 191 milliseconds