Home
last modified time | relevance | path

Searched refs:expr_h (Results 1 – 25 of 32) sorted by relevance

12

/dports/math/py-Diofant/Diofant-0.13.0/diofant/utilities/
H A Dautowrap.py497 for name_h, expr_h, args_h in helpers:
498 helps.append(make_routine(name_h, expr_h, args_h))
500 for name_h, expr_h, args_h in helpers:
501 if expr.has(expr_h):
502 name_h = binary_function(name_h, expr_h, backend='dummy')
503 expr = expr.subs({expr_h: name_h(*args_h)})
865 for name_h, expr_h, args_h in helpers:
866 helps.append(make_routine(name_h, expr_h, args_h))
867 for name_h, expr_h, args_h in helpers:
868 if expr.has(expr_h):
[all …]
/dports/math/pspp/pspp-1.4.1/src/language/expressions/
H A Dpublic.h17 #if !expr_h
18 #define expr_h 1 macro
/dports/math/asl/solvers/
H A Dnlp.h34 typedef struct expr_h expr_h; typedef
172 expr_h { struct
H A Dfgh_read.c344 *sa++ = ((expr_h *)arg)->sym; in eread()
1320 expr_h *rvh; in aholread()
1333 rvh = (expr_h *)mem(memadj(sizeof(expr_h) + i)); in aholread()
1360 expr_h *rvh; in bholread()
1365 rvh = (expr_h *)mem(memadj(sizeof(expr_h) + i)); in bholread()
H A Dfg_read.c374 *sa++ = ((expr_h *)arg)->sym; in eread()
1333 expr_h *rvh; in aholread()
1347 rvh = (expr_h *)mem_ASL(R->asl, memadj(sizeof(expr_h) + i)); in aholread()
1374 expr_h *rvh; in bholread()
1381 rvh = (expr_h *)mem(memadj(sizeof(expr_h) + i)); in bholread()
H A Dnlp2.h284 #define expr_h expr2_h macro
H A Dfg_write.c205 expr_h *eh; in eput()
279 eh = (expr_h*)e; in eput()
H A Dpfg_read.c665 *sa++ = ((expr_h *)arg)->sym; in eread()
3988 expr_h *rvh; in aholread()
4002 rvh = (expr_h *)mem_ASL(R->asl, memadj(sizeof(expr_h) + i)); in aholread()
4029 expr_h *rvh; in bholread()
4037 rvh = (expr_h *)mem(memadj(sizeof(expr_h) + i)); in bholread()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/tpl/ampl/
H A Dnlp.h40 typedef struct expr_h expr_h; typedef
177 expr_h { struct
H A Dfgh_read.c376 *sa++ = ((expr_h *)arg)->sym;
1485 expr_h *rvh;
1498 rvh = (expr_h *)mem(memadj(sizeof(expr_h) + i));
1529 expr_h *rvh;
1534 rvh = (expr_h *)mem(memadj(sizeof(expr_h) + i));
H A Dfg_read.c400 *sa++ = ((expr_h *)arg)->sym;
1522 expr_h *rvh;
1536 rvh = (expr_h *)mem_ASL(R->asl, memadj(sizeof(expr_h) + i));
1567 expr_h *rvh;
1574 rvh = (expr_h *)mem(memadj(sizeof(expr_h) + i));
H A Dnlp2.h289 #define expr_h expr2_h macro
H A Dfg_write.c242 expr_h *eh;
316 eh = (expr_h*)e;
H A Dpfg_read.c703 *sa++ = ((expr_h *)arg)->sym;
4331 expr_h *rvh;
4345 rvh = (expr_h *)mem_ASL(R->asl, memadj(sizeof(expr_h) + i));
4376 expr_h *rvh;
4384 rvh = (expr_h *)mem(memadj(sizeof(expr_h) + i));
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/ampl/
H A Dnlp.h40 typedef struct expr_h expr_h; typedef
177 expr_h { struct
H A Dfgh_read.c376 *sa++ = ((expr_h *)arg)->sym;
1485 expr_h *rvh;
1498 rvh = (expr_h *)mem(memadj(sizeof(expr_h) + i));
1529 expr_h *rvh;
1534 rvh = (expr_h *)mem(memadj(sizeof(expr_h) + i));
H A Dfg_read.c400 *sa++ = ((expr_h *)arg)->sym;
1522 expr_h *rvh;
1536 rvh = (expr_h *)mem_ASL(R->asl, memadj(sizeof(expr_h) + i));
1567 expr_h *rvh;
1574 rvh = (expr_h *)mem(memadj(sizeof(expr_h) + i));
H A Dnlp2.h289 #define expr_h expr2_h macro
H A Dfg_write.c242 expr_h *eh;
316 eh = (expr_h*)e;
/dports/math/gravity/Gravity-da941e9/thirdparty/Ipopt/include/coin-or/asl/
H A Dnlp.h34 typedef struct expr_h expr_h; typedef
172 expr_h { struct
H A Dnlp2.h284 #define expr_h expr2_h macro
/dports/math/py-sympy/sympy-1.9/sympy/utilities/
H A Dautowrap.py641 for name_h, expr_h, args_h in helpers:
642 helps.append(code_gen.routine(name_h, expr_h, args_h))
644 for name_h, expr_h, args_h in helpers:
645 if expr.has(expr_h):
646 name_h = binary_function(name_h, expr_h, backend='dummy')
647 expr = expr.subs(expr_h, name_h(*args_h))
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenodes.cpp2040 expr_h(_expr_h) in QuantifiedExpr()
2802 expr_h(_expr_h) in ValidateExpr()
2811 expr_h(_expr_h) in ValidateExpr()
3441 expr_h(_expr_h) in ParenthesizedExpr()
3482 expr_h(_expr_h) in OrderedExpr()
3503 expr_h(_expr_h) in UnorderedExpr()
3577 expr_h(_expr_h) in EnclosedExpr()
3918 expr_h(NULL) in CommonContent()
3928 expr_h(_expr_h) in CommonContent()
3938 expr_h(NULL) in CommonContent()
[all …]
H A Dparsenodes.h1812 void push_back(rchandle<exprnode> expr_h) in push_back() argument
1814 expr_hv.push_back(expr_h); in push_back()
2630 rchandle<exprnode> expr_h; variable
3419 rchandle<exprnode> expr_h; variable
4099 rchandle<exprnode> expr_h;
4135 rchandle<exprnode> expr_h;
4154 rchandle<exprnode> expr_h;
4302 rchandle<exprnode> expr_h;
4628 rchandle<EnclosedExpr> expr_h; variable
4638 rchandle<EnclosedExpr> expr_h);
[all …]
/dports/math/gravity/Gravity-da941e9/include/gravity/
H A Dexpr.h9 #ifndef expr_h
10 #define expr_h macro

12