HomeSort by relevance Sort by last modified time
    Searched refs:gmp (Results 1 - 25 of 28) 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.
  /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...]
  /frameworks/wilhelm/src/android/
android_GenericMediaPlayer.h 33 explicit MediaPlayerNotificationClient(GenericMediaPlayer* gmp);
android_GenericMediaPlayer.cpp 50 MediaPlayerNotificationClient::MediaPlayerNotificationClient(GenericMediaPlayer* gmp) :
51 mGenericMediaPlayer(gmp),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build.sh 167 # (gmp and whatnot).
283 # The GCC build in Android is insane and stores gmp and friends as tarballs and
291 log "gmp-$GMP_VERSION: Extracting" &&
292 tar xf $TOOLCHAIN_DIR/gmp/gmp-$GMP_VERSION.tar.bz2 -C $EXTRACTED_PACKAGES
324 build_host_package gmp-$GMP_VERSION $BASE_HOST_OPTIONS
325 var_append BASE_HOST_OPTIONS "--with-gmp=$SUPPORT_DIR"
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/
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
  /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.
doc.go 30 See $GOROOT/misc/cgo/stdio and $GOROOT/misc/cgo/gmp for examples. See
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
main.go 5 // Cgo; see gmp.go for an overview.
doc.go 30 See $GOROOT/misc/cgo/stdio and $GOROOT/misc/cgo/gmp for examples. See
    [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-linux-glibc2.15-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 716 milliseconds

1 2