Lines Matching defs:scalbn
7694 res = scalbn (1., e);
7706 tree cond, nan, tmp, frexp, scalbn;
7716 scalbn = gfc_builtin_decl_for_float_kind (BUILT_IN_SCALBN, expr->ts.kind);
7737 tmp = build_call_expr_loc (input_location, scalbn, 2,
7768 x = scalbn (x, precision - e);
7780 tree arg, type, e, x, cond, nan, stmt, tmp, frexp, scalbn, fabs;
7788 scalbn = gfc_builtin_decl_for_float_kind (BUILT_IN_SCALBN, expr->ts.kind);
7808 tmp = build_call_expr_loc (input_location, scalbn, 2, x, tmp);
7829 /* SCALE (s, i) is translated into scalbn (s, i). */
7833 tree args[2], type, scalbn;
7835 scalbn = gfc_builtin_decl_for_float_kind (BUILT_IN_SCALBN, expr->ts.kind);
7839 se->expr = build_call_expr_loc (input_location, scalbn, 2,
7847 isfinite(s) ? scalbn (frexp (s, &dummy_int), i) : NaN */
7851 tree args[2], type, tmp, frexp, scalbn, cond, nan, res;
7854 scalbn = gfc_builtin_decl_for_float_kind (BUILT_IN_SCALBN, expr->ts.kind);
7864 res = build_call_expr_loc (input_location, scalbn, 2, tmp,