HomeSort by relevance Sort by last modified time
    Searched full:from_shwi (Results 1 - 1 of 1) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
double-int.h 59 static double_int from_shwi (HOST_WIDE_INT cst);
206 double_int::from_shwi (HOST_WIDE_INT cst) function in class:double_int
219 #define double_int_minus_one (double_int::from_shwi (-1))
220 #define double_int_zero (double_int::from_shwi (0))
221 #define double_int_one (double_int::from_shwi (1))
222 #define double_int_two (double_int::from_shwi (2))
223 #define double_int_ten (double_int::from_shwi (10))

Completed in 358 milliseconds