HomeSort by: relevance | last modified time | path
    Searched refs:MPFR (Results 1 - 17 of 17) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/tests/
mpfr_compat.c 1 /* Test compatibility mpf-mpfr.
6 This file is part of the GNU MPFR Library.
8 The GNU MPFR Library is free software; you can redistribute it and/or modify
13 The GNU MPFR Library is distributed in the hope that it will be useful, but
19 along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see
23 #include "mpfr-test.h"
27 #define MPFR
mpf_compat.h 1 /* Test compatibility mpf-mpfr.
6 This file is part of the GNU MPFR Library.
8 The GNU MPFR Library is free software; you can redistribute it and/or modify
13 The GNU MPFR Library is distributed in the hope that it will be useful, but
19 along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see
23 #ifdef MPFR
31 #if defined (MPFR) && _MPFR_EXP_FORMAT != 3 /* because exp is a long below */
  /src/tools/gcc/
lgpl3.mk 7 MPFR= ${NETBSDSRCDIR}/external/lgpl3/mpfr
11 MPFROBJ!= cd ${MPFR}/lib/libmpfr && ${PRINTOBJDIR}
15 MPFRINC= ${MPFR}/dist/src
20 --with-mpfr-lib=${MPFROBJ} \
23 --with-mpfr-include=${MPFRINC} \
  /src/external/lgpl3/mpc/dist/tests/
setprec_parameters.c 31 if (params->T[out] == MPFR)
32 mpfr_set_prec (params->P[out].mpfr, prec);
46 if (params->T[i] == MPFR)
47 mpfr_set_prec (params->P[i].mpfr, prec);
61 if (params->T[i] == MPFR)
62 mpfr_set_prec (params->P[i].mpfr_data.mpfr, prec);
read_line.c 84 case MPFR:
86 p->mpfr_data.mpfr, &p->mpfr_data.known_sign);
121 case MPFR:
122 mpfr_set_prec (params->P[index].mpfr,
123 mpfr_get_prec (params->P[index_ref].mpfr));
166 if (params->T[out] == MPFR || params->T[out] == MPC)
clear_parameters.c 46 case MPFR:
47 mpfr_clear (p->mpfr);
init_parameters.c 47 case MPFR:
48 mpfr_init2 (p->mpfr, 512);
print_parameter.c 91 case MPFR:
93 (unsigned long int) mpfr_get_prec (params->P[index].mpfr));
94 mpfr_out_str (stdout, 2, 0, params->P[index].mpfr, GMP_RNDN);
check_data.c 52 case MPFR:
53 return tpl_check_mpfr_data (got->mpfr,
copy_parameter.c 86 case MPFR:
88 pre1 = mpfr_get_prec (params->P[index_dest].mpfr);
89 pre2 = mpfr_get_prec (params->P[index_src].mpfr);
92 || pre1 != mpfr_get_prec (params->P[index_ref].mpfr))
95 tpl_copy_mpfr (params->P[index_dest].mpfr, params->P[index_src].mpfr);
tgeneric.tpl 180 if (params->T[i] == MPFR)
301 case MPFR:
304 special_mpfr (params->P[i].mpfr, special - base_index);
306 test_random_mpfr (params->P[i].mpfr, exp_min, exp_max, 128);
double_rounding.c 38 correct ternary value which is described in the MPFR
151 else if (params->T[out] == MPFR)
155 MPC_ASSERT (params->T[out + offset] == MPFR);
158 if (double_rounding_mpfr (params->P[out + offset].mpfr_data.mpfr,
159 params->P[out].mpfr,
166 inex = mpfr_set (params->P[out + offset].mpfr_data.mpfr,
167 params->P[out].mpfr,
read_description.c 53 { "mpfr_ptr" , MPFR },
54 { "mpfr_srcptr" , MPFR },
mpc-tests.h 180 MPFR, /* mpfr_t */
190 mpfr_t mpfr; /* skip space for the variable */ member in struct:__anon23586
223 'p.mpfr' (resp. 'p.mpc') as well as 'p.mpfr_info.mpfr'
252 mpfr_t mpfr; member in union:__anon23590
268 The input parameters include one rounding mode per mpfr/mpc
  /src/external/lgpl3/mpfr/dist/tools/
get_patches.sh 18 This file is part of the GNU MPFR Library.
20 The GNU MPFR Library is free software; you can redistribute it and/or modify
25 The GNU MPFR Library is distributed in the hope that it will be useful, but
31 along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see
35 #include "mpfr-impl.h"
  /src/external/lgpl3/mpfr/dist/
configure 3 # Generated by GNU Autoconf 2.71 for MPFR 4.2.1.
9 # This file is part of the GNU MPFR Library.
11 # The GNU MPFR Library is free software; you can redistribute it and/or modify
16 # The GNU MPFR Library is distributed in the hope that it will be useful, but
22 # along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see
641 PACKAGE_NAME='MPFR'
642 PACKAGE_TARNAME='mpfr'
644 PACKAGE_STRING='MPFR 4.2.1'
1413 \`configure' configures MPFR 4.2.1 to adapt to many kinds of systems.
1462 --docdir=DIR documentation root [DATAROOTDIR/doc/mpfr]
    [all...]
  /src/external/lgpl3/mpc/dist/
configure 1439 --with-mpfr-include=DIR MPFR include directory
1440 --with-mpfr-lib=DIR MPFR lib directory
1441 --with-mpfr=DIR MPFR install directory
3039 # Check whether --with-mpfr was given.
3048 as_fn_error $? "Do not use --with-mpfr and --with-mpfr-include/--with-mpfr-lib options simultaneously
    [all...]

Completed in 31 milliseconds