Home
last modified time | relevance | path

Searched refs:decimal_real_arithmetic (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddfp.h46 bool decimal_real_arithmetic (REAL_VALUE_TYPE *, enum tree_code, const REAL_VALUE_TYPE *,
H A Ddfp.cc638 decimal_real_arithmetic (REAL_VALUE_TYPE *r, enum tree_code code, in decimal_real_arithmetic() function
H A Dreal.cc1028 return decimal_real_arithmetic (r, code, op0, op1); in real_arithmetic()
H A DChangeLog-200619874 * dfp.c (decimal_real_arithmetic): Change second argument type
19877 * dfp.h (decimal_real_arithmetic): Update prototype.
H A DChangeLog-200725107 * dfp.c (decimal_real_arithmetic): Use decimal128FlipSign and
25456 * dfp.h (decimal_real_arithmetic): Hide prototype if tree_code enum
H A DChangeLog-20052993 (real_arithmetic): Call decimal_real_arithmetic for decimal
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddfp.h46 bool decimal_real_arithmetic (REAL_VALUE_TYPE *, enum tree_code, const REAL_VALUE_TYPE *,
H A Ddfp.c638 decimal_real_arithmetic (REAL_VALUE_TYPE *r, enum tree_code code, in decimal_real_arithmetic() function
H A Dreal.c1028 return decimal_real_arithmetic (r, code, op0, op1); in real_arithmetic()