Home
last modified time | relevance | path

Searched refs:gfc_conv_mpfr_to_tree (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-const.cc232 gfc_conv_mpfr_to_tree (mpfr_t f, int kind, int is_snan) in gfc_conv_mpfr_to_tree() function
266 return gfc_conv_mpfr_to_tree (gfc_real_kinds[k].huge, kind, 0); in gfc_build_inf_or_huge()
325 return gfc_conv_mpfr_to_tree (expr->value.real, expr->ts.kind, expr->is_snan); in gfc_conv_constant_to_tree()
352 tree real = gfc_conv_mpfr_to_tree (mpc_realref (expr->value.complex), in gfc_conv_constant_to_tree()
354 tree imag = gfc_conv_mpfr_to_tree (mpc_imagref (expr->value.complex), in gfc_conv_constant_to_tree()
H A Dtrans-const.h27 tree gfc_conv_mpfr_to_tree (mpfr_t, int, int);
H A Dtarget-memory.cc209 return native_encode_expr (gfc_conv_mpfr_to_tree (real, kind, 0), buffer, in encode_float()
H A Dtrans-intrinsic.cc504 tmp = gfc_conv_mpfr_to_tree (huge, kind, 0); in gfc_conv_intrinsic_aint()
509 tmp = gfc_conv_mpfr_to_tree (huge, kind, 0); in gfc_conv_intrinsic_aint()
4556 retval = gfc_conv_mpfr_to_tree (t0, kind, 0); in rad2deg()
4637 tmp = gfc_conv_mpfr_to_tree (pio2, expr->ts.kind, 0); in gfc_conv_intrinsic_cotan()
4685 ninety_tree = gfc_conv_mpfr_to_tree (ninety, expr->ts.kind, 0); in gfc_conv_intrinsic_cotand()
6139 huge_cst = gfc_conv_mpfr_to_tree (gfc_real_kinds[n].huge, in gfc_conv_intrinsic_minmaxval()
7731 tiny = gfc_conv_mpfr_to_tree (gfc_real_kinds[k].tiny, expr->ts.kind, 0); in gfc_conv_intrinsic_spacing()
H A DChangeLog-20093452 * trans-const.c (gfc_conv_mpfr_to_tree): Support SNaN.
3453 (gfc_conv_constant_to_tree): Update call to gfc_conv_mpfr_to_tree.
3454 * trans-const.h (gfc_conv_mpfr_to_tree): Update prototype.
H A DChangeLog-20041337 * trans-const.c (gfc_conv_mpfr_to_tree): Rename from
1340 * trans-const.h: Update prototype for gfc_conv_mpfr_to_tree().
H A DChangeLog-20052795 * trans-const.c (gfc_conv_mpfr_to_tree): Use hexadecimal string as
2800 * trans-const.c (gfc_conv_mpfr_to_tree): Remove unneeded computation;
H A DChangeLog-20062294 * trans-const.c (gfc_conv_mpfr_to_tree): Build NaN and Inf from mpfr
H A DChangeLog-20074026 (gfc_conv_mpfr_to_tree): Use real_from_mpfr.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-const.c232 gfc_conv_mpfr_to_tree (mpfr_t f, int kind, int is_snan) in gfc_conv_mpfr_to_tree() function
266 return gfc_conv_mpfr_to_tree (gfc_real_kinds[k].huge, kind, 0); in gfc_build_inf_or_huge()
325 return gfc_conv_mpfr_to_tree (expr->value.real, expr->ts.kind, expr->is_snan); in gfc_conv_constant_to_tree()
352 tree real = gfc_conv_mpfr_to_tree (mpc_realref (expr->value.complex), in gfc_conv_constant_to_tree()
354 tree imag = gfc_conv_mpfr_to_tree (mpc_imagref (expr->value.complex), in gfc_conv_constant_to_tree()
H A Dtrans-const.h27 tree gfc_conv_mpfr_to_tree (mpfr_t, int, int);
H A Dtarget-memory.c210 return native_encode_expr (gfc_conv_mpfr_to_tree (real, kind, 0), buffer, in encode_float()
H A Dtrans-intrinsic.c496 tmp = gfc_conv_mpfr_to_tree (huge, kind, 0); in gfc_conv_intrinsic_aint()
501 tmp = gfc_conv_mpfr_to_tree (huge, kind, 0); in gfc_conv_intrinsic_aint()
4407 retval = gfc_conv_mpfr_to_tree (t0, kind, 0); in rad2deg()
4488 tmp = gfc_conv_mpfr_to_tree (pio2, expr->ts.kind, 0); in gfc_conv_intrinsic_cotan()
4536 ninety_tree = gfc_conv_mpfr_to_tree (ninety, expr->ts.kind, 0); in gfc_conv_intrinsic_cotand()
6008 huge_cst = gfc_conv_mpfr_to_tree (gfc_real_kinds[n].huge, in gfc_conv_intrinsic_minmaxval()
7670 tiny = gfc_conv_mpfr_to_tree (gfc_real_kinds[k].tiny, expr->ts.kind, 0); in gfc_conv_intrinsic_spacing()