Searched refs:ALL_ONES (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Ddouble-int.h137 #define ALL_ONES (~((unsigned HOST_WIDE_INT) 0)) macro
164 return (cst.low == ALL_ONES && cst.high == -1);
H A Ddouble-int.c40 mask.low = ALL_ONES;

Completed in 53 milliseconds