Home
last modified time | relevance | path

Searched refs:newstd (Results 1 – 23 of 23) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Doutconv.c312 int newstd = 0; in convert_omp_workshare() local
373 STD_PAR(newstd) = 1; in convert_omp_workshare()
472 STD_PAR(newstd) = 1; in convert_omp_workshare()
512 if (newstd) in convert_omp_workshare()
513 STD_PAR(newstd) = 1; in convert_omp_workshare()
1063 int temp, newasn, newstd, a; in symvalue() local
1353 int newasn, newstd; in insert_assign() local
3960 int newstd; in forall_dependency() local
4032 STD_PAR(newstd) = par; in forall_dependency()
4080 STD_PAR(newstd) = par; in forall_dependency()
[all …]
H A Dsymutl.c3127 int newstd = 0; in mk_mem_allocate() local
3205 STD_PAR(newstd) = par; in mk_mem_allocate()
3206 STD_TASK(newstd) = task; in mk_mem_allocate()
3229 STD_PAR(newstd) = par; in mk_mem_allocate()
3265 STD_PAR(newstd) = par; in mk_mem_allocate()
3266 STD_TASK(newstd) = task; in mk_mem_allocate()
3267 return newstd; in mk_mem_allocate()
3276 int newstd = 0; in mk_mem_deallocate() local
3291 STD_PAR(newstd) = par; in mk_mem_deallocate()
3292 STD_TASK(newstd) = task; in mk_mem_deallocate()
[all …]
H A Dcomm.c2405 int sptrtemp, newforall, newlist, asn, newstd, newarray; in emit_sum_scatterx() local
2417 newstd = add_stmt_before(newforall, std); in emit_sum_scatterx()
2420 process_forall(newstd); in emit_sum_scatterx()
2421 transform_forall(newstd, newforall); in emit_sum_scatterx()
3373 int newstd; in gen_shape_comm() local
3429 newstd = add_stmt_before(newforall, header); in gen_shape_comm()
3430 process_forall(newstd); in gen_shape_comm()
3432 newforall = STD_AST(newstd); in gen_shape_comm()
3433 transform_forall(newstd, newforall); in gen_shape_comm()
H A Drest.c3454 int tmp, tmpast, asn, newstd; in tmp_assign() local
3463 newstd = add_stmt_before(asn, std); in tmp_assign()
3464 STD_AST(newstd) = asn; in tmp_assign()
3465 A_STDP(asn, newstd); in tmp_assign()
3466 ast = insert_comm_before(newstd, ast, &rhs_is_dist, FALSE); in tmp_assign()
3656 int newstd; in remove_alias() local
H A Dtransfrm.c4062 int targstd, newstd; in rewrite_allocatable_assignment() local
4410 newstd = add_stmt_before(ast, std); in rewrite_allocatable_assignment()
4411 STD_RESCOPE(newstd) = 1; in rewrite_allocatable_assignment()
4416 newstd = add_stmt_before(mk_stmt(A_ENDIF, 0), std); in rewrite_allocatable_assignment()
4417 STD_RESCOPE(newstd) = 1; in rewrite_allocatable_assignment()
H A Dsemutil2.c12013 int newasn, newstd; in insert_assign() local
12017 newstd = add_stmt_after(newasn, std); in insert_assign()
12018 return newstd; in insert_assign()
H A Dfunc.c3303 int dtype, sptr, newsptr, destast, asnast, newstd; in copy_scalar_intent_in() local
/dports/math/calc/calc-2.14.0.14/
H A Dlib_calc.c267 newstd.epsilon = &_qonesqbase_; /* magic to fake early str2q() */ in libcalc_call_me_first()
273 newstd.program = strdup(program); in libcalc_call_me_first()
274 if (newstd.program == NULL) { in libcalc_call_me_first()
284 newstd.base_name = strdup(base_name); in libcalc_call_me_first()
285 if (newstd.base_name == NULL) { in libcalc_call_me_first()
296 newstd.version = strdup(p); in libcalc_call_me_first()
297 if (newstd.version == NULL) { in libcalc_call_me_first()
302 conf = config_copy(&newstd); /* more magic to fake early str2q() */ in libcalc_call_me_first()
304 newstd.epsilon = str2q(EPSILON_DEFAULT); in libcalc_call_me_first()
314 conf = config_copy(&newstd); in libcalc_call_me_first()
H A Dconfig.h208 EXTERN CONFIG newstd; /* default compatible configuration */ variable
H A Dconfig.c200 CONFIG newstd = { /* new non-backward compatible configuration */ variable
488 newconf = &newstd; in setconfig()
H A DCHANGES2618 configuration (calc -n or config("all", "newstd")) is now the default
2631 and oldstd -n & newstd classic cfg default
2643 config("all", "newstd").
4138 The value for config("lib_debug") in both oldstd and newstd is
5859 other than to set it to 0 by default (for both "oldstd" and "newstd").
5926 of calling config("all", "newstd") at startup time.
7264 standard configuration) and "newstd" (for new style configuration).
7272 config("all", "newstd")
7298 config("all", "newstd") to be the default with the following changes:
7309 The "newstd" is a (hopefully) more preferred configuration than the
/dports/devel/sunpromake/schily-2021-09-18/bsh/
H A Dexec.c239 FILE *newstd[3]; local
240 register FILE **nstd = newstd;
311 FILE *newstd[3]; local
364 if (!newio(cmd->tn_right.tn_node, std, newstd, flag)) {
374 (flag|SUBSH) & ~(ASYNC|PRPID|LOPRI|NULIN), newstd);
385 (flag|SUBSH) & ~(ASYNC|PRPID|LOPRI|NULIN), newstd);
400 cstat = execcmd(vp, newstd, flag);
403 closeio(std, newstd); /* close the files from newio */
/dports/devel/smake/schily-2021-09-18/bsh/
H A Dexec.c239 FILE *newstd[3]; local
240 register FILE **nstd = newstd;
311 FILE *newstd[3]; local
364 if (!newio(cmd->tn_right.tn_node, std, newstd, flag)) {
374 (flag|SUBSH) & ~(ASYNC|PRPID|LOPRI|NULIN), newstd);
385 (flag|SUBSH) & ~(ASYNC|PRPID|LOPRI|NULIN), newstd);
400 cstat = execcmd(vp, newstd, flag);
403 closeio(std, newstd); /* close the files from newio */
/dports/devel/sccs/schily-2021-09-18/bsh/
H A Dexec.c239 FILE *newstd[3]; local
240 register FILE **nstd = newstd;
311 FILE *newstd[3]; local
364 if (!newio(cmd->tn_right.tn_node, std, newstd, flag)) {
374 (flag|SUBSH) & ~(ASYNC|PRPID|LOPRI|NULIN), newstd);
385 (flag|SUBSH) & ~(ASYNC|PRPID|LOPRI|NULIN), newstd);
400 cstat = execcmd(vp, newstd, flag);
403 closeio(std, newstd); /* close the files from newio */
/dports/devel/schilybase/schily-2021-09-18/bsh/
H A Dexec.c239 FILE *newstd[3]; local
240 register FILE **nstd = newstd;
311 FILE *newstd[3]; local
364 if (!newio(cmd->tn_right.tn_node, std, newstd, flag)) {
374 (flag|SUBSH) & ~(ASYNC|PRPID|LOPRI|NULIN), newstd);
385 (flag|SUBSH) & ~(ASYNC|PRPID|LOPRI|NULIN), newstd);
400 cstat = execcmd(vp, newstd, flag);
403 closeio(std, newstd); /* close the files from newio */
/dports/net/rscsi/schily-2021-09-18/bsh/
H A Dexec.c239 FILE *newstd[3]; local
240 register FILE **nstd = newstd;
311 FILE *newstd[3]; local
364 if (!newio(cmd->tn_right.tn_node, std, newstd, flag)) {
374 (flag|SUBSH) & ~(ASYNC|PRPID|LOPRI|NULIN), newstd);
385 (flag|SUBSH) & ~(ASYNC|PRPID|LOPRI|NULIN), newstd);
400 cstat = execcmd(vp, newstd, flag);
403 closeio(std, newstd); /* close the files from newio */
/dports/archivers/star/schily-2021-09-18/bsh/
H A Dexec.c239 FILE *newstd[3]; local
240 register FILE **nstd = newstd;
311 FILE *newstd[3]; local
364 if (!newio(cmd->tn_right.tn_node, std, newstd, flag)) {
374 (flag|SUBSH) & ~(ASYNC|PRPID|LOPRI|NULIN), newstd);
385 (flag|SUBSH) & ~(ASYNC|PRPID|LOPRI|NULIN), newstd);
400 cstat = execcmd(vp, newstd, flag);
403 closeio(std, newstd); /* close the files from newio */
/dports/sysutils/cdrtools/schily-2021-09-18/bsh/
H A Dexec.c239 FILE *newstd[3]; local
240 register FILE **nstd = newstd;
311 FILE *newstd[3]; local
364 if (!newio(cmd->tn_right.tn_node, std, newstd, flag)) {
374 (flag|SUBSH) & ~(ASYNC|PRPID|LOPRI|NULIN), newstd);
385 (flag|SUBSH) & ~(ASYNC|PRPID|LOPRI|NULIN), newstd);
400 cstat = execcmd(vp, newstd, flag);
403 closeio(std, newstd); /* close the files from newio */
/dports/editors/ved/schily-2021-09-18/bsh/
H A Dexec.c239 FILE *newstd[3]; local
240 register FILE **nstd = newstd;
311 FILE *newstd[3]; local
364 if (!newio(cmd->tn_right.tn_node, std, newstd, flag)) {
374 (flag|SUBSH) & ~(ASYNC|PRPID|LOPRI|NULIN), newstd);
385 (flag|SUBSH) & ~(ASYNC|PRPID|LOPRI|NULIN), newstd);
400 cstat = execcmd(vp, newstd, flag);
403 closeio(std, newstd); /* close the files from newio */
/dports/sysutils/schilyutils/schily-2021-09-18/bsh/
H A Dexec.c239 FILE *newstd[3]; local
240 register FILE **nstd = newstd;
311 FILE *newstd[3]; local
364 if (!newio(cmd->tn_right.tn_node, std, newstd, flag)) {
374 (flag|SUBSH) & ~(ASYNC|PRPID|LOPRI|NULIN), newstd);
385 (flag|SUBSH) & ~(ASYNC|PRPID|LOPRI|NULIN), newstd);
400 cstat = execcmd(vp, newstd, flag);
403 closeio(std, newstd); /* close the files from newio */
/dports/math/calc/calc-2.14.0.14/help/
H A Dconfig101 config("all", "newstd")
103 The "newstd" is not backward compatible with the historic
105 and place the config("all", "newstd") command in their CALCRC
106 startup files; newstd may also be established by invoking calc
171 specified. The initial value for oldstd is 20, for newstd 10.
578 both oldstd and newstd) of config("resource_debug") corresponds to
641 The value for config("resource_debug") in both oldstd and newstd
659 other than to set it to 0 by default (for both "oldstd" and "newstd").
/dports/math/calc/calc-2.14.0.14/cal/
H A DREADME81 The value for config("resource_debug") in both oldstd and newstd is 3,
H A Dregress.cal51 initcfg = config("all", "newstd"); /* set config to startup default */
397 vrfy(oldcfg==config("all","newstd"),
398 '507: oldcfg==config("all","newstd")');