HomeSort by: relevance | last modified time | path
    Searched refs:gmp (Results 1 - 25 of 122) sorted by relevancy

1 2 3 4 5

  /src/tools/gmp/
Makefile 4 GNUHOSTDIST= ${.CURDIR}/../../external/lgpl3/gmp/dist
12 # GMP uses 8-byte alignment for 16-byte align-requiring things that break
31 # mknative-gmp support
35 native-gmp: .native/.configure_done
36 @echo 'Extracting GNU GMP configury for a native toolchain.'
38 ${MAKE} -f ${.CURDIR}/../../external/lgpl3/gmp/Makefile.netbsd-gmp copy-files)
44 ${MAKE} -f ${.CURDIR}/../../external/lgpl3/gmp/Makefile.netbsd-gmp all)
  /src/external/lgpl3/gmp/dist/doc/
Makefile.am 35 info_TEXINFOS = gmp.texi
  /src/tools/mpfr/
Makefile 6 CONFIGURE_ARGS+= --with-gmp=${TOOLDIR:Q}
  /src/external/mit/isl/dist/
mp_get_memory_functions.c 1 #include <gmp.h>
  /src/tools/gcc/
lgpl3.mk 4 .include "../../external/lgpl3/gmp/Makefile.arch"
8 GMP= ${NETBSDSRCDIR}/external/lgpl3/gmp
12 GMPOBJ!= cd ${GMP}/lib/libgmp && ${PRINTOBJDIR}
16 GMPINC= ${GMP}/lib/libgmp/arch/${GMP_MACHINE_ARCH}
21 --with-gmp-lib=${GMPOBJ} \
24 --with-gmp-include=${GMPINC}
  /src/tools/isl/
Makefile 5 CONFIGURE_ARGS+= --with-gmp-prefix=${TOOLDIR:Q} \
  /src/tools/mpc/
Makefile 6 CONFIGURE_ARGS+= --with-gmp=${TOOLDIR:Q} \
  /src/external/lgpl3/gmp/
build-gmp-Makefile.inc.awk 8 sub(/.*external\/lgpl3\/gmp\/dist\//, "", $3)
  /src/external/mit/isl/dist/include/isl/
val_gmp.h 4 #include <gmp.h>
  /src/external/lgpl3/mpfr/dist/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.
182 printf ("GMP ..... Library: %-12s Header: %d.%d.%d\n",
197 printf (", GMP internals = %s\nMPFR tuning: %s",
223 printf ("The GMP library expects %lu bits in a mp_limb_t.\n", c);
226 "Different ABI caused by a GMP library upgrade?\n")
    [all...]
  /src/external/lgpl3/gmp/dist/mini-gmp/tests/
Makefile 53 %.o: %.c $(MINI_GMP_DIR)/mini-gmp.h $(MINI_GMP_DIR)/mini-mpq.h hex-random.h mini-random.h
56 testutils.o: $(MINI_GMP_DIR)/mini-gmp.c $(MINI_GMP_DIR)/mini-mpq.c
  /src/external/lgpl3/gmp/dist/
Makefile.am 57 # GMP -version-info
97 # packages of gmp 2. Pretend gmp 2 was 2:0:0, so the interface changes for
98 # gmp 3 mean 3:0:0 is right.
104 # libgmpxx.so.3.0.4) incrementing, to make it clear which GMP it's from.
121 pkgconfig_DATA = gmp.pc
132 # gmp.h is architecture dependent, mainly since it encodes the limb size used
137 # the same $prefix and $exec_prefix, which might mean gmp.h is not found,
143 nodist_includeexec_HEADERS = gmp.h
146 BUILT_SOURCES = gmp.
    [all...]
  /src/external/lgpl3/mpc/lib/libmpc/
Makefile 15 LIBDPLIBS+= gmp ${.CURDIR}/../../../../lgpl3/gmp/lib/libgmp
108 # Find <mpfr.h> and <gmp.h>
109 .include "../../../gmp/Makefile.arch"
110 CPPFLAGS+= -I${NETBSDSRCDIR}/external/lgpl3/gmp/lib/libgmp/arch/${GMP_MACHINE_ARCH}
  /src/external/lgpl3/mpfr/dist/tools/
ck-copyright-notice 68 src/mini-gmp.[ch])
72 # This file (which comes from GMP) has a specific copyright notice.
  /src/external/gpl3/gcc/dist/contrib/
download_prerequisites 30 gmp='gmp-6.2.1.tar.bz2'
41 echo "${gmp}"
  /src/external/gpl3/gcc.old/dist/contrib/
download_prerequisites 30 gmp='gmp-6.2.1.tar.bz2'
38 echo "${gmp}"
  /src/sys/dev/ic/
dw_hdmi.h 62 uint32_t gmp; member in struct:dwhdmi_mpll_config
  /src/external/lgpl3/gmp/dist/mpn/x86/
t-zdisp2.pl 78 if (/gmp-mparam.h$/) {
88 my $file = "$File::Find::dir/gmp-mparam.h";
  /src/external/bsd/atf/dist/tools/
application.cpp 233 std::string gmp; local
235 gmp = " and " + m_global_manpage;
237 gmp + ".")
  /src/external/mit/isl/lib/libisl/
Makefile 82 LIBDPLIBS+= gmp ${.CURDIR}/../../../../lgpl3/gmp/lib/libgmp
169 # Find <gmp.h>
170 GMPDIR=${NETBSDSRCDIR}/external/lgpl3/gmp
  /src/libexec/identd/
identd.c 944 char **gmp; local
979 for (gmp = gr->gr_mem; *gmp && **gmp; gmp++) {
980 if (strcmp(*gmp, pw->pw_name) == 0) {
1002 for (gmp = gr->gr_mem; *gmp && **gmp; gmp++)
    [all...]
  /src/external/lgpl3/mpfr/lib/libmpfr/
Makefile 20 LIBDPLIBS+= gmp ${.CURDIR}/../../../gmp/lib/libgmp
166 mpfr-gmp.c \
304 # Find <gmp.h>
305 .include "../../../gmp/Makefile.arch"
306 CPPFLAGS+= -I${NETBSDSRCDIR}/external/lgpl3/gmp/lib/libgmp/arch/${GMP_MACHINE_ARCH}
  /src/tools/gdb/
Makefile 16 --with-gmp=${TOOLDIR}
132 cp -p ${GMPINC}/gmp.h ${.OBJDIR}/.native/include

Completed in 34 milliseconds

1 2 3 4 5