Searched refs:decimal_real_arithmetic (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | dfp.h | 45 bool decimal_real_arithmetic (REAL_VALUE_TYPE *, enum tree_code, const REAL_VALUE_TYPE *,
|
H A D | dfp.c | 640 decimal_real_arithmetic (REAL_VALUE_TYPE *r, enum tree_code code, in decimal_real_arithmetic() function
|
H A D | real.c | 1008 return decimal_real_arithmetic (r, code, op0, op1); in real_arithmetic()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | dfp.h | 46 bool decimal_real_arithmetic (REAL_VALUE_TYPE *, enum tree_code, const REAL_VALUE_TYPE *,
|
H A D | dfp.c | 634 decimal_real_arithmetic (REAL_VALUE_TYPE *r, enum tree_code code, in decimal_real_arithmetic() function
|
H A D | real.c | 1025 return decimal_real_arithmetic (r, code, op0, op1); in real_arithmetic()
|