Searched defs:plow (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | real.h | 281 #define REAL_VALUE_TO_INT(plow, phigh, r) \ argument
|
H A D | fold-const.c | 2891 make_range (exp, pin_p, plow, phigh) in make_range() argument 3239 merge_ranges (pin_p, plow, phigh, in0_p, low0, high0, in1_p, low1, high1) in merge_ranges() argument
|
H A D | real.c | 1340 real_to_integer2 (plow, phigh, r) in real_to_integer2() argument
|
/openbsd/gnu/gcc/gcc/ |
H A D | real.h | 335 #define REAL_VALUE_TO_INT(plow, phigh, r) \ argument
|
H A D | dfp.c | 578 decimal_real_to_integer2 (HOST_WIDE_INT *plow, HOST_WIDE_INT *phigh, in decimal_real_to_integer2()
|
H A D | real.c | 1326 real_to_integer2 (HOST_WIDE_INT *plow, HOST_WIDE_INT *phigh, in real_to_integer2()
|
H A D | fold-const.c | 3929 make_range (tree exp, int *pin_p, tree *plow, tree *phigh, in make_range() 4383 merge_ranges (int *pin_p, tree *plow, tree *phigh, int in0_p, tree low0, in merge_ranges()
|