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

/freebsd-9.3-release/contrib/gcc/
H A Ddouble-int.h37 You may also represent with numbers in smaller precision using double_int.
45 ??? The components of double_int differ in signedness mostly for
54 } double_int; typedef in typeref:struct:__anon1143
60 union tree_node *double_int_to_tree (union tree_node *, double_int);
61 double_int tree_to_double_int (union tree_node *tree);
63 /* Constructs double_int from integer CST. The bits over the precision of
66 static inline double_int
69 double_int r;
85 /* Constructs double_int from unsigned integer CST. The bits over the
88 static inline double_int
[all...]
H A Ddouble-int.c29 static inline double_int
33 double_int mask;
58 double_int
59 double_int_ext (double_int cst, unsigned prec, bool uns)
69 double_int
70 double_int_zext (double_int cst, unsigned prec)
72 double_int mask = double_int_mask (prec);
73 double_int r;
83 double_int
84 double_int_sext (double_int cs
[all...]
H A Dtree-ssa-loop-niter.c1554 static double_int
1559 double_int bnd, max, mmax, cst;
1686 double_int i_bound = derive_constant_upper_bound (bound, additional);
H A Dtree-ssa-loop-ivopts.c2566 constant_multiple_of (tree top, tree bot, double_int *mul)
2570 double_int res, p0, p1;
3048 double_int rat;
3914 double_int rat;
H A Dtree.h1294 double_int int_cst;
H A Dexpr.c5790 double_int tem = double_int_mul (tree_to_double_int (offset),

Completed in 151 milliseconds