Home
last modified time | relevance | path

Searched refs:emode (Results 1 – 25 of 572) sorted by relevance

12345678910>>...23

/dports/cad/z88/Z88OS-15/src/z88r/common/
H A Dstim88.c245 sigxx= emode*(rlv/rl21-1.); in stim88()
249 fac= emode*ezze; in stim88()
254 fac= emode*eyye; in stim88()
265 sigxx= emode*(rlv/rl21-1.); in stim88()
269 gmode= emode/(2.*(1.+rnuee)); in stim88()
274 BeTiSzz= ( 4.0*emode*rizze/rl21 in stim88()
275 + 12.0*emode*emode*rizze*rizze/(rkape*gmode*qparae*rl21*rl21*rl21)) in stim88()
277 BeTiRzz= ( 2.0*emode*rizze/rl21 in stim88()
278 - 12.0*emode*emode*rizze*rizze/(rkape*gmode*qparae*rl21*rl21*rl21)) in stim88()
288 + 12.0*emode*emode*riyye*riyye/(rkape*gmode*qparae*rl21*rl21*rl21)) in stim88()
[all …]
H A Dtimo88.c240 fystab = emode*qparae/rl21; in timo88()
249 gmode = emode/(2.*(1.+rnuee)); in timo88()
264 fy12= emode*rizze * 12./(rl21*rl21*rl21); in timo88()
265 fy6 = emode*rizze * 6./(rl21*rl21); in timo88()
266 fy4 = emode*rizze * 4./ rl21; in timo88()
279 fy4 = emode*rizze * (4.+fphi)/((1.+fphi)*rl21); in timo88()
280 fy2 = emode*rizze * (2.-fphi)/((1.+fphi)*rl21); in timo88()
316 fy12= emode*riyye * 12./(rl21*rl21*rl21); in timo88()
317 fy6 = emode*riyye * 6./(rl21*rl21); in timo88()
318 fy4 = emode*riyye * 4./ rl21; in timo88()
[all …]
H A Dm3.c111 extern FR_DOUBLE emode; in sest88()
136 zug= emode * (dlv/dlunv - 1.); in sest88()
163 extern FR_DOUBLE emode; in ssta88()
190 zug= emode * (dlv/dlunv - 1.); in ssta88()
234 fac= emode * 0.5 * qparae; in swel88()
264 extern FR_DOUBLE emode,rnuee; in sbal88()
324 sigxx= emode * (rlv/rl - 1.); in sbal88()
327 fac= emode * ezze; in sbal88()
334 fac= emode * eyye; in sbal88()
358 extern FR_DOUBLE emode; in seba88()
[all …]
H A Dm1.c81 extern FR_DOUBLE emode,qparae; in esta88()
96 fak= emode * qparae / rlaeng; in esta88()
137 extern FR_DOUBLE emode,qparae; in stab88()
163 fak= emode * qparae / rlaeng; in stab88()
192 extern FR_DOUBLE emode,rnuee,qparae; in well88()
215 eal = emode * a /rl; in well88()
217 ei6 = emode * rib * 6. / (rl*rl); in well88()
218 git = emode * rit / (2.*(1.+rnuee)*rl); in well88()
219 ei4 = emode * rib * 4. / rl; in well88()
331 fakzs = emode * qparae / rlaeng; in balk88()
[all …]
/dports/math/ploticus-nox11/pl240src/src/
H A Derr.c13 static char emode[20] = "stderr"; variable
23 strcpy( emode, "stderr" ); in TDH_err_initstatic()
54 if( strcmp( emode, "cgi" )==0 ) {
59 else if( strcmp( emode, "stderr" )==0 )
124 strcpy( emode, mode );
134 strcpy( emode, "file" );
143 strcpy( mode, emode );
/dports/math/ploticus/pl240src/src/
H A Derr.c13 static char emode[20] = "stderr"; variable
23 strcpy( emode, "stderr" ); in TDH_err_initstatic()
54 if( strcmp( emode, "cgi" )==0 ) {
59 else if( strcmp( emode, "stderr" )==0 )
124 strcpy( emode, mode );
134 strcpy( emode, "file" );
143 strcpy( mode, emode );
/dports/devel/bmake/bmake/
H A Dvar.c1277 return emode; in VarEvalMode_WithoutKeepDollar()
1283 return emode == VARE_UNDEFERR ? VARE_WANTRES : emode; in VarEvalMode_UndefOk()
1701 VarEvalMode emode; member
2167 VarEvalMode emode, in ParseModifierPartSubst() argument
2304 VarEvalMode emode, in ParseModifierPart() argument
2476 args.emode = VarEvalMode_WithoutKeepDollar(expr->emode); in ApplyModifier_Loop()
2501 emode = expr->emode; in ApplyModifier_Defined()
3697 if ((expr->emode == VARE_WANTRES || expr->emode == VARE_UNDEFERR) && in LogBeforeApply()
3719 if ((expr->emode == VARE_WANTRES || expr->emode == VARE_UNDEFERR) && in LogAfterApply()
4268 VarEvalMode emode, in ParseVarnameLong() argument
[all …]
/dports/textproc/tokyodystopia/tokyodystopia-0.9.15/
H A Dlapusearch.c31 int emode; // expresion mode member
186 EMCOMP, (params->emode == EMCOMP) ? " selected=\"selected\"" : ""); in writeheader()
188 EMPHRASE, (params->emode == EMPHRASE) ? " selected=\"selected\"" : ""); in writeheader()
190 EMUNION, (params->emode == EMUNION) ? " selected=\"selected\"" : ""); in writeheader()
192 EMISECT, (params->emode == EMISECT) ? " selected=\"selected\"" : ""); in writeheader()
194 EMDIFF, (params->emode == EMDIFF) ? " selected=\"selected\"" : ""); in writeheader()
228 if(params->emode == EMCOMP){ in writeresult()
230 } else if(params->emode == EMPHRASE || !strchr(params->phrase, ' ')){ in writeresult()
232 } else if(params->emode == EMUNION){ in writeresult()
247 } else if(params->emode == EMISECT){ in writeresult()
[all …]
H A Ddystsearch.c31 int emode; // expresion mode member
186 EMCOMP, (params->emode == EMCOMP) ? " selected=\"selected\"" : ""); in writeheader()
188 EMPHRASE, (params->emode == EMPHRASE) ? " selected=\"selected\"" : ""); in writeheader()
190 EMUNION, (params->emode == EMUNION) ? " selected=\"selected\"" : ""); in writeheader()
192 EMISECT, (params->emode == EMISECT) ? " selected=\"selected\"" : ""); in writeheader()
194 EMDIFF, (params->emode == EMDIFF) ? " selected=\"selected\"" : ""); in writeheader()
234 if(params->emode == EMCOMP){ in writeresult()
236 } else if(params->emode == EMPHRASE || !strchr(params->phrase, ' ')){ in writeresult()
238 } else if(params->emode == EMUNION){ in writeresult()
253 } else if(params->emode == EMISECT){ in writeresult()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dstreval.c79 int emode; member
169 node.emode = ep->emode; in arith_exec()
236 node.emode |= ARITH_ASSIGNOP; in arith_exec()
250 if(node.emode&ARITH_ASSIGNOP) in arith_exec()
254 node.emode &= ~ARITH_ASSIGNOP; in arith_exec()
257 arith_error(node.value,ptr,ep->emode); in arith_exec()
846 lvalue.emode = vp->emode; in expr()
909 cur.emode = emode; in arith_compile()
911 cur.errmsg.emode = emode; in arith_compile()
933 ep->emode = emode; in arith_compile()
[all …]
H A Darith.c104 …if((lvalue->emode&ARITH_COMP) && dtvnext(root) && ((sdict && (mp=nv_search(cp,sdict,flags&~NV_ADD)… in scope()
290 if(lvalue->emode&ARITH_COMP) in arith()
296 if((lvalue->emode&ARITH_COMP) && dot) in arith()
309 Dt_t *root = (lvalue->emode&ARITH_COMP)?shp->var_base:shp->var_tree; in arith()
469 …if(((lvalue->emode&2) || lvalue->level>1 || sh_isoption(SH_NOUNSET)) && nv_isnull(np) && !nv_isatt… in arith()
474 lvalue->emode |= 010; in arith()
482 if((lvalue->emode&ARITH_ASSIGNOP) && nv_isarray(np)) in arith()
494 if(lvalue->emode&ARITH_COMP) in arith()
497 errormsg(SH_DICT,ERROR_exit((lvalue->emode&3)!=0),lvalue->value,*ptr); in arith()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dstreval.c79 int emode; member
169 node.emode = ep->emode; in arith_exec()
236 node.emode |= ARITH_ASSIGNOP; in arith_exec()
250 if(node.emode&ARITH_ASSIGNOP) in arith_exec()
254 node.emode &= ~ARITH_ASSIGNOP; in arith_exec()
257 arith_error(node.value,ptr,ep->emode); in arith_exec()
846 lvalue.emode = vp->emode; in expr()
909 cur.emode = emode; in arith_compile()
911 cur.errmsg.emode = emode; in arith_compile()
933 ep->emode = emode; in arith_compile()
[all …]
H A Darith.c104 …if((lvalue->emode&ARITH_COMP) && dtvnext(root) && ((sdict && (mp=nv_search(cp,sdict,flags&~NV_ADD)… in scope()
290 if(lvalue->emode&ARITH_COMP) in arith()
296 if((lvalue->emode&ARITH_COMP) && dot) in arith()
309 Dt_t *root = (lvalue->emode&ARITH_COMP)?shp->var_base:shp->var_tree; in arith()
469 …if(((lvalue->emode&2) || lvalue->level>1 || sh_isoption(SH_NOUNSET)) && nv_isnull(np) && !nv_isatt… in arith()
474 lvalue->emode |= 010; in arith()
482 if((lvalue->emode&ARITH_ASSIGNOP) && nv_isarray(np)) in arith()
494 if(lvalue->emode&ARITH_COMP) in arith()
497 errormsg(SH_DICT,ERROR_exit((lvalue->emode&3)!=0),lvalue->value,*ptr); in arith()
/dports/emulators/simh/simh-3.9.0_5/PDP8/
H A Dpdp8_cpu.c282 { FLDATA (EMODE, emode, 0) },
1009 if (emode) { in sim_instr()
1023 if (emode) { in sim_instr()
1034 if (emode) { in sim_instr()
1063 if (emode) in sim_instr()
1088 if (emode) { in sim_instr()
1106 if (emode) { in sim_instr()
1125 if (emode) { in sim_instr()
1149 if (emode) { in sim_instr()
1237 emode = 0; in sim_instr()
[all …]
/dports/net/c3270/suite3270-4.0/Common/c3270/
H A Dstatus_dump.c111 const char *emode, *ftype, *ts; in status_dump() local
212 emode = "TN3270E "; in status_dump()
214 emode = ""; in status_dump()
222 vb_appendf(&r, " %s%s, %s\n", emode, ftype, ts); in status_dump()
224 vb_appendf(&r, " %s%s, %s\n", emode, get_message("sscpMode"), ts); in status_dump()
226 vb_appendf(&r, " %s%s, %s\n", emode, get_message("dsMode"), ts); in status_dump()
228 vb_appendf(&r, " %s%s, %s\n", emode, get_message("unboundMode"), ts); in status_dump()
/dports/x11/x3270/suite3270-4.0/Common/c3270/
H A Dstatus_dump.c111 const char *emode, *ftype, *ts; in status_dump() local
212 emode = "TN3270E "; in status_dump()
214 emode = ""; in status_dump()
222 vb_appendf(&r, " %s%s, %s\n", emode, ftype, ts); in status_dump()
224 vb_appendf(&r, " %s%s, %s\n", emode, get_message("sscpMode"), ts); in status_dump()
226 vb_appendf(&r, " %s%s, %s\n", emode, get_message("dsMode"), ts); in status_dump()
228 vb_appendf(&r, " %s%s, %s\n", emode, get_message("unboundMode"), ts); in status_dump()
/dports/math/mfem/mfem-4.3/fem/ceed/
H A Dfull-assembly.cpp84 CeedEvalMode emode; in CeedSingleOperatorFullAssemble() local
85 ierr = CeedQFunctionFieldGetEvalMode(qffields[i], &emode); in CeedSingleOperatorFullAssemble()
87 switch (emode) in CeedSingleOperatorFullAssemble()
92 emodein[numemodein] = emode; in CeedSingleOperatorFullAssemble()
99 emodein[numemodein+d] = emode; in CeedSingleOperatorFullAssemble()
128 CeedEvalMode emode; in CeedSingleOperatorFullAssemble() local
129 ierr = CeedQFunctionFieldGetEvalMode(qffields[i], &emode); in CeedSingleOperatorFullAssemble()
131 switch (emode) in CeedSingleOperatorFullAssemble()
136 emodeout[numemodeout] = emode; in CeedSingleOperatorFullAssemble()
143 emodeout[numemodeout+d] = emode; in CeedSingleOperatorFullAssemble()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dstreval.c83 int emode; member
178 node.emode = ep->emode; in arith_exec()
250 node.emode |= ARITH_ASSIGNOP; in arith_exec()
272 if (node.emode & ARITH_ASSIGNOP) { in arith_exec()
275 node.emode &= ~ARITH_ASSIGNOP; in arith_exec()
914 lvalue.emode = vp->emode; in expr()
963 int emode) { in arith_compile() argument
973 cur.emode = emode; in arith_compile()
975 cur.errmsg.emode = emode; in arith_compile()
996 ep->emode = emode; in arith_compile()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dstreval.c79 int emode; member
184 node.emode = ep->emode; in arith_exec()
247 node.emode |= ARITH_ASSIGNOP; in arith_exec()
266 if(node.emode&ARITH_ASSIGNOP) in arith_exec()
270 node.emode &= ~ARITH_ASSIGNOP; in arith_exec()
273 arith_error(node.value,ptr,ep->emode); in arith_exec()
899 lvalue.emode = vp->emode; in expr()
967 cur.emode = emode; in arith_compile()
969 cur.errmsg.emode = emode; in arith_compile()
995 ep->emode = emode; in arith_compile()
[all …]
/dports/audio/mpg123/mpg123-1.29.3/src/compat/
H A Dcompat_dl.c70 DWORD emode = GetThreadErrorMode(); in compat_dlopen() local
71 int mode_ok = SetThreadErrorMode(emode | SEM_FAILCRITICALERRORS, NULL); in compat_dlopen()
74 SetThreadErrorMode(emode, NULL); in compat_dlopen()
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dblockmode.c425 src = (emode & BLK_DO_INDEX_HI) ? d[mid-1].src_id : d[mid].src_id; in blockmode_get_source()
510 if (emode && index) *index = src; in blockmode_weighted_mode()
523 unsigned int row, col, emode = 0, n_input, n_output; in GMT_blockmode() local
598 emode = Ctrl->E.mode & (BLK_DO_INDEX_LO + BLK_DO_INDEX_HI); in GMT_blockmode()
777 if (emode) src_id_ptr = &src_id; in GMT_blockmode()
854 if (emode) src_id = data[first_in_cell].src_id; in GMT_blockmode()
866 if (emode) src_id = data[first_in_cell+1].src_id; in GMT_blockmode()
874 if (emode) { in GMT_blockmode()
883 if (emode) src_id = data[first_in_cell].src_id; in GMT_blockmode()
900 if (emode) out[i_col] = (double)src_id; in GMT_blockmode()
[all …]
/dports/japanese/cmigemo/cmigemo-6a1c438/src/
H A Dcharset.c194 int euc = 0, emode = 0, eflag = 0; in charset_detect_buf() local
211 if (emode) in charset_detect_buf()
215 emode = 0; in charset_detect_buf()
218 emode = 1; in charset_detect_buf()
/dports/japanese/cmigemo-dict/cmigemo-6a1c438/src/
H A Dcharset.c194 int euc = 0, emode = 0, eflag = 0; in charset_detect_buf() local
211 if (emode) in charset_detect_buf()
215 emode = 0; in charset_detect_buf()
218 emode = 1; in charset_detect_buf()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objmgr/util/
H A Dobj_sniff.hpp94 SCandidateInfo(CObjectTypeInfo tinfo, EEventCallBackMode emode) in SCandidateInfo()
96 event_mode(emode) in SCandidateInfo()
112 EEventCallBackMode emode=eCallAlways);
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objmgr/util/
H A Dobj_sniff.hpp94 SCandidateInfo(CObjectTypeInfo tinfo, EEventCallBackMode emode) in SCandidateInfo()
96 event_mode(emode) in SCandidateInfo()
112 EEventCallBackMode emode=eCallAlways);

12345678910>>...23