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

/freebsd-9.3-release/contrib/gcc/
H A Dreal.h335 #define REAL_VALUE_TO_INT(plow, phigh, r) \
336 real_to_integer2 (plow, phigh, &(r))
H A Ddfp.c578 decimal_real_to_integer2 (HOST_WIDE_INT *plow, HOST_WIDE_INT *phigh, argument
599 real_to_integer2 (plow, phigh, &to);
H A Dreal.c1330 real_to_integer2 (HOST_WIDE_INT *plow, HOST_WIDE_INT *phigh,
1360 decimal_real_to_integer2 (plow, phigh, r);
1405 *plow = low;
1326 real_to_integer2(HOST_WIDE_INT *plow, HOST_WIDE_INT *phigh, const REAL_VALUE_TYPE *r) argument
H A Dfold-const.c3958 make_range (tree exp, int *pin_p, tree *plow, tree *phigh,
4234 *pin_p = in_p, *plow = low, *phigh = high;
4414 merge_ranges (int *pin_p, tree *plow, tree *phigh, int in0_p, tree low0,
4617 *pin_p = in_p, *plow = low, *phigh = high;
3933 make_range(tree exp, int *pin_p, tree *plow, tree *phigh, bool *strict_overflow_p) argument
4387 merge_ranges(int *pin_p, tree *plow, tree *phigh, int in0_p, tree low0, tree high0, int in1_p, tree low1, tree high1) argument

Completed in 133 milliseconds