Home
last modified time | relevance | path

Searched refs:a_sub (Results 1 – 25 of 113) sorted by relevance

12345

/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dcgen.py205 if (a_mode == 'r' and a_sub) or a_sub == 'retval':
233 if a_sub and not isnum(a_sub):
239 if a_sub and isnum(a_sub):
240 print '[', a_sub, ']',
249 if a_mode == 's' and a_sub[:3] == 'arg' and isnum(a_sub[3:]):
251 n = eval(a_sub[3:])
284 j = eval(a_sub)
298 if a_sub and not isnum(a_sub):
306 print a_sub, ')) == NULL)'
315 if a_sub: print a_sub,
[all …]
/dports/lang/python27/Python-2.7.18/Modules/
H A Dcgen.py205 if (a_mode == 'r' and a_sub) or a_sub == 'retval':
233 if a_sub and not isnum(a_sub):
239 if a_sub and isnum(a_sub):
240 print '[', a_sub, ']',
249 if a_mode == 's' and a_sub[:3] == 'arg' and isnum(a_sub[3:]):
251 n = eval(a_sub[3:])
284 j = eval(a_sub)
298 if a_sub and not isnum(a_sub):
306 print a_sub, ')) == NULL)'
315 if a_sub: print a_sub,
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/svgpic/
H A Dmovegen.c23 savetext(ap->a_sub, ap->a_val.p); in movegen()
31 dx -= (ap->a_sub==DEFAULT) ? defx : ap->a_val.f; in movegen()
36 dx += (ap->a_sub==DEFAULT) ? defx : ap->a_val.f; in movegen()
41 dy += (ap->a_sub==DEFAULT) ? defy : ap->a_val.f; in movegen()
46 dy -= (ap->a_sub==DEFAULT) ? defy : ap->a_val.f; in movegen()
H A Dlinegen.c38 savetext(ap->a_sub, ap->a_val.p); in linegen()
52 if (ap->a_sub == DEFAULT) in linegen()
63 dx[ndxy] -= (ap->a_sub==DEFAULT) ? defx : ap->a_val.f; in linegen()
68 dx[ndxy] += (ap->a_sub==DEFAULT) ? defx : ap->a_val.f; in linegen()
73 dy[ndxy] += (ap->a_sub==DEFAULT) ? defy : ap->a_val.f; in linegen()
78 dy[ndxy] -= (ap->a_sub==DEFAULT) ? defy : ap->a_val.f; in linegen()
130 if (ap->a_sub != PLACENAME) { in linegen()
139 if (ap->a_sub == DEFAULT) in linegen()
H A Dboxgen.c50 if (ap->a_sub == DEFAULT) in boxgen()
57 if (ap->a_sub == DEFAULT) in boxgen()
63 savetext(ap->a_sub, ap->a_val.p); in boxgen()
H A Dcircgen.c30 savetext(ap->a_sub, ap->a_val.p); in circgen()
64 if (ap->a_sub == DEFAULT) in circgen()
71 if (ap->a_sub == DEFAULT) in circgen()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/tpic/
H A Dmovegen.c24 savetext(ap->a_sub, ap->a_val.p); in movegen()
32 dx -= (ap->a_sub==DEFAULT) ? defx : ap->a_val.f; in movegen()
37 dx += (ap->a_sub==DEFAULT) ? defx : ap->a_val.f; in movegen()
42 dy += (ap->a_sub==DEFAULT) ? defy : ap->a_val.f; in movegen()
47 dy -= (ap->a_sub==DEFAULT) ? defy : ap->a_val.f; in movegen()
H A Dlinegen.c38 savetext(ap->a_sub, ap->a_val.p); in linegen()
55 if (ap->a_sub == DEFAULT) in linegen()
66 dx[ndxy] -= (ap->a_sub==DEFAULT) ? defx : ap->a_val.f; in linegen()
71 dx[ndxy] += (ap->a_sub==DEFAULT) ? defx : ap->a_val.f; in linegen()
76 dy[ndxy] += (ap->a_sub==DEFAULT) ? defy : ap->a_val.f; in linegen()
81 dy[ndxy] -= (ap->a_sub==DEFAULT) ? defy : ap->a_val.f; in linegen()
H A Dboxgen.c48 if (ap->a_sub == DEFAULT) in boxgen()
55 if (ap->a_sub == DEFAULT) in boxgen()
61 savetext(ap->a_sub, ap->a_val.p); in boxgen()
H A Dcircgen.c32 savetext(ap->a_sub, ap->a_val.p); in circgen()
63 if (ap->a_sub == DEFAULT) in circgen()
70 if (ap->a_sub == DEFAULT) in circgen()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/pic/
H A Dmovegen.c23 savetext(ap->a_sub, ap->a_val.p); in movegen()
31 dx -= (ap->a_sub==DEFAULT) ? defx : ap->a_val.f; in movegen()
36 dx += (ap->a_sub==DEFAULT) ? defx : ap->a_val.f; in movegen()
41 dy += (ap->a_sub==DEFAULT) ? defy : ap->a_val.f; in movegen()
46 dy -= (ap->a_sub==DEFAULT) ? defy : ap->a_val.f; in movegen()
H A Dlinegen.c38 savetext(ap->a_sub, ap->a_val.p); in linegen()
52 if (ap->a_sub == DEFAULT) in linegen()
63 dx[ndxy] -= (ap->a_sub==DEFAULT) ? defx : ap->a_val.f; in linegen()
68 dx[ndxy] += (ap->a_sub==DEFAULT) ? defx : ap->a_val.f; in linegen()
73 dy[ndxy] += (ap->a_sub==DEFAULT) ? defy : ap->a_val.f; in linegen()
78 dy[ndxy] -= (ap->a_sub==DEFAULT) ? defy : ap->a_val.f; in linegen()
130 if (ap->a_sub != PLACENAME) { in linegen()
139 if (ap->a_sub == DEFAULT) in linegen()
H A Dboxgen.c50 if (ap->a_sub == DEFAULT) in boxgen()
57 if (ap->a_sub == DEFAULT) in boxgen()
63 savetext(ap->a_sub, ap->a_val.p); in boxgen()
H A Dcircgen.c30 savetext(ap->a_sub, ap->a_val.p); in circgen()
64 if (ap->a_sub == DEFAULT) in circgen()
71 if (ap->a_sub == DEFAULT) in circgen()
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/pic/
H A Dmovegen.c35 savetext(ap->a_sub, ap->a_val.p); in movegen()
43 dx -= (ap->a_sub==DEFAULT) ? defx : ap->a_val.f; in movegen()
48 dx += (ap->a_sub==DEFAULT) ? defx : ap->a_val.f; in movegen()
53 dy += (ap->a_sub==DEFAULT) ? defy : ap->a_val.f; in movegen()
58 dy -= (ap->a_sub==DEFAULT) ? defy : ap->a_val.f; in movegen()
H A Dlinegen.c50 savetext(ap->a_sub, ap->a_val.p); in linegen()
64 if (ap->a_sub == DEFAULT) in linegen()
75 dx[ndxy] -= (ap->a_sub==DEFAULT) ? defx : ap->a_val.f; in linegen()
80 dx[ndxy] += (ap->a_sub==DEFAULT) ? defx : ap->a_val.f; in linegen()
85 dy[ndxy] += (ap->a_sub==DEFAULT) ? defy : ap->a_val.f; in linegen()
90 dy[ndxy] -= (ap->a_sub==DEFAULT) ? defy : ap->a_val.f; in linegen()
142 if (ap->a_sub != PLACENAME) { in linegen()
151 if (ap->a_sub == DEFAULT) in linegen()
H A Dboxgen.c62 if (ap->a_sub == DEFAULT) in boxgen()
69 if (ap->a_sub == DEFAULT) in boxgen()
75 savetext(ap->a_sub, ap->a_val.p); in boxgen()
H A Dcircgen.c40 savetext(ap->a_sub, ap->a_val.p); in circgen()
74 if (ap->a_sub == DEFAULT) in circgen()
81 if (ap->a_sub == DEFAULT) in circgen()
/dports/mail/nextcloud-mail/mail/vendor/rubix/tensor/ext/tensor/reductions/
H A Dref.zep.c69 zval *a, a_sub, result, _0, b, _3, swaps; in PHP_METHOD() local
72 ZVAL_UNDEF(&a_sub); in PHP_METHOD()
119 zval *a, a_sub, *swaps_param = NULL, _0$$3, _1$$3, _2$$3, _3$$3, _4; in PHP_METHOD() local
122 ZVAL_UNDEF(&a_sub); in PHP_METHOD()
H A Drref.zep.c60 …zval *a, a_sub, _0, _1, _2, _3, _4, _30, _7$$3, _9$$3, _10$$3, _12$$3, _16$$6, _17$$6, _21$$7, _23… in PHP_METHOD() local
63 ZVAL_UNDEF(&a_sub); in PHP_METHOD()
225 zval *a, a_sub; in PHP_METHOD() local
228 ZVAL_UNDEF(&a_sub); in PHP_METHOD()
/dports/www/ilias/ILIAS-5.4.25/Services/Container/classes/
H A Dclass.ilContainerObjectiveGUI.php1032 * @param string $a_sub (html)
1045 $a_sub = false, argument
1099 if ($a_sub) {
1101 $tpl->setVariable("SUB_INIT", $a_sub);
1118 * @param string $a_sub (html)
1133 $a_sub = false, argument
1204 if ($a_sub) {
1206 $tpl->setVariable("SUB_INIT", $a_sub);
1271 * @param bool $a_sub
1275 …initial_test, $a_objective_id, array $a_lo_result, $a_list_mode = false, $a_sub = false, $a_tt_suf… argument
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/Container/classes/
H A Dclass.ilContainerObjectiveGUI.php1030 * @param string $a_sub (html)
1043 $a_sub = false, argument
1096 if ($a_sub) {
1098 $tpl->setVariable("SUB_INIT", $a_sub);
1115 * @param string $a_sub (html)
1130 $a_sub = false, argument
1176 if ($a_sub) {
1178 $tpl->setVariable("SUB_INIT", $a_sub);
1241 * @param bool $a_sub
1245 …initial_test, $a_objective_id, array $a_lo_result, $a_list_mode = false, $a_sub = false, $a_tt_suf… argument
[all …]
/dports/mail/nextcloud-mail/mail/vendor/rubix/tensor/ext/tensor/decompositions/
H A Dcholesky.zep.c61 zval *a, a_sub, _0, l, _4, _5, _1$$3, _2$$3, _3$$3; in PHP_METHOD() local
64 ZVAL_UNDEF(&a_sub); in PHP_METHOD()
H A Deigen.zep.c73 …zval *a, a_sub, *symmetric_param = NULL, _0, result, eigenvalues, eigenvectors, _7, _9, _1$$3, _2$… in PHP_METHOD() local
76 ZVAL_UNDEF(&a_sub); in PHP_METHOD()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bapl/
H A Dbapl_lowe_pyramid.hxx64 int a_sub = (index+1)%octave_size_; in neighbors() local
69 const vil_image_view< T > & above = data_[a_oct][a_sub]; in neighbors()

12345