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

  /external/valgrind/main/drd/scripts/
download-and-build-gcc 6 # are called gmp-devel and mpfr-devel.
18 #GMP_PREFIX=$HOME/gmp-5.0.1
26 if [ ! -e $GMP_PREFIX/include/gmp.h ]; then
27 echo "Please install the gmp library development package first."
69 --with-gmp=$GMP_PREFIX \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/examples/
sample.c 29 #include <gmp.h>
rndo-add.c 34 #include <gmp.h>
version.c 2 * Output various information about GMP and MPFR.
29 #include <gmp.h>
32 /* The following failure can occur if GMP has been rebuilt with
34 * 1. GMP built with ABI=mode32.
35 * 2. MPFR built against this GMP version.
36 * 3. GMP rebuilt with ABI=32.
58 printf ("GMP ..... Library: %-12s Header: %d.%d.%d\n",
71 printf (", GMP internals = %s\nMPFR tuning: %s",
97 printf ("The GMP library expects %lu bits in a mp_limb_t.\n", c);
100 "Different ABI caused by a GMP library upgrade?\n")
    [all...]
  /frameworks/wilhelm/src/android/
android_GenericMediaPlayer.h 33 MediaPlayerNotificationClient(GenericMediaPlayer* gmp);
android_GenericMediaPlayer.cpp 50 MediaPlayerNotificationClient::MediaPlayerNotificationClient(GenericMediaPlayer* gmp) :
51 mGenericMediaPlayer(gmp),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/
build-lucid-multilib-toolchain.sh 268 --gmp-version=*) GMP_VERSION=$optarg
356 echo " --gmp-version=VERSION GMP version number [$GMP_VERSION]"
821 echo "GMP target name: $GMP_TARGET"
822 echo "GMP ABI: $GMP_ABI"
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 268 --gmp-version=*) GMP_VERSION=$optarg
356 echo " --gmp-version=VERSION GMP version number [$GMP_VERSION]"
821 echo "GMP target name: $GMP_TARGET"
822 echo "GMP ABI: $GMP_ABI"
1266 local SUBDIRS="binutils build gcc gdb gold gmp mpfr mpc isl cloog"
    [all...]
  /ndk/build/tools/
download-toolchain-sources.sh 192 toolchain_clone gmp
211 toolchain_checkout "" $BRANCH gmp .
build-llvm.sh 42 register_var_option "--gmp-version=<version>" GMP_VERSION "Specify gmp version"
93 GMP_SOURCE=$SRC_DIR/gmp/gmp-$GMP_VERSION.tar.bz2
95 echo "ERROR: Source directory does not contain gmp: $GMP_SOURCE"
193 fail_panic "Couldn't unpack $SRC_DIR/gmp/gmp-$GMP_VERSION to $BUILD_OUT"
195 GMP_BUILD_OUT=$BUILD_OUT/gmp-$GMP_VERSION
197 fail_panic "Couldn't cd into gmp build path: $GMP_BUILD_OUT"
208 fail_panic "Couldn't configure gmp"
    [all...]
build-host-gcc.sh 116 register_var_option "--gmp-version=<version>" GMP_VERSION "Select gmp version"
386 # gmp-0.81 -> 0
762 # with the gmp/mpfr/mpc/binutils/gcc configure scripts.
778 # Sanity check for GMP which doesn't build with x86_64-w64-mingw32-gcc
783 dump "Please use --gmp-version=5.0.5 to fix this."
904 # $1: component name (e.g. gmp-4.2.4)
    [all...]
build-mingw64-toolchain.sh 127 # GMP moving home?
129 # GMP_URL=ftp://ftp.gmplib.org/pub/gmp-$GMP_VERSION/
132 GMP_URL=http://ftp.gnu.org/gnu/gmp/
174 --gmp-version=*) GMP_VERSION=$optarg;;
225 --gmp-version=<version> Select libgmp version [$GMP_VERSION]."
420 download_package ${GMP_URL}gmp-${GMP_VERSION}.tar.bz2
534 build_host_package gmp-$GMP_VERSION $BASE_HOST_OPTIONS
535 var_append BASE_HOST_OPTIONS "--with-gmp=$INSTALL_DIR"
build-gcc.sh 61 register_var_option "--gmp-version=<version>" GMP_VERSION "Specify gmp version"
269 # Needed to build a 32-bit gmp on 64-bit systems
379 --with-gmp-version=$GMP_VERSION \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/
int.h 15 #include <gmp.h>
32 * to a gmp mpz_t, but in the future, different types such as long long
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
int.h 15 #include <gmp.h>
32 * to a gmp mpz_t, but in the future, different types such as long long
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh 127 # GMP moving home?
129 # GMP_URL=ftp://ftp.gmplib.org/pub/gmp-$GMP_VERSION/
132 GMP_URL=http://ftp.gnu.org/gnu/gmp/
174 --gmp-version=*) GMP_VERSION=$optarg;;
225 --gmp-version=<version> Select libgmp version [$GMP_VERSION]."
420 download_package ${GMP_URL}gmp-${GMP_VERSION}.tar.bz2
534 build_host_package gmp-$GMP_VERSION $BASE_HOST_OPTIONS
535 var_append BASE_HOST_OPTIONS "--with-gmp=$INSTALL_DIR"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/cloog/
int.h 8 #include <gmp.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
int.h 8 #include <gmp.h>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 639 /* Do not introduce a gmp.h dependency on the build system. */
641 #include <gmp.h>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/
mpfr.h 37 /* Check if GMP is included, and try to include it (Works with local GMP) */
39 # include <gmp.h>
42 /* GMP's internal __gmp_const macro has been removed on 2012-03-04:
43 http://gmplib.org:8000/gmp/rev/d287cfaf6732
45 definition is no longer present in GMP, this probably means that GMP
49 in GMP. */
97 up to GMP 5). */
221 /* GMP defines
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/
mpfr.h 37 /* Check if GMP is included, and try to include it (Works with local GMP) */
39 # include <gmp.h>
42 /* GMP's internal __gmp_const macro has been removed on 2012-03-04:
43 http://gmplib.org:8000/gmp/rev/d287cfaf6732
45 definition is no longer present in GMP, this probably means that GMP
49 in GMP. */
97 up to GMP 5). */
221 /* GMP defines
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/include/
mpfr.h 37 /* Check if GMP is included, and try to include it (Works with local GMP) */
39 # include <gmp.h>
42 /* GMP's internal __gmp_const macro has been removed on 2012-03-04:
43 http://gmplib.org:8000/gmp/rev/d287cfaf6732
45 definition is no longer present in GMP, this probably means that GMP
49 in GMP. */
97 up to GMP 5). */
221 /* GMP defines
    [all...]

Completed in 1423 milliseconds