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

  /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/tools/mpfr/
Makefile 6 CONFIGURE_ARGS+= --with-gmp=${TOOLDIR:Q}
  /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}
Makefile 77 --with-gmp=${TOOLDIR} \
  /src/tools/mpc/
Makefile 6 CONFIGURE_ARGS+= --with-gmp=${TOOLDIR:Q} \
  /src/tools/isl/
Makefile 5 CONFIGURE_ARGS+= --with-gmp-prefix=${TOOLDIR:Q} \
  /src/sys/dev/ic/
dw_hdmi.h 62 uint32_t gmp; member in struct:dwhdmi_mpll_config
dw_hdmi_phy.c 307 dwhdmi_phy_i2c_write(sc, mpll_conf->gmp, HDMI_PHY_I2C_GMPCTRL);
  /src/libexec/identd/
identd.c 944 char **gmp; local in function:change_format
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/tools/gdb/
Makefile 16 --with-gmp=${TOOLDIR}
132 cp -p ${GMPINC}/gmp.h ${.OBJDIR}/.native/include
  /src/tools/
Makefile 29 TOOLCHAIN_BITS+= gmp .WAIT
  /src/lib/
Makefile 102 # GCC and GDB >= 13 require GMP.
107 SUBDIR+= ../external/lgpl3/gmp/lib/libgmp

Completed in 38 milliseconds