Home
last modified time | relevance | path

Searched refs:mcpp (Results 1 – 25 of 112) sorted by relevance

12345

/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/mcpp/
H A Dpyomo_mcpp.py179 return mcpp
254 ans = self.mcpp.try_unary_fcn(self.mcpp.reciprocal, data[0])
260 ans = self.mcpp.try_unary_fcn(self.mcpp.mc_abs, data[0])
275 ans = self.mcpp.try_unary_fcn(self.mcpp.logarithm, data[0])
277 ans = self.mcpp.try_unary_fcn(self.mcpp.trigSin, data[0])
279 ans = self.mcpp.try_unary_fcn(self.mcpp.trigCos, data[0])
281 ans = self.mcpp.try_unary_fcn(self.mcpp.trigTan, data[0])
283 ans = self.mcpp.try_unary_fcn(self.mcpp.atrigSin, data[0])
285 ans = self.mcpp.try_unary_fcn(self.mcpp.atrigCos, data[0])
287 ans = self.mcpp.try_unary_fcn(self.mcpp.atrigTan, data[0])
[all …]
H A Dbuild.py32 mcpp = os.environ['MCPP_ROOT']
34 mcpp = find_dir('mcpp', cwd=True, pathlist=pathlist)
35 if mcpp:
36 print("Found MC++ at %s" % ( mcpp, ))
49 os.path.join(mcpp, 'src', 'mc'),
50 os.path.join(mcpp, 'src', '3rdparty', 'fadbad++'),
H A Dsetup.py12 from pyomo.contrib.mcpp import build
/dports/devel/mcpp/mcpp-2.7.2/noconfig/
H A Dborlandc.mak17 # To make mcpp.lib (subroutine-build of mcpp) do:
20 # To make testmain.c (sample to use mcpp.lib) against mcpp.lib do
25 NAME = mcpp
62 $(OBJS) : mcpp.H
81 -del *.obj *.exe *.bak mcpp.H *.i *.tds *.lib *.dll mcpp$(DLL_VER).* *.so
94 tlib mcpp.lib $(ADD_OBJS)
105 implib mcpp$(DLL_VER).lib mcpp$(DLL_VER).dll
108 copy mcpp.lib $(LIBDIR)
117 del $(LIBDIR)\mcpp.lib $(LIBDIR)\mcpp$(DLL_VER).lib \
120 del $(INCDIR)\mcpp*
[all …]
H A Dvisualc.mak13 # To make mcpp.lib (subroutine-build of mcpp) do:
16 # To make testmain.c (sample to use mcpp.lib) against mcpp.lib do
23 NAME = mcpp
64 mcpp.H : system.H internal.H
66 $(OBJS) : mcpp.H
105 lib -out:mcpp$(LIBSUFFIX).lib $(OBJS)
116 copy mcpp$(LIBSUFFIX).lib $(LIBDIR)
126 del $(LIBDIR)\mcpp$(LIBSUFFIX).lib \
130 del $(INCDIR)\mcpp*
136 LINKLIB = mcpp$(DLL_VER)$(LIBSUFFIX).lib
[all …]
H A Dlcc_w32.mak20 NAME = mcpp.exe
53 #mcpp.H : system.H noconfig.H internal.H
55 #$(OBJS) : mcpp.H
81 -del mcpp.lib
82 lcclib -out:mcpp.lib $(OBJS)
88 copy mcpp.lib $(LIBDIR)
89 copy mcpp$(DLL_VER).lib $(LIBDIR)
90 copy mcpp$(DLL_VER).dll $(BINDIR)
98 del $(LIBDIR)\mcpp.lib $(LIBDIR)\mcpp$(DLL_VER).lib \
99 $(BINDIR)\mcpp$(DLL_VER).dll
[all …]
H A Dmac_osx.mak30 # NAME: name of mcpp executable
31 NAME = mcpp
32 #NAME = powerpc-apple-darwin9-mcpp
33 #NAME = i686-apple-darwin9-mcpp
124 mcpp.H : system.H noconfig.H internal.H
132 $(OBJS) : mcpp.H
152 -rm *.o *.so $(NAME) mcpp.H mcpp.err libmcpp.*
174 # mcpp 2.6.*: 0, mcpp 2.7: 1, mcpp 2.7.1: 2, mcpp 2.7.2: 3
176 # mcpp 2.6.3: 0, mcpp 2.6.4: 1, mcpp 2.7, 2.7.1, 2.7.2: 0
178 # mcpp 2.6.*: 0, mcpp 2.7: 1, mcpp 2.7.1: 2, mcpp 2.7.2: 3
[all …]
H A Dlinux.mak17 # To make libmcpp (subroutine build of mcpp) and mcpp binary linking it:
29 # NAME: name of mcpp executable
30 NAME = mcpp
115 mcpp.H : system.H noconfig.H internal.H
123 $(OBJS) : mcpp.H
143 -rm *.o *.so $(NAME) mcpp.H mcpp.err libmcpp.*
165 # mcpp 2.6.*: 0, mcpp 2.7: 1, mcpp 2.7.1: 2, mcpp 2.7.2: 3
167 # mcpp 2.6.3: 0, mcpp 2.6.4: 1, mcpp 2.7, 2.7.1, 2.7.2: 0
169 # mcpp 2.6.*: 0, mcpp 2.7: 1, mcpp 2.7.1: 2, mcpp 2.7.2: 3
192 rm -f $(INCDIR)/mcpp*
[all …]
H A Dfreebsd.mak17 # To make libmcpp (subroutine build of mcpp):
30 # NAME: name of mcpp executable
31 NAME ?= mcpp
105 mcpp.H : system.H noconfig.H internal.H
113 $(OBJS) : mcpp.H
133 -rm *.o *.so $(NAME) mcpp.H mcpp.err libmcpp.*
154 # mcpp 2.6.*: 0, mcpp 2.7: 1, mcpp 2.7.1: 2, mcpp 2.7.2: 3
156 # mcpp 2.6.3: 0, mcpp 2.6.4: 1, mcpp 2.7, 2.7.1, 2.7.2: 0
158 # mcpp 2.6.*: 0, mcpp 2.7: 1, mcpp 2.7.1: 2, mcpp 2.7.2: 3
182 rm -f $(INCDIR)/mcpp*
[all …]
H A Dcygwin.mak14 # To make libmcpp (subroutine build of mcpp):
26 # NAME: name of mcpp executable
27 NAME = mcpp
36 # for MCPP to output a bit verbose diagnosis to "mcpp.err"
43 # BINDIR: directory to install mcpp: /usr/bin or /usr/local/bin
89 mcpp.H : system.H noconfig.H internal.H
91 $(CC) -v -E -Wp,-b $(CPPFLAGS) $(CPPOPTS) -o mcpp.H preproc.c
97 $(OBJS) : mcpp.H
117 -rm *.o *.so *.exe mcpp.H mcpp.err libmcpp.* cygmcpp.*
156 rm -f $(INCDIR)/mcpp*
[all …]
H A Dmingw.mak17 # To make libmcpp (subroutine build of mcpp):
29 # NAME: name of mcpp executable
30 NAME = mcpp
44 # BINDIR: directory to install mcpp: /usr/bin or /usr/local/bin
95 mcpp.H : system.H noconfig.H internal.H
97 $(CC) -v -E -Wp,-b $(CPPFLAGS) $(CPPOPTS) $(MEM_MACRO) -o mcpp.H preproc.c
103 $(OBJS) : mcpp.H
123 -rm *.o *.so *.exe cc1.exe mcpp.H mcpp.err libmcpp.*
162 rm -f $(INCDIR)/mcpp*
165 # use mcpp as a subroutine from testmain.c
/dports/devel/mcpp/mcpp-2.7.2/
H A DMakefile.am9 man_page = mcpp-gcc
11 man_page = mcpp
17 $(top_srcdir)/mcpp.1 $(top_srcdir)/mcpp-gcc.1 $(top_srcdir)/config \
30 $(DESTDIR)$(prefix)/share/doc/mcpp
31 cp -pf $(top_srcdir)/doc/mcpp-manual.html \
32 $(DESTDIR)$(prefix)/share/doc/mcpp
33 cp -pf $(top_srcdir)/doc-jp/mcpp-manual.html \
34 $(DESTDIR)$(prefix)/share/doc/mcpp/mcpp-manual-jp.html
36 rm -rf $(DESTDIR)$(prefix)/share/doc/mcpp
H A DINSTALL2 source. For further details, please refer to mcpp-porting.html.
35 this document ${mcpp-dir} represents the path of 'mcpp-${VERSION}'
58 ${mcpp-dir}/configure; make; make install
63 ${mcpp-dir}/configure --prefix=/usr; make; make install
89 make DESTDIR=/tmp/mcpp install
99 can use "CFLAGS+='-ggdb -O0'" option to debug mcpp by gdb.
162 ${mcpp-dir}/configure --with-gcc-testsuite-dir=DIR \
338 ${mcpp-dir}/configure
374 ${mcpp-dir}/configure --help
391 system.c. (Refer mcpp-porting.html 4.2).
[all …]
H A DMakefile.in200 @REPLACE_CPP_FALSE@man_page = mcpp
201 @REPLACE_CPP_TRUE@man_page = mcpp-gcc
205 $(top_srcdir)/mcpp.1 $(top_srcdir)/mcpp-gcc.1 $(top_srcdir)/config \
700 @REPLACE_CPP_FALSE@ $(DESTDIR)$(prefix)/share/doc/mcpp
701 @REPLACE_CPP_FALSE@ cp -pf $(top_srcdir)/doc/mcpp-manual.html \
702 @REPLACE_CPP_FALSE@ $(DESTDIR)$(prefix)/share/doc/mcpp
703 @REPLACE_CPP_FALSE@ cp -pf $(top_srcdir)/doc-jp/mcpp-manual.html \
704 @REPLACE_CPP_FALSE@ $(DESTDIR)$(prefix)/share/doc/mcpp/mcpp-manual-jp.html
706 @REPLACE_CPP_FALSE@ rm -rf $(DESTDIR)$(prefix)/share/doc/mcpp
H A DREADME35 http://mcpp.sourceforge.net/
37 Please read mcpp-summary.pdf for the overview of MCPP and Validation
44 All the files except mcpp-summary.pdf are normal text files. In the
H A DChangeLog39 * Made library-build install also an mcpp executable and minimal
127 Added comments on system headers in Mac OS X. (mcpp-manual.html)
197 * Added documentation on source checking of glibc 2.4. (mcpp-
201 install also mcpp-manual.html.
212 * Fixed a bug of mcpp specific directives such as #debug or #
226 * Added MCPP_LIB setting to use mcpp as a subroutine from other
235 (INSTALL, mcpp-porting.html, mcpp-manual.html)
258 invoke mcpp or GCC's cc1/cc1plus from it, because MinGW GCC
277 build of mcpp. Made compiler-specific-build to be installed
321 * Removed some manuscript files of mcpp-summary.pdf from the
H A Dconfigure.ac7 AC_INIT( mcpp, 2.7.2, kmatsui@t3.rim.or.jp) package
28 mcpp=`$CPP $CFLAGS -xc -v /dev/null 2>&1 | grep 'MCPP'`
29 if test "x$mcpp" != x; then
90 [Replace the resident preprocessor with mcpp]),
101 ## Enable to build mcpp into cross-compiler of Apple-GCC
424 [Build libmcpp rather than stand-alone mcpp])
458 mkdir mcpp-tmp
459 cd mcpp-tmp
479 rm -rf mcpp-tmp next
590 AC_MSG_CHECKING( for the directory to install mcpp)
[all …]
H A DNEWS17 2. Made subroutine-build also install an mcpp executable and minimal
65 mcpp-manual.html.
111 replace-cpp option which generates compiler-specific-build of mcpp.
/dports/devel/mcpp/mcpp-2.7.2/src/
H A DMakefile.in84 @MCPP_LIB_FALSE@ mcpp-directive.$(OBJEXT) mcpp-eval.$(OBJEXT) \
85 @MCPP_LIB_FALSE@ mcpp-expand.$(OBJEXT) mcpp-mbchar.$(OBJEXT) \
86 @MCPP_LIB_FALSE@ mcpp-support.$(OBJEXT) mcpp-system.$(OBJEXT)
384 @rm -f mcpp$(EXEEXT)
402 mcpp-main.o: main.c
405 mcpp-main.obj: main.c
414 mcpp-eval.o: eval.c
417 mcpp-eval.obj: eval.c
420 mcpp-expand.o: expand.c
426 mcpp-mbchar.o: mbchar.c
[all …]
H A Dset_mcpp.sh107 idir=mcpp-gcc
113 idir=mingw/mcpp-gcc
125 echo '#!/bin/sh' > mcpp.sh
131 shname=mcpp
152 mcpp_name=mcpp
153 if test $host_system = SYS_MAC && test -f ${target}-mcpp; then
154 mcpp_name=${target}-mcpp ## long name of Mac OS X cross-compiler
156 echo $cpp_path/$mcpp_name '"$@"' >> mcpp.sh
157 chmod a+x mcpp.sh
200 $LN_S mcpp.sh $cpp_name
H A DMakefile.am5 bin_PROGRAMS = mcpp program
21 bin_PROGRAMS = mcpp program
H A Dunset_mcpp.sh26 rm -fr $inc_dir/mcpp-gcc*
37 rm -f $cpp_name mcpp.sh
/dports/archivers/bicom/bicom-1.01/bialib/
H A Dsufftree.h182 U32 mcpp; variable
186 {children=prevexcls=mcpmisses=0;clen=mcpp=mcpmissp=0;} in Clear()
/dports/devel/ice37/ice-3.7.2/cpp/src/Slice/
H A DMakefile.mk8 Slice_libs := mcpp
/dports/devel/php-ice37/ice-3.7.2/cpp/src/Slice/
H A DMakefile.mk8 Slice_libs := mcpp

12345