Home
last modified time | relevance | path

Searched refs:real_arithmetic2 (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dreal.h338 extern REAL_VALUE_TYPE real_arithmetic2 (int, const REAL_VALUE_TYPE *,
342 real_arithmetic2 (NEGATE_EXPR, &(X), NULL)
345 real_arithmetic2 (ABS_EXPR, &(X), NULL)
H A Dreal.c1058 real_arithmetic2 (int icode, const REAL_VALUE_TYPE *op0, in real_arithmetic2() function