Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-intrinsic.cc386 int argprec, resprec; in build_round_expr() local
390 resprec = TYPE_PRECISION (restype); in build_round_expr()
398 if (resprec <= INT_TYPE_SIZE && argprec <= LONG_DOUBLE_TYPE_SIZE) in build_round_expr()
400 else if (resprec <= LONG_TYPE_SIZE) in build_round_expr()
402 else if (resprec <= LONG_LONG_TYPE_SIZE) in build_round_expr()
404 else if (resprec >= argprec) in build_round_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-intrinsic.c381 int argprec, resprec; in build_round_expr() local
385 resprec = TYPE_PRECISION (restype); in build_round_expr()
392 if (resprec <= INT_TYPE_SIZE && argprec <= LONG_DOUBLE_TYPE_SIZE) in build_round_expr()
394 else if (resprec <= LONG_TYPE_SIZE) in build_round_expr()
396 else if (resprec <= LONG_LONG_TYPE_SIZE) in build_round_expr()