Home
last modified time | relevance | path

Searched refs:SELF (Results 1 – 25 of 2203) sorted by relevance

12345678910>>...89

/dports/devel/tcllib/tcllib-1.20/modules/struct/graph/tests/
H A DXcontrol20 source ${SELF}/Xsetup
22 source ${SELF}/arcs.test
23 source ${SELF}/assign.test
24 source ${SELF}/command.test
26 source ${SELF}/nodes.test
27 source ${SELF}/rassign.test
29 source ${SELF}/swap.test
30 source ${SELF}/walk.test
32 source ${SELF}/arc/attr.test
35 source ${SELF}/arc/flip.test
[all …]
H A DXOpsControl11 set SELF [file dirname [info script]]
15 source ${SELF}/Xsetup
16 source ${SELF}/Xsupport
17 source ${SELF}/XOpsSetup
19 source ${SELF}/ops/adjmatrix.test ; # Adjacency matrix
29 source ${SELF}/ops/bridge.test ; # Arc a bridge?
30 source ${SELF}/ops/eulertour.test ; # Eulerian graphs
34 source ${SELF}/ops/distance.test ; # Node distances
36 source ${SELF}/ops/radius.test ; # Graph radius
37 source ${SELF}/ops/diameter.test ; # Graph diameter
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/struct/graph/tests/
H A DXcontrol20 source ${SELF}/Xsetup
22 source ${SELF}/arcs.test
23 source ${SELF}/assign.test
24 source ${SELF}/command.test
26 source ${SELF}/nodes.test
27 source ${SELF}/rassign.test
29 source ${SELF}/swap.test
30 source ${SELF}/walk.test
32 source ${SELF}/arc/attr.test
35 source ${SELF}/arc/flip.test
[all …]
H A DXOpsControl11 set SELF [file dirname [info script]]
15 source ${SELF}/Xsetup
16 source ${SELF}/Xsupport
17 source ${SELF}/XOpsSetup
19 source ${SELF}/ops/adjmatrix.test ; # Adjacency matrix
29 source ${SELF}/ops/bridge.test ; # Arc a bridge?
30 source ${SELF}/ops/eulertour.test ; # Eulerian graphs
34 source ${SELF}/ops/distance.test ; # Node distances
36 source ${SELF}/ops/radius.test ; # Graph radius
37 source ${SELF}/ops/diameter.test ; # Graph diameter
[all …]
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/
H A DLFO.cpp38 SELF = new LFOPriv; in LFO()
42 if (SELF) delete SELF; in ~LFO()
47 if (SELF->lfo) { in createLFO()
48 delete SELF->lfo; in createLFO()
49 SELF->lfo = NULL; in createLFO()
61 SELF->lfo = lfo; in createLFO()
69 SELF->lfoClass = lfo_class_sine_signed; in createLFO()
77 SELF->lfoClass = lfo_class_saw_signed; in createLFO()
125 inline float renderLFO(LFOPriv* SELF) { in renderLFO() argument
130 switch (SELF->lfoClass) { in render()
[all …]
/dports/lang/parrot/parrot-8.1.0/src/pmc/
H A Dscalar.pmc68 SELF.set_number_native(v);
80 SELF.set_pmc(value);
115 Adds C<value> to C<SELF> inplace.
278 UNUSED(SELF)
310 UNUSED(SELF)
328 VTABLE_set_number_native(INTERP, SELF, SELF.get_number() * value);
395 VTABLE_set_number_native(INTERP, SELF, SELF.get_number() / d);
403 VTABLE_set_number_native(INTERP, SELF, SELF.get_number() / value);
411 VTABLE_set_number_native(INTERP, SELF, SELF.get_number() / value);
615 VTABLE_set_integer_native(INTERP, SELF, -SELF.get_integer());
[all …]
H A Dimageiothaw.pmc49 PARROT_IMAGEIOTHAW(SELF)->seen =
51 PARROT_IMAGEIOTHAW(SELF)->todo =
54 PObj_flag_CLEAR(private1, SELF);
56 PObj_custom_mark_SET(SELF);
72 PARROT_IMAGEIOTHAW(SELF)->pf = NULL;
111 PARROT_IMAGEIOTHAW(SELF)->pf = PARROT_IMAGEIOTHAW(SELF)->pf_ct->base.pf;
119 PObj_custom_destroy_SET(SELF);
203 UNUSED(SELF)
219 PObj_flag_SET(private1, SELF);
242 BYTECODE_SHIFT_OK(INTERP, SELF);
[all …]
H A Dinteger.pmc440 SELF = upgrade_self_to_bignum(INTERP, SELF);
563 SELF = upgrade_self_to_bignum(INTERP, SELF);
593 SELF = upgrade_self_to_bignum(INTERP, SELF);
764 SELF = upgrade_self_to_bignum(INTERP, SELF);
776 VTABLE_set_number_native(INTERP, SELF, SELF.get_number() / d);
866 SELF = upgrade_self_to_bignum(INTERP, SELF);
998 SELF = upgrade_self_to_bignum(INTERP, SELF);
1053 Set C<dest> to the negated value of C<SELF>. If the value of C<SELF>
1082 SELF = upgrade_self_to_bignum(INTERP, SELF);
1265 Sets C<dest> to the absolute value of C<SELF>. If the value of C<SELF>
[all …]
H A Dfloat.pmc39 SET_ATTR_fv(INTERP, SELF, 0.0);
55 GET_ATTR_fv(INTERP, SELF, fv);
73 return &(PARROT_FLOAT(SELF)->fv);
88 GET_ATTR_fv(INTERP, SELF, fv);
162 Parrot_pmc_reuse(INTERP, SELF,
164 SELF.set_integer_native(value);
168 Parrot_pmc_reuse(INTERP, SELF,
170 SELF.set_bool(value);
200 Parrot_pmc_reuse(INTERP, SELF,
202 SELF.set_string_native(value);
[all …]
H A Dcomplex.pmc346 SELF.init();
381 GET_ATTR_re(INTERP, SELF, re);
382 GET_ATTR_im(INTERP, SELF, im);
1339 Returns e ^ SELF as a PMC.
1382 Returns C<FUNC>(SELF).
1545 e = Parrot_Complex_multi_multiply_Complex_PMC(INTERP, SELF, SELF, e);
1573 e = Parrot_Complex_multi_multiply_Complex_PMC(INTERP, SELF, SELF, e);
1664 Returns the arctangent of SELF.
1668 Returns the arcsine of SELF.
1672 Returns the arccosine of SELF.
[all …]
H A Dimageiosize.pmc103 PObj_flag_CLEAR(private1, SELF);
105 PObj_custom_mark_SET(SELF);
119 PARROT_IMAGEIOSIZE(SELF)->pf_ct =
127 PObj_flag_SET(private1, SELF);
129 PObj_custom_mark_SET(SELF);
175 UNUSED(SELF)
270 SELF.push_integer(0);
279 SELF.push_integer(0);
280 SELF.push_integer(cno);
281 SELF.push_integer(idx);
[all …]
H A Dresizablestringarray.pmc64 GET_ATTR_size(INTERP, SELF, size);
316 SELF.delete_keyed_int(0);
366 SELF.push_string(strvalue);
386 SELF.push_string(val);
406 SELF.push_string(val);
433 SELF.delete_keyed_int(0);
477 SELF.unshift_string(strvalue);
497 SELF.unshift_string(val);
517 SELF.unshift_string(val);
669 SELF.unshift_pmc(value);
[all …]
H A Dexception.pmc122 PObj_custom_mark_SET(SELF);
147 SELF.init();
148 SET_ATTR_type(INTERP, SELF, type);
208 GET_ATTR_id(INTERP, SELF, id);
214 GET_ATTR_type(INTERP, SELF, type);
257 GET_ATTR_type(INTERP, SELF, type);
373 message = SELF.get_string();
448 return SELF.get_attr_str(s);
478 SET_ATTR_id(INTERP, SELF, value);
595 SELF.set_attr_str(s, value);
[all …]
H A Darrayiterator.pmc84 UNUSED(SELF)
104 PObj_custom_mark_SET(SELF);
140 GET_ATTR_pos(INTERP, SELF, pos);
265 GET_ATTR_pos(INTERP, SELF, pos);
290 GET_ATTR_pos(INTERP, SELF, pos);
315 GET_ATTR_pos(INTERP, SELF, pos);
342 GET_ATTR_pos(INTERP, SELF, pos);
370 GET_ATTR_pos(INTERP, SELF, pos);
395 GET_ATTR_pos(INTERP, SELF, pos);
420 GET_ATTR_pos(INTERP, SELF, pos);
[all …]
H A Dresizableintegerarray.pmc60 GET_ATTR_size(INTERP, SELF, size);
88 GET_ATTR_size(INTERP, SELF, size);
96 if (key >= SELF.get_integer())
202 GET_ATTR_size(INTERP, SELF, size);
209 SELF.set_integer_native(size - 1);
225 GET_ATTR_size(INTERP, SELF, size);
236 SELF.set_integer_native(size);
253 GET_ATTR_size(INTERP, SELF, size);
255 SELF.set_integer_native(size + 1);
274 GET_ATTR_size(INTERP, SELF, size);
[all …]
H A Dresizablepmcarray.pmc222 PMC_offset(SELF) = 0;
266 PMC_size(SELF) = n;
294 PMC_size(SELF) = n;
490 if (SELF == value)
496 PMC_offset(SELF) = 0;
632 SELF.push_pmc(val);
638 SELF.push_pmc(val);
648 PMC_size(SELF)++;
665 SELF.push_pmc(val);
967 PMC **pos = PMC_array(SELF) + PMC_offset(SELF);
[all …]
H A Dbytebuffer.pmc86 PObj_custom_mark_destroy_SETALL(SELF);
103 GET_ATTR_source(INTERP, SELF, source);
130 GET_ATTR_size(INTERP, SELF, size);
160 SET_ATTR_size(INTERP, SELF, 0);
164 GET_ATTR_size(INTERP, SELF, size);
239 GET_ATTR_size(INTERP, SELF, size);
302 GET_ATTR_size(INTERP, SELF, size);
323 GET_ATTR_size(INTERP, SELF, size);
385 GET_ATTR_size(INTERP, SELF, size);
414 GET_ATTR_size(INTERP, SELF, size);
[all …]
/dports/sysutils/xorriso/libisoburn-1.5.0/releng/
H A Dmanual_isojigdo39 printf "\n${SELF}: directory %s exists!" ${GEN_DATA_DIR}
40 printf "\n${SELF}: use './${SELF} -c' to remove.\n"
47 IMG_EXTRACT_DIR=${GEN_DATA_DIR}/${SELF}_extracted_tree
63 printf "${SELF}: Config items:"
91 printf "\n${SELF}: Downloading ${REMOTE_URL}/${REMOTE_IMG}\n"
141 echo -e "${SELF}: Extracting ISO image:\n${CMD_EXTRACT}\n"
188 printf "\n${SELF}: FAIL to compose the boot section.\n"
219 printf "\nFAIL : ${SELF}: ./jigdo-gen-md5-list returns $ret"
244 printf "${SELF}: Creating new ISO from jigdo files..."
252 printf "\n${SELF}: Not found: jigit-mkimage. Install jigit."
[all …]
H A Dauto_isocontent42 printf "\n${SELF}: directory %s exists!" ${GEN_DATA_DIR}
43 printf "\n${SELF}: use '${SELF} -c' to remove.\n"
91 printf "\nFAIL : ${SELF} : Not found: ${ISOfile}\n"
221 echo -e "\n${SELF}: Producing simple image via -o" >&2
269 printf "\n${SELF}: Ok. -assert_volid snapped.\n"
326 printf "\n${SELF}: Expected: $expected" >&2
327 printf "\n${SELF}: Got : $x\n" >&2
333 printf "\n${SELF}: Checking ACLs ...\n" >&2
338 printf "${SELF}: Checking ACLs done: ok.\n" >&2
392 printf "${SELF}: FAILED"
[all …]
/dports/devel/bison/bison-3.7.6/src/
H A DSbitset.h29 # define Sbitset__byteAddress(SELF, INDEX) \ argument
30 (((SELF) + (INDEX) / CHAR_BIT))
42 # define Sbitset__test(SELF, INDEX) \ argument
49 # define Sbitset__set(SELF, INDEX) \ argument
51 *Sbitset__byteAddress ((SELF), (INDEX)) = \
55 # define Sbitset__reset(SELF, INDEX) \ argument
62 # define Sbitset__zero(SELF, NBITS) \ argument
64 memset (SELF, 0, Sbitset__nbytes (NBITS)); \
68 # define Sbitset__ones(SELF, NBITS) \ argument
70 memset (SELF, UCHAR_MAX, Sbitset__nbytes (NBITS)); \
[all …]
/dports/math/clingo/clingo-5.5.1/clasp/clasp/cli/
H A Dclasp_cli_options.inl129 …GET_FUN(str) { ITE(!SELF.testerConfig() || !SELF.testerConfig()->stats, str << SELF.stats, str <<
167 STORE(SELF.opt), GET(SELF.opt))
184 GET_IF(SELF.opt.trim, (OptParams::UscTrim)SELF.opt.trim, SELF.opt.tLim))
200 GET_IF(SELF.lookType, (VarType)SELF.lookType, SELF.lookOps))
335 GET_IF(SELF.randRuns, SELF.randRuns,SELF.randConf))
365 GET_IF(SELF.counterRestart, SELF.counterRestart, SELF.counterBump))
374 GET_IF(SELF.blockWindow, SELF.blockWindow, SELF.blockScale, SELF.blockFirst))
377 GET_IF(SELF.shuffle, SELF.shuffle, SELF.shuffleNext))
411 …GET_FUN(str) { if (SELF.fGrow == 0.0f) str<<off; else { str<<SELF.fGrow<<SELF.fMax; if (!SELF.grow…
420 GET_IF(SELF.fInit, 1.0/SELF.fInit, SELF.initRange.lo, SELF.initRange.hi - SELF.initRange.lo))
[all …]
/dports/math/clasp/clasp-3.3.5/clasp/cli/
H A Dclasp_cli_options.inl129 …GET_FUN(str) { ITE(!SELF.testerConfig() || !SELF.testerConfig()->stats, str << SELF.stats, str <<
167 STORE(SELF.opt), GET(SELF.opt))
184 GET_IF(SELF.opt.trim, (OptParams::UscTrim)SELF.opt.trim, SELF.opt.tLim))
200 GET_IF(SELF.lookType, (VarType)SELF.lookType, SELF.lookOps))
335 GET_IF(SELF.randRuns, SELF.randRuns,SELF.randConf))
365 GET_IF(SELF.counterRestart, SELF.counterRestart, SELF.counterBump))
374 GET_IF(SELF.blockWindow, SELF.blockWindow, SELF.blockScale, SELF.blockFirst))
377 GET_IF(SELF.shuffle, SELF.shuffle, SELF.shuffleNext))
411 …GET_FUN(str) { if (SELF.fGrow == 0.0f) str<<off; else { str<<SELF.fGrow<<SELF.fMax; if (!SELF.grow…
420 GET_IF(SELF.fInit, 1.0/SELF.fInit, SELF.initRange.lo, SELF.initRange.hi - SELF.initRange.lo))
[all …]
/dports/math/clingo/clingo-5.5.1/clasp/clasp-da10954/clasp/cli/
H A Dclasp_cli_options.inl129 …GET_FUN(str) { ITE(!SELF.testerConfig() || !SELF.testerConfig()->stats, str << SELF.stats, str <<
167 STORE(SELF.opt), GET(SELF.opt))
184 GET_IF(SELF.opt.trim, (OptParams::UscTrim)SELF.opt.trim, SELF.opt.tLim))
200 GET_IF(SELF.lookType, (VarType)SELF.lookType, SELF.lookOps))
335 GET_IF(SELF.randRuns, SELF.randRuns,SELF.randConf))
365 GET_IF(SELF.counterRestart, SELF.counterRestart, SELF.counterBump))
374 GET_IF(SELF.blockWindow, SELF.blockWindow, SELF.blockScale, SELF.blockFirst))
377 GET_IF(SELF.shuffle, SELF.shuffle, SELF.shuffleNext))
411 …GET_FUN(str) { if (SELF.fGrow == 0.0f) str<<off; else { str<<SELF.fGrow<<SELF.fMax; if (!SELF.grow…
420 GET_IF(SELF.fInit, 1.0/SELF.fInit, SELF.initRange.lo, SELF.initRange.hi - SELF.initRange.lo))
[all …]
/dports/lang/parrot/parrot-8.1.0/src/dynpmc/
H A Drational.pmc267 UNUSED(SELF)
284 UNUSED(SELF)
399 mpz_tdiv_q(q, mpq_numref(RT(SELF)), mpq_denref(RT(SELF)));
498 mpz_add(mpq_numref(RT(SELF)), mpq_numref(RT(SELF)), mpq_denref(RT(SELF)));
517 mpz_sub(mpq_numref(RT(SELF)), mpq_numref(RT(SELF)), mpq_denref(RT(SELF)));
587 mpq_add(RT(SELF), RT(SELF), RT(value));
709 mpq_sub(RT(SELF), RT(SELF), RT(value));
831 mpq_mul(RT(SELF), RT(SELF), RT(value));
953 mpq_div(RT(SELF), RT(SELF), RT(value));
1047 mpq_neg(RT(SELF), RT(SELF));
[all …]
/dports/math/ggobi/ggobi-2.1.11/src/
H A Drenderer.gob92 SELF(self)->_priv->buffer, gc, points, npoints);
98 SELF(self)->_priv->buffer, gc, segs, nsegs);
147 SELF(self)->_priv->buffer, values, mask);
168 SELF(self)->_priv->buffer);
174 SELF(self)->_priv->buffer, width, height);
181 SELF(self)->_priv->buffer, cmap);
187 SELF(self)->_priv->buffer);
193 SELF(self)->_priv->buffer);
199 SELF(self)->_priv->buffer);
211 SELF(self)->_priv->buffer);
[all …]

12345678910>>...89