Searched refs:mpfr_max (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/external/lgpl3/mpfr/dist/tests/ |
| D | tminmax.c | 45 mpfr_max (z, x, y, MPFR_RNDN); in main() 66 mpfr_max (z, x, y, MPFR_RNDN); in main() 72 mpfr_max (z, y, x, MPFR_RNDN); in main() 81 mpfr_max (z, x, y, MPFR_RNDN); in main() 96 mpfr_max (z, x, y, MPFR_RNDN); in main() 118 mpfr_max (z, x, y, MPFR_RNDN); in main() 127 mpfr_max (z, x, y, MPFR_RNDN); in main() 143 mpfr_max (z, x, y, MPFR_RNDN); in main() 149 mpfr_max (z, y, x, MPFR_RNDN); in main()
|
| D | taway.c | 477 test3 (mpfr_max, "mpfr_max"); in main()
|
| D | reuse.c | 678 test3 (mpfr_max, "mpfr_max", p, (mpfr_rnd_t) rnd); in main()
|
| /netbsd/src/external/lgpl3/mpfr/dist/src/ |
| D | minmax.c | 67 mpfr_max (mpfr_ptr z, mpfr_srcptr x, mpfr_srcptr y, mpfr_rnd_t rnd_mode) in mpfr_max() function
|
| D | mpfr.h | 788 __MPFR_DECLSPEC int mpfr_max (mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mpfr_rnd_t);
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | fold-const-call.cc | 1394 return do_mpfr_arg2 (result, mpfr_max, arg0, arg1, format); in fold_const_call_sss()
|
| /netbsd/src/external/lgpl3/mpfr/dist/ |
| D | NEWS | 433 mpfr_min, mpfr_max, mpfr_rint, mpfr_set_inf, mpfr_set_nan
|
| D | TODO | 172 and mmin_seq (mpfr_min and mpfr_max correspond to mmin and mmax);
|
| D | ChangeLog | 2811 [doc/mpfr.texi] Detail the mpfr_min and mpfr_max description. 36444 + Add new test files for mpfr_copysign and mpfr_min and mpfr_max. 36641 Specifications for mpfr_min and mpfr_max. 40562 add function mpfr_min and mpfr_max
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | target-float.c | 1684 mpfr_max (tmp.val, x_tmp.val, y_tmp.val, MPFR_RNDN);
|
| /netbsd/src/external/lgpl3/mpfr/dist/doc/ |
| D | mpfr.info | 678 description of the MPFR function; for example ‘mpfr_max’ on −0 and +0 2816 -- Function: int mpfr_max (mpfr_t ROP, mpfr_t OP1, mpfr_t OP2, 5054 * mpfr_max: Miscellaneous Functions.
|
| D | mpfr.texi | 1049 function; for example @code{mpfr_max} on @minus{}0 and @mm{+}0 gives @mm{+}0. 3473 @deftypefunx int mpfr_max (mpfr_t @var{rop}, mpfr_t @var{op1}, mpfr_t @var{op2}, mpfr_rnd_t @var{rn…
|