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

1 2

  /prebuilts/go/darwin-x86/misc/cgo/stdio/
file.go 10 see ../gmp/gmp.go.
  /prebuilts/go/linux-x86/misc/cgo/stdio/
file.go 10 see ../gmp/gmp.go.
  /external/valgrind/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...]
  /prebuilts/go/darwin-x86/misc/cgo/gmp/
gmp.go 7 multiprecision library gmp's integer type mpz_t wrapped to look like
15 (gmp, in this example). The third, gcc.c, is a C source file for gcc;
21 // #include <gmp.h>
38 For example, mpz_t is defined in <gmp.h> as:
67 be told to initialize this pointer). For example, if the gmp library
99 package gmp package
103 #include <gmp.h>
106 // gmp 5.0.0+ changed the type of the 3rd argument to mp_bitcnt_t,
136 // Int promises that the zero value is a 0, but in gmp
138 // init bool says whether this is a valid gmp value
    [all...]
  /prebuilts/go/linux-x86/misc/cgo/gmp/
gmp.go 7 multiprecision library gmp's integer type mpz_t wrapped to look like
15 (gmp, in this example). The third, gcc.c, is a C source file for gcc;
21 // #include <gmp.h>
38 For example, mpz_t is defined in <gmp.h> as:
67 be told to initialize this pointer). For example, if the gmp library
99 package gmp package
103 #include <gmp.h>
106 // gmp 5.0.0+ changed the type of the 3rd argument to mp_bitcnt_t,
136 // Int promises that the zero value is a 0, but in gmp
138 // init bool says whether this is a valid gmp value
    [all...]
  /prebuilts/go/darwin-x86/test/bench/shootout/
pidigits.c 39 #include <gmp.h>
timing.sh 39 if pkg-config --cflags gmp >/dev/null 2>&1
  /prebuilts/go/linux-x86/test/bench/shootout/
pidigits.c 39 #include <gmp.h>
timing.sh 39 if pkg-config --cflags gmp >/dev/null 2>&1
  /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.8/
build-lucid-multilib-toolchain.sh 271 --gmp-version=*) GMP_VERSION=$optarg
359 echo " --gmp-version=VERSION GMP version number [$GMP_VERSION]"
824 echo "GMP target name: $GMP_TARGET"
825 echo "GMP ABI: $GMP_ABI"
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 273 --gmp-version=*) GMP_VERSION=$optarg
361 echo " --gmp-version=VERSION GMP version number [$GMP_VERSION]"
826 echo "GMP target name: $GMP_TARGET"
827 echo "GMP ABI: $GMP_ABI"
1271 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/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.15-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
  /ndk/build/tools/
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-w64-mingw32-4.8/
build-mingw64-toolchain.sh 128 # GMP moving home?
130 # GMP_URL=ftp://ftp.gmplib.org/pub/gmp-$GMP_VERSION/
133 GMP_URL=http://ftp.gnu.org/gnu/gmp/
175 --gmp-version=*) GMP_VERSION=$optarg;;
226 --gmp-version=<version> Select libgmp version [$GMP_VERSION]."
431 download_package ${GMP_URL}gmp-${GMP_VERSION}.tar.bz2
573 build_host_package gmp-$GMP_VERSION $BASE_HOST_OPTIONS
574 var_append BASE_HOST_OPTIONS "--with-gmp=$INSTALL_DIR"
  /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-linux-glibc2.15-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/go/darwin-x86/src/cmd/cgo/
main.go 5 // Cgo; see gmp.go for an overview.
  /prebuilts/go/linux-x86/src/cmd/cgo/
main.go 5 // Cgo; see gmp.go for an overview.

Completed in 9105 milliseconds

1 2