Home
last modified time | relevance | path

Searched refs:real_isneg (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dreal.h196 extern bool real_isneg (const REAL_VALUE_TYPE *);
296 #define REAL_VALUE_NEGATIVE(x) real_isneg (&(x))
Dreal.c1174 real_isneg (const REAL_VALUE_TYPE *r) in real_isneg() function
4757 if (real_isneg (x)) in real_sqrt()
Doptabs.c3127 if (real_isneg (CONST_DOUBLE_REAL_VALUE (op0))) in expand_copysign()
DChangeLog-20026936 real_isneg, real_isnegzero, real_identical, exact_real_inverse,
/freebsd-9-stable/contrib/gcc/config/i386/
Di386.c9893 if (real_isneg (CONST_DOUBLE_REAL_VALUE (op0))) in ix86_expand_copysign()