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 D | trans-const.cc | 232 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 D | trans-const.h | 27 tree gfc_conv_mpfr_to_tree (mpfr_t, int, int);
|
H A D | target-memory.cc | 209 return native_encode_expr (gfc_conv_mpfr_to_tree (real, kind, 0), buffer, in encode_float()
|
H A D | trans-intrinsic.cc | 504 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 D | ChangeLog-2009 | 3452 * 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 D | ChangeLog-2004 | 1337 * trans-const.c (gfc_conv_mpfr_to_tree): Rename from 1340 * trans-const.h: Update prototype for gfc_conv_mpfr_to_tree().
|
H A D | ChangeLog-2005 | 2795 * 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 D | ChangeLog-2006 | 2294 * trans-const.c (gfc_conv_mpfr_to_tree): Build NaN and Inf from mpfr
|
H A D | ChangeLog-2007 | 4026 (gfc_conv_mpfr_to_tree): Use real_from_mpfr.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-const.c | 232 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 D | trans-const.h | 27 tree gfc_conv_mpfr_to_tree (mpfr_t, int, int);
|
H A D | target-memory.c | 210 return native_encode_expr (gfc_conv_mpfr_to_tree (real, kind, 0), buffer, in encode_float()
|
H A D | trans-intrinsic.c | 496 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()
|