Searched refs:tmp_real (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fold-const-call.c | 297 REAL_VALUE_TYPE tmp_real, tmp_imag; in do_mpc_ckconv() local 298 real_from_mpfr (&tmp_real, mpc_realref (m), format, MPFR_RNDN); in do_mpc_ckconv() 304 if (!real_isfinite (&tmp_real) in do_mpc_ckconv() 306 || (tmp_real.cl == rvc_zero) != (mpfr_zero_p (mpc_realref (m)) != 0) in do_mpc_ckconv() 310 real_convert (result_real, format, &tmp_real); in do_mpc_ckconv() 313 return (real_identical (result_real, &tmp_real) in do_mpc_ckconv()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fold-const-call.cc | 297 REAL_VALUE_TYPE tmp_real, tmp_imag; in do_mpc_ckconv() local 298 real_from_mpfr (&tmp_real, mpc_realref (m), format, MPFR_RNDN); in do_mpc_ckconv() 304 if (!real_isfinite (&tmp_real) in do_mpc_ckconv() 306 || (tmp_real.cl == rvc_zero) != (mpfr_zero_p (mpc_realref (m)) != 0) in do_mpc_ckconv() 310 real_convert (result_real, format, &tmp_real); in do_mpc_ckconv() 313 return (real_identical (result_real, &tmp_real) in do_mpc_ckconv()
|