Searched refs:phigh (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | real.h | 281 #define REAL_VALUE_TO_INT(plow, phigh, r) \ argument 282 real_to_integer2 (plow, phigh, &(r))
|
| D | real.c | 1340 real_to_integer2 (plow, phigh, r) in real_to_integer2() argument 1341 HOST_WIDE_INT *plow, *phigh; in real_to_integer2() 1408 *phigh = high;
|
| D | fold-const.c | 2891 make_range (exp, pin_p, plow, phigh) in make_range() argument 2894 tree *plow, *phigh; 3150 *pin_p = in_p, *plow = low, *phigh = high; 3239 merge_ranges (pin_p, plow, phigh, in0_p, low0, high0, in1_p, low1, high1) in merge_ranges() argument 3241 tree *plow, *phigh; 3367 *pin_p = in_p, *plow = low, *phigh = high;
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | real.h | 335 #define REAL_VALUE_TO_INT(plow, phigh, r) \ argument 336 real_to_integer2 (plow, phigh, &(r))
|
| D | dfp.c | 578 decimal_real_to_integer2 (HOST_WIDE_INT *plow, HOST_WIDE_INT *phigh, in decimal_real_to_integer2() argument 599 real_to_integer2 (plow, phigh, &to); in decimal_real_to_integer2()
|
| D | real.c | 1326 real_to_integer2 (HOST_WIDE_INT *plow, HOST_WIDE_INT *phigh, in real_to_integer2() argument 1356 decimal_real_to_integer2 (plow, phigh, r); in real_to_integer2() 1402 *phigh = high; in real_to_integer2()
|
| D | fold-const.c | 3929 make_range (tree exp, int *pin_p, tree *plow, tree *phigh, in make_range() argument 4205 *pin_p = in_p, *plow = low, *phigh = high; in make_range() 4383 merge_ranges (int *pin_p, tree *plow, tree *phigh, int in0_p, tree low0, in merge_ranges() argument 4586 *pin_p = in_p, *plow = low, *phigh = high; in merge_ranges()
|