HomeSort by relevance Sort by last modified time
    Searched refs:mpfr (Results 1 - 14 of 14) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
realmpfr.h 2 internal format to MPFR.
24 #include <mpfr.h>
31 /* Convert between MPFR and REAL_VALUE_TYPE. The caller is
32 responsible for initializing and clearing the MPFR parameter. */
  /external/valgrind/drd/scripts/
download-and-build-gcc 6 # are called gmp-devel and mpfr-devel.
20 #MPFR_PREFIX=$HOME/mpfr-2.4.2
31 if [ ! -e $MPFR_PREFIX/include/mpfr.h ]; then
32 echo "Please install the mpfr library development package first."
70 --with-mpfr=$MPFR_PREFIX \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/examples/
sample.c 1 /* This is the example given and commented on the MPFR web site:
2 * http://www.mpfr.org/sample.html
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
30 #include <mpfr.h>
divworst.c 3 * This example was presented at the CNC'2 summer school on MPFR and MPC
19 This file is part of the GNU MPFR Library.
21 The GNU MPFR Library is free software; you can redistribute it and/or modify
26 The GNU MPFR Library is distributed in the hope that it will be useful, but
32 along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see
39 #include <mpfr.h>
rndo-add.c 1 /* This example was presented at the CNC'2 summer school on MPFR and MPC at
14 This file is part of the GNU MPFR Library.
16 The GNU MPFR Library is free software; you can redistribute it and/or modify
21 The GNU MPFR Library is distributed in the hope that it will be useful, but
27 along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see
35 #include <mpfr.h>
version.c 2 * Output various information about GMP and MPFR.
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
30 #include <mpfr.h>
35 * 2. MPFR built against this GMP version.
62 printf ("MPFR .... Library: %-12s Header: %s (based on %d.%d.%d)\n",
67 printf ("MPFR features: TLS = %s, decimal = %s",
78 printf ("MPFR patches: %s\n\n", mpfr_get_patches ())
    [all...]
  /external/eigen/unsupported/test/
mpreal_support.cpp 7 using namespace mpfr;
  /external/eigen/unsupported/test/mpreal/
mpreal.h 2 MPFR C++: Multi-precision floating point number class for C++.
3 Based on MPFR library: http://mpfr.org
5 Project homepage: http://www.holoborodko.com/pavel/mpfr
18 (A) MPFR C++ is under GNU General Public License ("GPL").
23 The non-free licenses are for users that wish to use MPFR C++ in
63 #define MPREAL_HAVE_DYNAMIC_STD_NUMERIC_LIMITS // Enable extended std::numeric_limits<mpfr::mpreal> specialization.
65 // See std::numeric_limits<mpfr::mpreal> at the end of the file for more information.
112 #define MPFR_USE_INTMAX_T // Should be defined before mpfr.h
118 #else // MPFR relies on intmax_t which is available only in msvc2010
162 namespace mpfr { namespace
    [all...]
  /ndk/build/tools/
build-mingw64-toolchain.sh 175 --mpfr-version=*) MPFR_VERSION=$optarg;;
226 --mpfr-version=<version> Select libmpfr version [$MPFR_VERSION]."
421 download_package http://ftp.gnu.org/gnu/mpfr/mpfr-$MPFR_VERSION.tar.bz2
537 build_host_package mpfr-$MPFR_VERSION $BASE_HOST_OPTIONS
538 var_append BASE_HOST_OPTIONS "--with-mpfr=$INSTALL_DIR"
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh 176 --mpfr-version=*) MPFR_VERSION=$optarg;;
227 --mpfr-version=<version> Select libmpfr version [$MPFR_VERSION]."
432 download_package http://ftp.gnu.org/gnu/mpfr/mpfr-$MPFR_VERSION.tar.bz2
576 build_host_package mpfr-$MPFR_VERSION $BASE_HOST_OPTIONS
577 var_append BASE_HOST_OPTIONS "--with-mpfr=$INSTALL_DIR"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 273 --mpfr-version=*) MPFR_VERSION=$optarg
360 echo " --mpfr-version=VERSION MPFR version numner [$MPFR_VERSION]"
1269 local SUBDIRS="binutils build gcc gdb gold gmp mpfr mpc isl cloog"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
build-precise-multilib-toolchain.sh 275 --mpfr-version=*) MPFR_VERSION=$optarg
362 echo " --mpfr-version=VERSION MPFR version numner [$MPFR_VERSION]"
1271 local SUBDIRS="binutils build gcc gdb gold gmp mpfr mpc isl cloog"
    [all...]
  /toolchain/binutils/binutils-2.25/
Makefile.def 57 host_modules= { module= mpfr; lib_path=.libs; bootstrap=true;
307 dependencies = { module=all-gcc; on=all-mpfr; };
345 dependencies = { module=configure-mpfr; on=all-gmp; };
346 dependencies = { module=configure-mpc; on=all-mpfr; };
configure     [all...]

Completed in 2522 milliseconds