Home
last modified time | relevance | path

Searched refs:fparser (Results 26 – 50 of 272) sorted by relevance

1234567891011

/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/template/
H A Dcrash94.C5 class fparser
15 void fparser<int>::eval2(int r[2]) in eval2()
22 void fparser<Value_t>::evaltest in evaltest()
28 template class fparser<int>;
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/template/
H A Dcrash94.C5 class fparser
15 void fparser<int>::eval2(int r[2]) in eval2()
22 void fparser<Value_t>::evaltest in evaltest()
28 template class fparser<int>;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/template/
H A Dcrash94.C5 class fparser
15 void fparser<int>::eval2(int r[2]) in eval2()
22 void fparser<Value_t>::evaltest in evaltest()
28 template class fparser<int>;
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/template/
H A Dcrash94.C5 class fparser
15 void fparser<int>::eval2(int r[2]) in eval2()
22 void fparser<Value_t>::evaltest in evaltest()
28 template class fparser<int>;
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/template/
H A Dcrash94.C5 class fparser
15 void fparser<int>::eval2(int r[2]) in eval2()
22 void fparser<Value_t>::evaltest in evaltest()
28 template class fparser<int>;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/template/
H A Dcrash94.C5 class fparser
15 void fparser<int>::eval2(int r[2]) in eval2()
22 void fparser<Value_t>::evaltest in evaltest()
28 template class fparser<int>;
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/g++.dg/template/
H A Dcrash94.C5 class fparser
15 void fparser<int>::eval2(int r[2]) in eval2()
22 void fparser<Value_t>::evaltest in evaltest()
28 template class fparser<int>;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/template/
H A Dcrash94.C5 class fparser
15 void fparser<int>::eval2(int r[2]) in eval2()
22 void fparser<Value_t>::evaltest in evaltest()
28 template class fparser<int>;
/dports/math/fparser/fparser-4.5.2/
H A DMakefile.am1 fparserincludedir = $(includedir)/fparser
3 fparser.hh \
13 fparser.cc \
17 pkgconfig_DATA = fparser.pc
H A Dconfigure.ac1 AC_INIT([fparser], [4.5.2]) package
2 AC_CONFIG_SRCDIR([fparser.cc])
17 AC_OUTPUT(Makefile fparser.pc)
/dports/math/fparser/fparser-4.5.2/examples/
H A Dexample2.cc30 Parser fparser; in runExample() local
34 fparser.AddConstant("pi", Value_t(3.1415926535897932)); in runExample()
43 int res = fparser.Parse(function, "x"); in runExample()
47 << fparser.ErrorMsg() << "\n\n"; in runExample()
62 std::cout << "f(" << vals[0] << ") = " << fparser.Eval(vals) in runExample()
/dports/math/libmesh/libmesh-1.6.2/contrib/fparser/examples/
H A Dexample2.cc30 Parser fparser; in runExample() local
34 fparser.AddConstant("pi", Value_t(3.1415926535897932)); in runExample()
43 int res = fparser.Parse(function, "x"); in runExample()
47 << fparser.ErrorMsg() << "\n\n"; in runExample()
62 std::cout << "f(" << vals[0] << ") = " << fparser.Eval(vals) in runExample()
/dports/math/mathmod/mathmod-11.1/fparser/examples/
H A Dexample2.cc30 Parser fparser; in runExample() local
34 fparser.AddConstant("pi", Value_t(3.1415926535897932)); in runExample()
43 int res = fparser.Parse(function, "x"); in runExample()
47 << fparser.ErrorMsg() << "\n\n"; in runExample()
62 std::cout << "f(" << vals[0] << ") = " << fparser.Eval(vals) in runExample()
/dports/science/dynare/dynare-4.6.4/dynare++/parser/cc/
H A Dformula_tab.cc203 extern ogp::FormulaParser* fparser;
1426 {fparser->add_formula((yyvsp[0].integer));} in yyparse()
1432 …{fparser->add_formula(fparser->add_binary(ogp::code_t::MINUS,(yyvsp[-3].integer),(yyvsp[-1].intege… in yyparse()
1438 {fparser->add_formula((yyvsp[-1].integer));} in yyparse()
1492 {(yyval.integer)=fparser->add_unary(ogp::code_t::SIN,(yyvsp[-1].integer));} in yyparse()
1498 {(yyval.integer)=fparser->add_unary(ogp::code_t::COS,(yyvsp[-1].integer));} in yyparse()
1504 {(yyval.integer)=fparser->add_unary(ogp::code_t::TAN,(yyvsp[-1].integer));} in yyparse()
1540 …{(yyval.integer)=fparser->add_derivative((yyvsp[-3].integer), fparser->add_nulary((yyvsp[-1].strin… in yyparse()
1546 {(yyval.integer)=fparser->add_nulary((yyvsp[0].string));} in yyparse()
1552 {(yyval.integer)=fparser->add_nulary((yyvsp[0].string));} in yyparse()
[all …]
/dports/math/libmesh/libmesh-1.6.2/include/libmesh/
H A Drebuild_makefile.sh53 fparser.hh: \$(top_srcdir)/contrib/fparser/fparser.hh
56 fparser_ad.hh: \$(top_srcdir)/contrib/fparser/fparser_ad.hh
59 BUILT_SOURCES += fparser.hh fparser_ad.hh
60 DISTCLEANFILES += fparser.hh fparser_ad.hh
/dports/math/mathmod/mathmod-11.1/
H A DMathMod.pro9 fparser/fparser.hh \
24 fparser/fpconfig.hh
33 fparser/fparser.cc \
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/MarchingCubes/
H A DMakefile61 $(OBJDIR)/fparser.o \
123 $(OBJDIR)/fparser.o: fparser.h
126 $(OBJDIR)/mainGLUI.o: csg.h fparser.h MarchingCubes.h
/dports/math/libmesh/libmesh-1.6.2/contrib/fparser/
H A DMakefile.am41 include_HEADERS = fparser.hh fparser_ad.hh
99 pkg_sources = fparser.cc fparser_ad.cc Faddeeva.cc Faddeeva.hh ignore_opcode_warnings.hh restore_op…
125 fparser.hh \
126 fparser.cc \
191 fparser.cc: extrasrc/fp_opcode_add.inc
/dports/math/libmesh/libmesh-1.6.2/contrib/
H A DMakefile.am205 SUBDIRS += fparser subdir
206 opt_libs += fparser/libopt.la
207 dbg_libs += fparser/libdbg.la
208 devel_libs += fparser/libdevel.la
209 prof_libs += fparser/libprof.la
210 oprof_libs += fparser/liboprof.la
/dports/news/husky-areafix/husky-areafix-1.9.20191207/ffma/
H A Dmakefile.fpc6 linux: fidoconf2.pas erweiter.pas fparser.pas memman.pas utils.pas log.pas ini.pas match.pas fidoco…
9 linuxdebug: fidoconf2.pas erweiter.pas fparser.pas memman.pas utils.pas log.pas ini.pas match.pas f…
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/ffma/
H A Dmakefile.fpc6 linux: fidoconf2.pas erweiter.pas fparser.pas memman.pas utils.pas log.pas ini.pas match.pas fidoco…
9 linuxdebug: fidoconf2.pas erweiter.pas fparser.pas memman.pas utils.pas log.pas ini.pas match.pas f…
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/ffma/
H A Dmakefile.fpc6 linux: fidoconf2.pas erweiter.pas fparser.pas memman.pas utils.pas log.pas ini.pas match.pas fidoco…
9 linuxdebug: fidoconf2.pas erweiter.pas fparser.pas memman.pas utils.pas log.pas ini.pas match.pas f…
/dports/news/husky-hpt/husky-hpt-1.9.20191207/ffma/
H A Dmakefile.fpc6 linux: fidoconf2.pas erweiter.pas fparser.pas memman.pas utils.pas log.pas ini.pas match.pas fidoco…
9 linuxdebug: fidoconf2.pas erweiter.pas fparser.pas memman.pas utils.pas log.pas ini.pas match.pas f…
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/ffma/
H A Dmakefile.fpc6 linux: fidoconf2.pas erweiter.pas fparser.pas memman.pas utils.pas log.pas ini.pas match.pas fidoco…
9 linuxdebug: fidoconf2.pas erweiter.pas fparser.pas memman.pas utils.pas log.pas ini.pas match.pas f…
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/ffma/
H A Dmakefile.fpc6 linux: fidoconf2.pas erweiter.pas fparser.pas memman.pas utils.pas log.pas ini.pas match.pas fidoco…
9 linuxdebug: fidoconf2.pas erweiter.pas fparser.pas memman.pas utils.pas log.pas ini.pas match.pas f…

1234567891011