HomeSort by relevance Sort by last modified time
    Searched refs:mpfr (Results 1 - 15 of 15) 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/main/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 3 Based on MPFR library: http://mpfr.org
5 Project homepage: http://www.holoborodko.com/pavel/mpfr
87 #define MPFR_USE_INTMAX_T // Should be defined before mpfr.h
93 #else // MPFR relies on intmax_t which is available only in msvc2010
94 #undef MPREAL_HAVE_INT64_SUPPORT // Besides, MPFR & MPIR have to be compiled with msvc2010
121 #include <mpfr.h>
137 namespace mpfr { namespace
401 // MPFR 2.4.0 Specifics
413 // MPFR 3.0.0 Specifics
    [all...]
  /ndk/build/tools/
download-toolchain-sources.sh 193 toolchain_clone mpfr
212 toolchain_checkout "" $BRANCH mpfr .
build-gcc.sh 64 register_var_option "--mpfr-version=<version>" MPFR_VERSION "Specify mpfr version"
203 fix_option MPFR_VERSION "$OPTION_MPFR_VERSION" "mpfr version"
204 if [ ! -f $SRC_DIR/mpfr/mpfr-$MPFR_VERSION.tar.bz2 ] ; then
205 echo "ERROR: Missing mpfr sources: $SRC_DIR/mpfr/mpfr-$MPFR_VERSION.tar.bz2"
206 echo " Use --mpfr-version=<version> to specify alternative."
377 --with-mpfr-version=$MPFR_VERSION
    [all...]
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"
build-host-gcc.sh 119 register_var_option "--mpfr-version=<version>" MPFR_VERSION "Select mpfr version"
762 # with the gmp/mpfr/mpc/binutils/gcc configure scripts.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/
build-lucid-multilib-toolchain.sh 270 --mpfr-version=*) MPFR_VERSION=$optarg
357 echo " --mpfr-version=VERSION MPFR version numner [$MPFR_VERSION]"
1266 local SUBDIRS="binutils build gcc gdb gold gmp mpfr mpc isl cloog"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 270 --mpfr-version=*) MPFR_VERSION=$optarg
357 echo " --mpfr-version=VERSION MPFR version numner [$MPFR_VERSION]"
1266 local SUBDIRS="binutils build gcc gdb gold gmp mpfr mpc isl cloog"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
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"

Completed in 607 milliseconds