Searched refs:resprec (Results 1 – 2 of 2) sorted by relevance
386 int argprec, resprec; in build_round_expr() local390 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()
381 int argprec, resprec; in build_round_expr() local385 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()