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

  /external/valgrind/main/drd/scripts/
download-and-build-gcc 6 # are called gmp-devel and mpfr-devel.
20 #MPFR_PREFIX=$HOME/mpfr-2.4.2
31 if [ ! -e $MPFR_PREFIX/include/mpfr.h ]; then
32 echo "Please install the mpfr library development package first."
70 --with-mpfr=$MPFR_PREFIX \
  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/
build-toolchain.sh 131 for PROJECT in build binutils gcc gdb mpfr gmp gold; do
181 --mpfr-version=$MPFR_VERSION \
  /ndk/build/tools/
build-gcc.sh 55 register_var_option "--mpfr-version=<version>" MPFR_VERSION "Specify mpfr version"
149 fix_option MPFR_VERSION "$OPTION_MPFR_VERSION" "mpfr version"
150 if [ ! -f $SRC_DIR/mpfr/mpfr-$MPFR_VERSION.tar.bz2 ] ; then
151 echo "ERROR: Missing mpfr sources: $SRC_DIR/mpfr/mpfr-$MPFR_VERSION.tar.bz2"
152 echo " Use --mpfr-version=<version> to specify alternative."
228 --with-mpfr-version=$MPFR_VERSION
    [all...]
build-mingw64-toolchain.sh 162 --mpfr-version=*) MPFR_VERSION=$optarg;;
183 echo " --mpfr-version=<version> Select libmpfr version [$MPFR_VERSION]."
367 download_package http://ftp.gnu.org/gnu/mpfr/mpfr-$MPFR_VERSION.tar.bz2
442 build_host_package mpfr-$MPFR_VERSION $BASE_HOST_OPTIONS
443 var_append BASE_HOST_OPTIONS "--with-mpfr=$INSTALL_DIR"
download-toolchain-sources.sh 173 toolchain_clone mpfr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 223 --mpfr-version=*) MPFR_VERSION="$optarg"
303 echo " --mpfr-version=VERSION MPFR version numner [$MPFR_VERSION]."
428 build_mpfr_dir () { echo "$BUILD_DIR/$PHASE/mpfr"; }
1037 local SUBDIRS="binutils build gcc gdb gmp gold mpfr"
1240 # Third, build mpfr
1241 task2_define extract_mpfr "Extract sources from mpfr-$MPFR_VERSION"
1247 tar xjf $TOOLCHAIN_SRC_DIR/mpfr/mpfr-$MPFR_VERSION.tar.bz2
1250 task2_define configure_mpfr "Configure mpfr-$MPFR_VERSION
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
real.h 26 #include <mpfr.h>
472 /* Convert between MPFR and REAL_VALUE_TYPE. The caller is
473 responsible for initializing and clearing the MPFR parameter. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 253 --mpfr-version=*) MPFR_VERSION="$optarg"
336 echo " --mpfr-version=VERSION MPFR version numner [$MPFR_VERSION]"
492 build_mpfr_dir () { echo "$BUILD_DIR/$PHASE/mpfr"; }
1251 local SUBDIRS="binutils build gcc gdb gold gmp mpfr mpc"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 253 --mpfr-version=*) MPFR_VERSION="$optarg"
336 echo " --mpfr-version=VERSION MPFR version numner [$MPFR_VERSION]"
492 build_mpfr_dir () { echo "$BUILD_DIR/$PHASE/mpfr"; }
1251 local SUBDIRS="binutils build gcc gdb gold gmp mpfr mpc"
    [all...]

Completed in 254 milliseconds