HomeSort by: relevance | last modified time | path
    Searched refs:mpfr (Results 1 - 25 of 73) sorted by relevancy

1 2 3

  /src/external/lgpl3/mpfr/dist/tests/
tvalist.c 1 /* Test file for multiple mpfr.h inclusion and va_list related functions
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
31 the inclusion of mpfr.h (this test doesn't use mpfr-impl.h). */
41 * #include <mpfr.h>
43 * where some_lib.h has "#include <mpfr.h>". So, the mpfr.h header fil
    [all...]
tstdint.c 1 /* Test file for multiple mpfr.h inclusion and intmax_t related functions
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
31 the inclusion of mpfr.h (this test doesn't use mpfr-impl.h). */
36 #include "mpfr-test.h"
45 * #include <mpfr.h>
47 * where some_lib.h has "#include <mpfr.h>". So, the mpfr.h header fil
    [all...]
tfprintf.c 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
42 #include "mpfr-test.h"
183 mpfr_t mpfr; local
193 mpfr_init2 (mpfr, prec);
194 mpfr_set_f (mpfr, mpf, MPFR_RNDN);
198 check_vfprintf (fout, "a. %Ra, b. %u, c. %lx%n", mpfr, ui, ulo, &j);
200 check_vfprintf (fout, "a. %c, b. %Rb, c. %u, d. %li%ln", i, mpfr, i
    [all...]
tprintf.c 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
45 #include "mpfr-test.h"
156 MPFR: Can't reallocate memory (old_size=4096 new_size=2147487744)
307 mpfr_t mpfr; local
316 mpfr_init (mpfr);
317 mpfr_set_f (mpfr, mpf, MPFR_RNDN);
318 prec = mpfr_get_prec (mpfr);
    [all...]
  /src/external/lgpl3/mpc/dist/tests/
timag.c 24 P[0].mpfr_inex = mpc_imag (P[1].mpfr, P[2].mpc, P[3].mpfr_rnd)
treal.c 24 P[0].mpfr_inex = mpc_imag (P[1].mpfr, P[2].mpc, P[3].mpfr_rnd)
tdiv_fr.c 24 P[0].mpc_inex = mpc_div_fr (P[1].mpc, P[2].mpc, P[3].mpfr, P[4].mpc_rnd)
26 P[0].mpc_inex = mpc_div_fr (P[1].mpc, P[1].mpc, P[3].mpfr, P[4].mpc_rnd)
tfr_div.c 24 P[0].mpc_inex = mpc_fr_div (P[1].mpc, P[2].mpfr, P[3].mpc, P[4].mpc_rnd)
26 P[0].mpc_inex = mpc_fr_div (P[1].mpc, P[2].mpfr, P[1].mpc, P[4].mpc_rnd)
tfr_sub.c 24 P[0].mpc_inex = mpc_fr_sub (P[1].mpc, P[2].mpfr, P[3].mpc, P[4].mpc_rnd)
26 P[0].mpc_inex = mpc_fr_sub (P[1].mpc, P[2].mpfr, P[1].mpc, P[4].mpc_rnd)
tmul_fr.c 24 P[0].mpc_inex = mpc_mul_fr (P[1].mpc, P[2].mpc, P[3].mpfr, P[4].mpc_rnd)
26 P[0].mpc_inex = mpc_mul_fr (P[1].mpc, P[1].mpc, P[3].mpfr, P[4].mpc_rnd)
tsub_fr.c 24 P[0].mpc_inex = mpc_sub_fr (P[1].mpc, P[2].mpc, P[3].mpfr, P[4].mpc_rnd)
26 P[0].mpc_inex = mpc_sub_fr (P[1].mpc, P[1].mpc, P[3].mpfr, P[4].mpc_rnd)
tabs.c 24 P[0].mpfr_inex = mpc_abs (P[1].mpfr, P[2].mpc, P[3].mpfr_rnd)
targ.c 24 P[0].mpfr_inex = mpc_arg (P[1].mpfr, P[2].mpc, P[3].mpfr_rnd)
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);
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);
tadd_fr.c 60 P[0].mpc_inex = mpc_add_fr (P[1].mpc, P[2].mpc, P[3].mpfr, P[4].mpc_rnd)
62 P[0].mpc_inex = mpc_add_fr (P[1].mpc, P[1].mpc, P[3].mpfr, P[4].mpc_rnd)
tpow_fr.c 51 P[0].mpc_inex = mpc_pow_fr (P[1].mpc, P[2].mpc, P[3].mpfr, P[4].mpc_rnd)
53 P[0].mpc_inex = mpc_pow_fr (P[1].mpc, P[1].mpc, P[3].mpfr, P[4].mpc_rnd)
  /src/tools/mpfr/
Makefile 4 GNUHOSTDIST= ${.CURDIR}/../../external/lgpl3/mpfr/dist
  /src/external/gpl3/gcc.old/dist/gcc/
realmpfr.h 2 internal format to MPFR.
24 #include <mpfr.h>
27 /* Convert between MPFR and REAL_VALUE_TYPE. The caller is
28 responsible for initializing and clearing the MPFR parameter. */
  /src/external/lgpl3/mpfr/dist/tools/
ck-clz_tab 18 src/mpfr-longlong.h`
26 mpfr-longlong.h $size1
ck-copyright-notice 28 }" doc/mpfr.texi`
58 # Note: mpfr.pc.in is not checked as it does not have a copyright notice
59 # (it is distributed with MPFR, but regarded as trivial).
71 src/mpfr-longlong.h)
82 grep -q "GNU MPFR Library" "$file" && \
  /src/tools/mpc/
Makefile 7 --with-mpfr=${TOOLDIR:Q}
  /src/external/lgpl3/mpfr/dist/doc/
check-typography 13 o=$(grep -E '([A-Z]|resp)\)?[.!?]( |$)' mpfr.texi | grep -Ev '^(\* .*::|@c )')
31 Affected lines in mpfr.texi:
  /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/gpl3/gcc/dist/gcc/
realmpfr.h 2 internal format to MPFR.
24 #include <mpfr.h>
51 /* Convert between MPFR and REAL_VALUE_TYPE. The caller is
52 responsible for initializing and clearing the MPFR parameter. */

Completed in 32 milliseconds

1 2 3