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

/freebsd-9.3-release/contrib/gcc/
H A Ddouble-int.h67 shwi_to_double_int (HOST_WIDE_INT cst) function
79 #define double_int_minus_one (shwi_to_double_int (-1))
80 #define double_int_zero (shwi_to_double_int (0))
81 #define double_int_one (shwi_to_double_int (1))
82 #define double_int_two (shwi_to_double_int (2))
83 #define double_int_ten (shwi_to_double_int (10))

Completed in 46 milliseconds