Home
last modified time | relevance | path

Searched refs:EXPOP (Results 1 – 24 of 24) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/ExprIntrp/
H A DExprIntrp.lex86 "^" {return(EXPOP) ;}
87 "**" {return(EXPOP) ;}
H A DExprIntrp.yacc71 %token SUMOP MINUSOP DIVIDEOP EXPOP MULTOP PARENTHESIS BRACKET ENDPARENTHESIS ENDBRACKET VALUE IDEN…
75 %left EXPOP
97 | GenExpr EXPOP GenExpr {ExprIntrp_ExpOperator();}
H A DExprIntrp.tab.h60 EXPOP = 261, /* EXPOP */ enumerator
H A Dlex.ExprIntrp.c1102 {return(EXPOP) ;}
1106 {return(EXPOP) ;}
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DExprIntrp.tab.h60 EXPOP = 261, /* EXPOP */ enumerator
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DExprIntrp.tab.h52 EXPOP = 261, enumerator
/dports/lang/snobol4/snobol4-2.2.2/test/
H A Dglobals43 EXPOP
H A Dprocs45 EXPOP
H A Dproc.h.ref43 extern int EXPOP __P((ret_t));
H A Dcallgraph.ref348 ARITH EXPOP
H A Dv311.sil245 * [PLB43] renamed EXP to EXPOP
507 * EXPOP
2731 EXPOP PROC ADD X ** Y and X ^ Y [PLB43]
7951 EXPFN DESCR EXPOP,0,2 X ** Y exponentiation [PLB43]
H A Dgenc.ref3138 EXPOP(retval)
3141 ENTRY(EXPOP)
/dports/lang/snobol4/snobol4-2.2.2/
H A Dglobals43 EXPOP
H A Dprocs45 EXPOP
H A Dproc.h43 extern int EXPOP(ret_t);
H A Dproc.h243 extern int EXPOP(ret_t);
H A Dcallgraph353 ARITH EXPOP
H A Ddata_init.h1354 D_A(res.expfn) = (int_t) (EXPOP);
H A Ddata_init.h21354 D_A(res.expfn) = (int_t) (EXPOP);
H A Dv311.sil372 * [PLB43] renamed EXP to EXPOP
634 * EXPOP
2922 EXPOP PROC ADD X ** Y and X ^ Y [PLB43]
11669 EXPFN DESCR EXPOP,0,2 X ** Y exponentiation [PLB43]
H A Dsnobol4.c3008 EXPOP(ret_t retval) { in EXPOP() function
3009 ENTRY(EXPOP) in EXPOP()
H A Disnobol4.c11307 EXPOP(ret_t retval) { in EXPOP() function
11308 ENTRY(EXPOP) in EXPOP()
H A DHistory6163 v311.sil, procs, globals: renamed EXP to EXPOP
/dports/emulators/simh/simh-3.9.0_5/Ibm1130/utils/
H A Dasm1130.c3826 #define EXPOP 7 macro
3853 /* XYZ[\]^_ */ LETTER, LETTER, LETTER, ETC, ETC, ETC, EXPOP, LETTER,
4180 if (ctype[c] != EXPOP) { in c_expr_e()