Home
last modified time | relevance | path

Searched refs:dpos (Results 176 – 200 of 1342) sorted by relevance

12345678910>>...54

/dports/misc/rump/buildrump.sh-b914579/src/sys/nfs/
H A Dnfsm_subs.h89 { t1 = mtod(md, char *) + md->m_len-dpos; \
90 if (t1 >= (s) && nfsm_aligned(dpos)) { \
91 (a) = (c)(dpos); \
92 dpos += (s); \
93 } else if ((t1 = nfsm_disct(&md, &dpos, (s), t1, &cp2)) != 0){ \
230 if ((t1 = nfsm_loadattrcache(&ttvp, &md, &dpos, \
377 (t1 = nfsm_mbuftouio(&md,(p),(s),&dpos)) != 0) { \
401 (c), &mrep, &md, &dpos, (rexmitp))) != 0) { \
465 { t1 = mtod(md, char *) + md->m_len - dpos; \
467 dpos += (s); \
[all …]
/dports/astro/py-spktype21/spktype21-7ed2236/test/
H A Dtest_comp121.py39 dpos = pos01 - pos21 variable
41 print(np.sqrt(np.dot(dpos, dpos)), np.sqrt(np.dot(dvel, dvel)))
H A Dtest_compEPH.py41 dpos = refpos - spkpos variable
43 p_dist = np.sqrt(np.dot(dpos, dpos))
/dports/games/openspades/openspades-0.1.3/Sources/AngelScript/source/
H A Das_callfunc_sh4.cpp310 int dpos = 1; in CallSystemFunctionNative() local
318 paramBuffer[dpos++] = args[spos++]; in CallSystemFunctionNative()
325 … memcpy(&paramBuffer[dpos], *(void**)(args+spos), descr->parameterTypes[n].GetSizeInMemoryBytes()); in CallSystemFunctionNative()
329 dpos += descr->parameterTypes[n].GetSizeInMemoryDWords(); in CallSystemFunctionNative()
336 paramBuffer[dpos++] = args[spos++]; in CallSystemFunctionNative()
338 paramBuffer[dpos++] = args[spos++]; in CallSystemFunctionNative()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/angelscript/source/
H A Das_callfunc_sh4.cpp310 int dpos = 1; in CallSystemFunctionNative() local
318 paramBuffer[dpos++] = args[spos++]; in CallSystemFunctionNative()
325 … memcpy(&paramBuffer[dpos], *(void**)(args+spos), descr->parameterTypes[n].GetSizeInMemoryBytes()); in CallSystemFunctionNative()
329 dpos += descr->parameterTypes[n].GetSizeInMemoryDWords(); in CallSystemFunctionNative()
336 paramBuffer[dpos++] = args[spos++]; in CallSystemFunctionNative()
338 paramBuffer[dpos++] = args[spos++]; in CallSystemFunctionNative()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/AngelScript/source/
H A Das_callfunc_sh4.cpp310 int dpos = 1; in CallSystemFunctionNative() local
318 paramBuffer[dpos++] = args[spos++]; in CallSystemFunctionNative()
325 … memcpy(&paramBuffer[dpos], *(void**)(args+spos), descr->parameterTypes[n].GetSizeInMemoryBytes()); in CallSystemFunctionNative()
329 dpos += descr->parameterTypes[n].GetSizeInMemoryDWords(); in CallSystemFunctionNative()
336 paramBuffer[dpos++] = args[spos++]; in CallSystemFunctionNative()
338 paramBuffer[dpos++] = args[spos++]; in CallSystemFunctionNative()
/dports/lang/angelscript/sdk/angelscript/source/
H A Das_callfunc_sh4.cpp310 int dpos = 1; in CallSystemFunctionNative() local
318 paramBuffer[dpos++] = args[spos++]; in CallSystemFunctionNative()
325 … memcpy(&paramBuffer[dpos], *(void**)(args+spos), descr->parameterTypes[n].GetSizeInMemoryBytes()); in CallSystemFunctionNative()
329 dpos += descr->parameterTypes[n].GetSizeInMemoryDWords(); in CallSystemFunctionNative()
336 paramBuffer[dpos++] = args[spos++]; in CallSystemFunctionNative()
338 paramBuffer[dpos++] = args[spos++]; in CallSystemFunctionNative()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DStringPrototype.cpp408 if (dpos >= 0 && dpos < len) in stringProtoFuncCharAt()
425 if (dpos >= 0 && dpos < len) in stringProtoFuncCharCodeAt()
457 if (dpos < 0) in stringProtoFuncIndexOf()
458 dpos = 0; in stringProtoFuncIndexOf()
459 else if (dpos > len) in stringProtoFuncIndexOf()
460 dpos = len; in stringProtoFuncIndexOf()
477 if (dpos < 0) in stringProtoFuncLastIndexOf()
478 dpos = 0; in stringProtoFuncLastIndexOf()
480 dpos = len; in stringProtoFuncLastIndexOf()
483 else if (isnan(dpos)) in stringProtoFuncLastIndexOf()
[all …]
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DStringPrototype.cpp408 if (dpos >= 0 && dpos < len) in stringProtoFuncCharAt()
425 if (dpos >= 0 && dpos < len) in stringProtoFuncCharCodeAt()
457 if (dpos < 0) in stringProtoFuncIndexOf()
458 dpos = 0; in stringProtoFuncIndexOf()
459 else if (dpos > len) in stringProtoFuncIndexOf()
460 dpos = len; in stringProtoFuncIndexOf()
477 if (dpos < 0) in stringProtoFuncLastIndexOf()
478 dpos = 0; in stringProtoFuncLastIndexOf()
480 dpos = len; in stringProtoFuncLastIndexOf()
483 else if (std::isnan(dpos)) in stringProtoFuncLastIndexOf()
[all …]
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DStringPrototype.cpp408 if (dpos >= 0 && dpos < len) in stringProtoFuncCharAt()
425 if (dpos >= 0 && dpos < len) in stringProtoFuncCharCodeAt()
457 if (dpos < 0) in stringProtoFuncIndexOf()
458 dpos = 0; in stringProtoFuncIndexOf()
459 else if (dpos > len) in stringProtoFuncIndexOf()
460 dpos = len; in stringProtoFuncIndexOf()
477 if (dpos < 0) in stringProtoFuncLastIndexOf()
478 dpos = 0; in stringProtoFuncLastIndexOf()
480 dpos = len; in stringProtoFuncLastIndexOf()
483 else if (std::isnan(dpos)) in stringProtoFuncLastIndexOf()
[all …]
/dports/editors/abiword/abiword-3.0.5/src/text/ptbl/xp/
H A Dpf_Frag_Text.cpp77 PT_DocPosition dpos, in createSpecialChangeRecord() argument
84 dpos, m_indexAP, in createSpecialChangeRecord()
94 PT_DocPosition dpos, in createSpecialChangeRecord() argument
105 dpos+startFragOffset, in createSpecialChangeRecord()
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkAffineRepresentation2D.cxx521 double x1[3], x2[3], y1[3], y2[3], dpos[3]; in Translate() local
522 dpos[0] = dpos[1] = dpos[2] = 0.0; in Translate()
533 dpos[0] = eventPos[0] - this->StartEventPosition[0]; in Translate()
538 dpos[1] = eventPos[1] - this->StartEventPosition[1]; in Translate()
543 dpos[0] = eventPos[0] - this->StartEventPosition[0]; in Translate()
544 dpos[1] = eventPos[1] - this->StartEventPosition[1]; in Translate()
548 x1[0] += dpos[0]; x2[0] += dpos[0]; in Translate()
549 y1[0] += dpos[0]; y2[0] += dpos[0]; in Translate()
550 x1[1] += dpos[1]; x2[1] += dpos[1]; in Translate()
551 y1[1] += dpos[1]; y2[1] += dpos[1]; in Translate()
[all …]
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkAffineRepresentation2D.cxx522 double x1[3], x2[3], y1[3], y2[3], dpos[3]; in Translate() local
523 dpos[0] = dpos[1] = dpos[2] = 0.0; in Translate()
549 x1[0] += dpos[0]; in Translate()
550 x2[0] += dpos[0]; in Translate()
551 y1[0] += dpos[0]; in Translate()
552 y2[0] += dpos[0]; in Translate()
553 x1[1] += dpos[1]; in Translate()
554 x2[1] += dpos[1]; in Translate()
555 y1[1] += dpos[1]; in Translate()
556 y2[1] += dpos[1]; in Translate()
[all …]
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkAffineRepresentation2D.cxx523 double x1[3], x2[3], y1[3], y2[3], dpos[3]; in Translate() local
524 dpos[0] = dpos[1] = dpos[2] = 0.0; in Translate()
535 dpos[0] = eventPos[0] - this->StartEventPosition[0]; in Translate()
540 dpos[1] = eventPos[1] - this->StartEventPosition[1]; in Translate()
545 dpos[0] = eventPos[0] - this->StartEventPosition[0]; in Translate()
546 dpos[1] = eventPos[1] - this->StartEventPosition[1]; in Translate()
550 x1[0] += dpos[0]; x2[0] += dpos[0]; in Translate()
551 y1[0] += dpos[0]; y2[0] += dpos[0]; in Translate()
552 x1[1] += dpos[1]; x2[1] += dpos[1]; in Translate()
553 y1[1] += dpos[1]; y2[1] += dpos[1]; in Translate()
[all …]
/dports/devel/libowfat/libowfat-0.32/
H A Dcdb.h25 uint32 dpos; /* initialized if cdb_findnext() returns 1 */ member
43 #define cdb_datapos(c) ((c)->dpos)
46 #define cdb_keylen(c) ((c)->dpos-(c)->kpos)
/dports/math/R/R-4.1.2/src/library/tools/R/
H A DSweavetools.R41 dpos <- grep(syntax$doc, lines) functionVar
44 recs <- rbind(data.frame(line = dpos,
45 type = rep.int(TEXT, length(dpos))),
/dports/math/libRmath/R-4.1.1/src/library/tools/R/
H A DSweavetools.R41 dpos <- grep(syntax$doc, lines) functionVar
44 recs <- rbind(data.frame(line = dpos,
45 type = rep.int(TEXT, length(dpos))),
/dports/science/ghmm/ghmm-0.9-rc3/ghmm/
H A Dmprintf.c524 static int mprintf_memcpy (char **dst, int *dpos, int *dlen, in mprintf_memcpy() argument
530 if (*dpos + slen >= *dlen) { in mprintf_memcpy()
534 while (newlen <= *dpos + slen) in mprintf_memcpy()
545 *dpos = *dlen; in mprintf_memcpy()
552 memcpy (*dst + *dpos, src, slen); in mprintf_memcpy()
553 (*dst)[*dpos + slen] = 0; in mprintf_memcpy()
554 *dpos += slen; in mprintf_memcpy()
571 int dpos; in ighmm_mprintf_va() local
604 dpos = 0; in ighmm_mprintf_va()
628 if (mprintf_memcpy (&dst, &dpos, &dlen, next, nlen, dyn)) in ighmm_mprintf_va()
/dports/games/battletanks/btanks-0.9.8083/objects/
H A Dmissile.cpp170 v2<float> dpos; in emit() local
172 dpos = o->get_relative_position(this); in emit()
174 …Object * e = (o != NULL? o: this)->spawn(type + "-explosion", type + "-explosion", dpos, v2<float>… in emit()
178 v2<float> dpos; in emit() local
183 spawn("explosion", "missile-explosion", dpos, v2<float>(), z); in emit()
/dports/devel/ode/ode-0.13/ode/demo/
H A Ddemo_trimesh.cpp237 dReal dpos[GPB][3]; // delta-positions for encapsulated geometries in command() local
245 for (k=0; k<3; k++) dpos[j][k] = dRandReal()*0.3-0.15; in command()
269 dGeomSetPosition (g2[k],dpos[k][0],dpos[k][1],dpos[k][2]); in command()
270 dMassTranslate (&m2,dpos[k][0],dpos[k][1],dpos[k][2]); in command()
284 dpos[k][0]-m.c[0], in command()
285 dpos[k][1]-m.c[1], in command()
286 dpos[k][2]-m.c[2]); in command()
/dports/games/battletanks/btanks-0.9.8083/engine/src/
H A Dworld.cpp463 collides = obj1->collides(obj2, dpos.x, dpos.y); in collides()
469 collides = obj1->collides(obj2, dpos.x, dpos.y); in collides()
981 v2<float> dpos; in _tick()
984 dpos *= o.size.length() / 2; in _tick()
1056 if (!dpos.is0()) { in _tick()
1078 dpos.x = 0; in _tick()
1081 dpos.y = 0; in _tick()
1085 dpos.x = 0; in _tick()
1088 dpos.y = 0; in _tick()
1092 Map->add(o._position, dpos); in _tick()
[all …]
/dports/astro/py-spktype01/spktype01-964cc70/test/
H A Dtest_spktype01.py53 dpos = refpos - spkpos variable
55 prange = np.sqrt(np.dot(dpos, dpos))
/dports/emulators/mess/mame-mame0226/src/frontend/mame/ui/
H A Ddevopt.cpp76 size_t dpos = hz.length() - d; in populate() local
77 hz.insert(dpos, "."); in populate()
79 hz = hz.substr(0, last + (last != dpos ? 1 : 0)); in populate()
107 size_t dpos = hz.find_last_of('.'); in populate() local
108 hz = hz.substr(0, last + (last != dpos ? 1 : 0)); in populate()
149 size_t dpos = hz.length() - d; in populate() local
150 hz.insert(dpos, "."); in populate()
152 hz = hz.substr(0, last + (last != dpos ? 1 : 0)); in populate()
/dports/emulators/mame/mame-mame0226/src/frontend/mame/ui/
H A Ddevopt.cpp76 size_t dpos = hz.length() - d; in populate() local
77 hz.insert(dpos, "."); in populate()
79 hz = hz.substr(0, last + (last != dpos ? 1 : 0)); in populate()
107 size_t dpos = hz.find_last_of('.'); in populate() local
108 hz = hz.substr(0, last + (last != dpos ? 1 : 0)); in populate()
149 size_t dpos = hz.length() - d; in populate() local
150 hz.insert(dpos, "."); in populate()
152 hz = hz.substr(0, last + (last != dpos ? 1 : 0)); in populate()
/dports/net/ipsumdump/ipsumdump-1.86/src/
H A Dfromnetflowsumdump.cc154 int pos = 0, dpos = 0; in read_packet() local
155 while (dpos < len && pos < 15) { in read_packet()
156 int start = dpos; in read_packet()
157 while (dpos < len && data[dpos] != '|') in read_packet()
158 dpos++; in read_packet()
159 words[pos++] = line.substring(start, dpos - start); in read_packet()
160 dpos++; in read_packet()

12345678910>>...54