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

  /external/eigen/unsupported/test/
mpreal_support.cpp 7 using namespace 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...]
  /ndk/build/tools/
build-gcc.sh 60 register_var_option "--mpfr-version=<version>" MPFR_VERSION "Specify mpfr version"
157 fix_option MPFR_VERSION "$OPTION_MPFR_VERSION" "mpfr version"
158 if [ ! -f $SRC_DIR/mpfr/mpfr-$MPFR_VERSION.tar.bz2 ] ; then
159 echo "ERROR: Missing mpfr sources: $SRC_DIR/mpfr/mpfr-$MPFR_VERSION.tar.bz2"
160 echo " Use --mpfr-version=<version> to specify alternative."
291 --with-mpfr-version=$MPFR_VERSION
    [all...]
download-toolchain-sources.sh 193 toolchain_clone mpfr
209 toolchain_checkout "" $BRANCH mpfr .
build-mingw64-toolchain.sh 183 --mpfr-version=*) MPFR_VERSION=$optarg;;
204 echo " --mpfr-version=<version> Select libmpfr version [$MPFR_VERSION]."
398 download_package http://ftp.gnu.org/gnu/mpfr/mpfr-$MPFR_VERSION.tar.bz2
514 build_host_package mpfr-$MPFR_VERSION $BASE_HOST_OPTIONS
515 var_append BASE_HOST_OPTIONS "--with-mpfr=$INSTALL_DIR"
build-host-gcc.sh 119 register_var_option "--mpfr-version=<version>" MPFR_VERSION "Select mpfr version"
762 # with the gmp/mpfr/mpc/binutils/gcc configure scripts.
    [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.cpp 2 Multi-precision real number class. C++ interface fo MPFR library.
73 namespace mpfr{ namespace
131 mpfr_init2(mp,(mp_prec_t) mpf_get_prec(u)); // (gmp: mp_bitcnt_t) unsigned long -> long (mpfr: mp_prec_t)
439 // Use MPFR native function for output
539 if(exp>0) out += "e+"+mpfr::toString<mp_exp_t>(exp,std::dec);
540 else out += "e"+mpfr::toString<mp_exp_t>(exp,std::dec);
mpreal.h 2 Multi-precision real number class. C++ interface for MPFR library.
89 #define MPFR_USE_INTMAX_T // should be defined before mpfr.h
94 #else // MPFR relies on intmax_t which is available only in msvc2010
95 #undef MPREAL_HAVE_INT64_SUPPORT // Besides, MPFR - MPIR have to be compiled with msvc2010
122 #include <mpfr.h>
128 namespace mpfr { namespace
391 // MPFR 2.4.0 Specifics
399 // MPFR 3.0.0 Specifics
456 // MPFR < 2.4.2 Specifics
536 // mpfr::mpreal=<DebugView> ; Show value only
    [all...]
  /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 244 milliseconds