Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Ddfp.h41 bool decimal_real_arithmetic (REAL_VALUE_TYPE *, enum tree_code, const REAL_VALUE_TYPE *,
H A Ddfp.c607 decimal_real_arithmetic (REAL_VALUE_TYPE *r, enum tree_code code, in decimal_real_arithmetic() function
H A Dreal.c1001 return decimal_real_arithmetic (r, icode, op0, op1); in real_arithmetic()