Home
last modified time | relevance | path

Searched refs:arithlib (Results 1 – 16 of 16) sorted by relevance

/dports/math/reduce/Reduce-svn5758-src/scripts/
H A Dfindhost.sh138 arithlib=
173 --with-arithlib=no | --without-arithlib)
174 arithlib=
176 --with-arithlib*)
177 arithlib=-arithlib
247 echo $host$m32$m64$nogui$fox$wx$test$experiment$arithlib$conservative$nothrow$debug
H A Drun.sh43 --arithlib)
44 arithlib="-arithlib"
57 version="$fox$wx$arithlib$conservative$debug"
H A Dfilter.sh37 *--with-arithlib* | \
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Dtime-arith.sh34 using namespace arithlib;
49 echo Time using arithlib directly from C++
H A DMakefile70 arithtest: arithtest.cpp arithlib.hpp
H A Dheaders.h47 #error The version configure --with-arithlib needs a C++17 compiler.
H A Dnewallocate.cpp1393 which[j] = arithlib::mersenne_twister() % (conses/3); in initHeapSegments()
1419 n1 = arithlib::mersenne_twister(); in initHeapSegments()
H A DMakefile.am280 if arithlib
285 else !arithlib
287 endif !arithlib
909 if arithlib
943 endif arithlib
H A Dconfigure.ac699 AC_ARG_WITH(arithlib,
700 AS_HELP_STRING([--with-arithlib],
701 [arithlib.hpp version]),
709 AC_DEFINE(ARITHLIB, [1], [Work on a transition to use of arithlib.hpp for bignums])
1828 AM_CONDITIONAL(arithlib, test "x$with_arithlib" = "xyes")
H A Darithtest.cpp56 using namespace arithlib;
H A Dconfig.h.in3 /* Work on a transition to use of arithlib.hpp for bignums */
H A Darithlib.hpp1422 #error Internal inconsistency in arithlib.hpp: memory allocation strategy. in allocate()
11185 namespace arithlib namespace
H A Dconfigure1563 --with-arithlib arithlib.hpp version
/dports/math/reduce/Reduce-svn5758-src/
H A Dparbuild.sh29 *conservative* | *arithlib*)
H A Dconfigure.ac575 AC_ARG_WITH(arithlib, optwith
576 AS_HELP_STRING([--with-arithlib],
577 [development of arithlib.hpp support (CSL only)]),
H A Dconfigure1490 --with-arithlib development of arithlib.hpp support (CSL only)