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

/freebsd-9.3-release/contrib/gcc/
H A Ddouble-int.h38 You however need to use double_int_ext (that fills in the bits of the
42 them in some canonical form). In general, the signedness of double_int_ext
100 so you do not need to call double_int_ext between them, even if
108 /* You must ensure that double_int_ext is called on the operands
133 double_int double_int_ext (double_int, unsigned, bool);
140 with double_int_ext, if their precision is less than
H A Ddouble-int.c59 double_int_ext (double_int cst, unsigned prec, bool uns) function
67 /* The same as double_int_ext with UNS = true. */
81 /* The same as double_int_ext with UNS = false. */
298 cst = double_int_ext (cst, TYPE_PRECISION (type), TYPE_UNSIGNED (type));

Completed in 50 milliseconds