Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Ddouble-int.h137 #define ALL_ONES (~((unsigned HOST_WIDE_INT) 0)) macro
164 return (cst.low == ALL_ONES && cst.high == -1); in double_int_minus_one_p()
H A Ddouble-int.c40 mask.low = ALL_ONES; in double_int_mask()