Home
last modified time | relevance | path

Searched refs:dpos (Results 26 – 50 of 1342) sorted by relevance

12345678910>>...54

/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/AngelScript/source/
H A Das_callfunc_x64_msvc.cpp114 asUINT dpos = paramSize; in CallSystemFunctionNative() local
124 allArgBuffer[dpos++] = *(asQWORD*)&args[spos]; in CallSystemFunctionNative()
138 dpos += qwords; in CallSystemFunctionNative()
145 allArgBuffer[dpos++] = *(asQWORD*)&args[spos]; in CallSystemFunctionNative()
147 allArgBuffer[dpos++] = args[spos++]; in CallSystemFunctionNative()
156 allArgBuffer[dpos] = *(asQWORD*)&args[spos]; in CallSystemFunctionNative()
161 floatArgBuffer[dpos] = *(asQWORD*)&args[spos]; in CallSystemFunctionNative()
163 dpos++; in CallSystemFunctionNative()
168 allArgBuffer[dpos] = args[spos]; in CallSystemFunctionNative()
173 floatArgBuffer[dpos] = args[spos]; in CallSystemFunctionNative()
[all …]
H A Das_callfunc_x64_mingw.cpp244 asUINT dpos = paramSize; in CallSystemFunctionNative() local
253 allArgBuffer[dpos++] = *(asQWORD*)&args[spos]; in CallSystemFunctionNative()
267 dpos += qwords; in CallSystemFunctionNative()
274 allArgBuffer[dpos++] = *(asQWORD*)&args[spos]; in CallSystemFunctionNative()
276 allArgBuffer[dpos++] = args[spos++]; in CallSystemFunctionNative()
285 allArgBuffer[dpos] = *(asQWORD*)&args[spos]; in CallSystemFunctionNative()
290 floatArgBuffer[dpos] = *(asQWORD*)&args[spos]; in CallSystemFunctionNative()
292 dpos++; in CallSystemFunctionNative()
297 allArgBuffer[dpos] = args[spos]; in CallSystemFunctionNative()
302 floatArgBuffer[dpos] = args[spos]; in CallSystemFunctionNative()
[all …]
H A Das_callfunc_arm.cpp137 int dpos = 2; in CallSystemFunctionNative() local
155 paramBuffer[dpos++] = args[spos++]; in CallSystemFunctionNative()
163 ((dpos & 1) == mask) ) in CallSystemFunctionNative()
166 dpos++; in CallSystemFunctionNative()
187 ((dpos & 1) == mask) ) in CallSystemFunctionNative()
190 dpos++; in CallSystemFunctionNative()
196 paramBuffer[dpos++] = args[spos++]; in CallSystemFunctionNative()
385 int dpos = 2;
412 if ( (dpos & 1) == mask )
415 dpos++;
[all …]
/dports/lang/angelscript/sdk/angelscript/source/
H A Das_callfunc_x64_msvc.cpp114 asUINT dpos = paramSize; in CallSystemFunctionNative() local
124 allArgBuffer[dpos++] = *(asQWORD*)&args[spos]; in CallSystemFunctionNative()
138 dpos += qwords; in CallSystemFunctionNative()
145 allArgBuffer[dpos++] = *(asQWORD*)&args[spos]; in CallSystemFunctionNative()
147 allArgBuffer[dpos++] = args[spos++]; in CallSystemFunctionNative()
156 allArgBuffer[dpos] = *(asQWORD*)&args[spos]; in CallSystemFunctionNative()
161 floatArgBuffer[dpos] = *(asQWORD*)&args[spos]; in CallSystemFunctionNative()
163 dpos++; in CallSystemFunctionNative()
168 allArgBuffer[dpos] = args[spos]; in CallSystemFunctionNative()
173 floatArgBuffer[dpos] = args[spos]; in CallSystemFunctionNative()
[all …]
H A Das_callfunc_x64_mingw.cpp244 asUINT dpos = paramSize; in CallSystemFunctionNative() local
253 allArgBuffer[dpos++] = *(asQWORD*)&args[spos]; in CallSystemFunctionNative()
267 dpos += qwords; in CallSystemFunctionNative()
274 allArgBuffer[dpos++] = *(asQWORD*)&args[spos]; in CallSystemFunctionNative()
276 allArgBuffer[dpos++] = args[spos++]; in CallSystemFunctionNative()
285 allArgBuffer[dpos] = *(asQWORD*)&args[spos]; in CallSystemFunctionNative()
290 floatArgBuffer[dpos] = *(asQWORD*)&args[spos]; in CallSystemFunctionNative()
292 dpos++; in CallSystemFunctionNative()
297 allArgBuffer[dpos] = args[spos]; in CallSystemFunctionNative()
302 floatArgBuffer[dpos] = args[spos]; in CallSystemFunctionNative()
[all …]
H A Das_callfunc_arm.cpp137 int dpos = 2; in CallSystemFunctionNative() local
155 paramBuffer[dpos++] = args[spos++]; in CallSystemFunctionNative()
163 ((dpos & 1) == mask) ) in CallSystemFunctionNative()
166 dpos++; in CallSystemFunctionNative()
187 ((dpos & 1) == mask) ) in CallSystemFunctionNative()
190 dpos++; in CallSystemFunctionNative()
196 paramBuffer[dpos++] = args[spos++]; in CallSystemFunctionNative()
385 int dpos = 2;
412 if ( (dpos & 1) == mask )
415 dpos++;
[all …]
/dports/science/py-ase/ase-3.22.0/ase/optimize/
H A Doldqn.py211 dpos = pos - self.oldpos
214 dott = np.dot(dpos, tvec)
224 dpos = pos - self.oldpos
225 absdpos = np.dot(dpos, dpos)
234 dott = np.dot(dpos, tvec)
238 h = tvec[i] * dpos[j] + dpos[i] * \
239 tvec[j] - ddot * dpos[i] * dpos[j]
247 dpos = pos - self.oldpos
248 absdpos = np.dot(dpos, dpos)
264 h = coef1 * (tvec[i] * dpos[j] + dpos[i] * tvec[j]) - \
[all …]
/dports/net/mptsd/mptsd-1.1/libtsfuncs/
H A Dsdt_desc.c108 int dpos = 0; in ts_sdt_add_service_descriptor() local
110 desc[dpos + 0] = 0x48; // Service descriptor in ts_sdt_add_service_descriptor()
111 desc[dpos + 1] = desc_size - 2; // -2 Because of two byte header in ts_sdt_add_service_descriptor()
112 …desc[dpos + 2] = video ? 0x01 : 0x02; // DVB Table 75: Service type coding: 0x01 - digital tv, 0x0… in ts_sdt_add_service_descriptor()
113 desc[dpos + 3] = (provider_name ? strlen(provider_name) : 0); in ts_sdt_add_service_descriptor()
114 dpos += 4; in ts_sdt_add_service_descriptor()
116 dpos++; in ts_sdt_add_service_descriptor()
120 desc[dpos++] = name[0]; in ts_sdt_add_service_descriptor()
125 dpos++; in ts_sdt_add_service_descriptor()
127 desc[dpos++] = (service_name ? strlen(service_name) : 0); in ts_sdt_add_service_descriptor()
[all …]
/dports/math/unuran/unuran-1.8.1/src/tests/
H A Dquantiles.c81 double dpos[5]; /* desired position */ in unur_test_quartiles() local
125 dpos[0] = 0.; in unur_test_quartiles()
126 dpos[1] = p/2.; in unur_test_quartiles()
127 dpos[2] = 4.*p; in unur_test_quartiles()
128 dpos[3] = 2. + 2.*p; in unur_test_quartiles()
129 dpos[4] = 4.; in unur_test_quartiles()
175 dpos[1] = (double) n * p/2.; in unur_test_quartiles()
176 dpos[2] = (double) n * p; in unur_test_quartiles()
177 dpos[3] = (double) n * (1.+p)/2.; in unur_test_quartiles()
178 dpos[4] = (double) n; in unur_test_quartiles()
[all …]
/dports/emulators/mess/mame-mame0226/src/lib/formats/
H A Dg64_dsk.cpp65 uint32_t dpos = pick_integer_le(&img[0], tpos, 4); in load() local
67 if (!dpos) in load()
70 if (dpos > size) in load()
72 osd_printf_error("g64_format: Track %u offset %06x out of bounds\n", track, dpos); in load()
84 uint16_t track_bytes = pick_integer_le(&img[0], dpos, 2); in load()
89 generate_track_from_bitstream(cylinder, head, &img[dpos+2], track_size, image); in load()
131 uint32_t dpos = POS_TRACK_OFFSET + (tracks * 4 * 2) + (tracks_written * TRACK_LENGTH); in save() local
157 place_integer_le(track_offset, 0, 4, dpos); in save()
163 io_generic_write_filler(io, 0xff, dpos, TRACK_LENGTH); in save()
164 io_generic_write(io, track_length, dpos, 2); in save()
[all …]
/dports/emulators/mame/mame-mame0226/src/lib/formats/
H A Dg64_dsk.cpp65 uint32_t dpos = pick_integer_le(&img[0], tpos, 4); in load() local
67 if (!dpos) in load()
70 if (dpos > size) in load()
72 osd_printf_error("g64_format: Track %u offset %06x out of bounds\n", track, dpos); in load()
84 uint16_t track_bytes = pick_integer_le(&img[0], dpos, 2); in load()
89 generate_track_from_bitstream(cylinder, head, &img[dpos+2], track_size, image); in load()
131 uint32_t dpos = POS_TRACK_OFFSET + (tracks * 4 * 2) + (tracks_written * TRACK_LENGTH); in save() local
157 place_integer_le(track_offset, 0, 4, dpos); in save()
163 io_generic_write_filler(io, 0xff, dpos, TRACK_LENGTH); in save()
164 io_generic_write(io, track_length, dpos, 2); in save()
[all …]
/dports/astro/stellarium/stellarium-0.21.3/src/gui/
H A DDialog.cpp41 QPoint dpos = event->pos() - mousePos; in mouseMoveEvent() local
43 QPoint targetPos = p->pos() + dpos; in mouseMoveEvent()
66 QPoint dpos = event->pos() - mousePos; in mouseMoveEvent() local
91 if (w + dpos.x() >= minw) in mouseMoveEvent()
92 w += dpos.x(); in mouseMoveEvent()
93 else if (w > minw && dpos.x() < 0) in mouseMoveEvent()
95 if (h + dpos.y() >= minh) in mouseMoveEvent()
96 h += dpos.y(); in mouseMoveEvent()
97 else if (h > minh && dpos.y() < 0) in mouseMoveEvent()
/dports/editors/abiword/abiword-3.0.5/src/text/ptbl/xp/
H A Dpt_PieceTable.h158 bool insertObject(PT_DocPosition dpos,
168 bool insertSpan(PT_DocPosition dpos,
217 bool insertStrux(PT_DocPosition dpos,
221 bool insertStrux(PT_DocPosition dpos,
263 PT_DocPosition dpos, in insertFmtMark() argument
548 PT_DocPosition dpos,
564 PT_DocPosition dpos,
587 PT_DocPosition dpos,
591 PT_DocPosition dpos,
595 PT_DocPosition dpos,
[all …]
H A Dpt_PT_FmtMark.cpp43 PT_DocPosition dpos, in _insertFmtMarkFragWithNotify() argument
54 getFragFromPosition(dpos,&pf,&fo); in _insertFmtMarkFragWithNotify()
138 dpos,indexNewAP,blockOffset); in _insertFmtMarkFragWithNotify()
192 PT_DocPosition dpos, in _insertFmtMarkAfterBlockWithNotify() argument
202 UT_ASSERT_HARMLESS(dposTest == dpos); in _insertFmtMarkAfterBlockWithNotify()
214 dpos,api,blockOffset); in _insertFmtMarkAfterBlockWithNotify()
237 dpos, pffm->getIndexAP(), blockOffset); in _deleteFmtMarkWithNotify()
304 PT_DocPosition dpos, in _fmtChangeFmtMarkWithNotify() argument
335 dpos, indexOldAP,indexNewAP, blockOffset); in _fmtChangeFmtMarkWithNotify()
363 PT_DocPosition dpos, in _insertFmtMarkFragWithNotify() argument
[all …]
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/graphics/
H A Ddotplots.py233 dpos = (top - bottom) / float(nrows)
248 stackd = dpos / (2.5*(float(nval)-1))
280 pos = top - dpos/2 if nsect == 1 else top
283 pos = bottom + dpos/2
319 ax.fill_between((pos-dpos/2+0.01,
320 pos+(m-1)*dpos+dpos/2-0.01),
364 ax.fill_between((0, 1), (pos-dpos/2, pos-dpos/2),
365 (pos+dpos/2, pos+dpos/2),
370 ax.fill_between((pos-dpos/2, pos+dpos/2),
461 pos -= dpos
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/common/
H A Dnfs_common.h65 void *nfsm_dissect_xx(int s, struct mbuf **md, caddr_t *dpos);
66 void *nfsm_dissect_xx_nonblock(int s, struct mbuf **md, caddr_t *dpos);
67 int nfsm_strsiz_xx(int *s, int m, struct mbuf **md, caddr_t *dpos);
68 int nfsm_adv_xx(int s, struct mbuf **md, caddr_t *dpos);
94 ret = nfsm_dissect_xx((s), &md, &dpos); \
102 ret = nfsm_dissect_xx_nonblock((s), &md, &dpos); \
110 t1 = nfsm_strsiz_xx(&(s), (m), &md, &dpos); \
118 t1 = nfsm_mbuftouio(&md, (p), (s), &dpos); \
127 t1 = nfsm_adv_xx((s), &md, &dpos); \
/dports/games/openspades/openspades-0.1.3/Sources/AngelScript/source/
H A Das_callfunc_x64_mingw.cpp244 asUINT dpos = paramSize; in CallSystemFunctionNative() local
253 allArgBuffer[dpos++] = *(asQWORD*)&args[spos]; in CallSystemFunctionNative()
267 dpos += qwords; in CallSystemFunctionNative()
274 allArgBuffer[dpos++] = *(asQWORD*)&args[spos]; in CallSystemFunctionNative()
276 allArgBuffer[dpos++] = args[spos++]; in CallSystemFunctionNative()
285 allArgBuffer[dpos] = *(asQWORD*)&args[spos]; in CallSystemFunctionNative()
290 floatArgBuffer[dpos] = *(asQWORD*)&args[spos]; in CallSystemFunctionNative()
292 dpos++; in CallSystemFunctionNative()
297 allArgBuffer[dpos] = args[spos]; in CallSystemFunctionNative()
302 floatArgBuffer[dpos] = args[spos]; in CallSystemFunctionNative()
[all …]
H A Das_callfunc_arm.cpp137 int dpos = 2; in CallSystemFunctionNative() local
155 paramBuffer[dpos++] = args[spos++]; in CallSystemFunctionNative()
163 ((dpos & 1) == mask) ) in CallSystemFunctionNative()
166 dpos++; in CallSystemFunctionNative()
187 ((dpos & 1) == mask) ) in CallSystemFunctionNative()
190 dpos++; in CallSystemFunctionNative()
196 paramBuffer[dpos++] = args[spos++]; in CallSystemFunctionNative()
385 int dpos = 2;
412 if ( (dpos & 1) == mask )
415 dpos++;
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/angelscript/source/
H A Das_callfunc_x64_mingw.cpp244 asUINT dpos = paramSize; in CallSystemFunctionNative() local
253 allArgBuffer[dpos++] = *(asQWORD*)&args[spos]; in CallSystemFunctionNative()
267 dpos += qwords; in CallSystemFunctionNative()
274 allArgBuffer[dpos++] = *(asQWORD*)&args[spos]; in CallSystemFunctionNative()
276 allArgBuffer[dpos++] = args[spos++]; in CallSystemFunctionNative()
285 allArgBuffer[dpos] = *(asQWORD*)&args[spos]; in CallSystemFunctionNative()
290 floatArgBuffer[dpos] = *(asQWORD*)&args[spos]; in CallSystemFunctionNative()
292 dpos++; in CallSystemFunctionNative()
297 allArgBuffer[dpos] = args[spos]; in CallSystemFunctionNative()
302 floatArgBuffer[dpos] = args[spos]; in CallSystemFunctionNative()
[all …]
H A Das_callfunc_arm.cpp137 int dpos = 2; in CallSystemFunctionNative() local
155 paramBuffer[dpos++] = args[spos++]; in CallSystemFunctionNative()
163 ((dpos & 1) == mask) ) in CallSystemFunctionNative()
166 dpos++; in CallSystemFunctionNative()
187 ((dpos & 1) == mask) ) in CallSystemFunctionNative()
190 dpos++; in CallSystemFunctionNative()
196 paramBuffer[dpos++] = args[spos++]; in CallSystemFunctionNative()
385 int dpos = 2;
412 if ( (dpos & 1) == mask )
415 dpos++;
[all …]
/dports/games/sdl_scavenger/sdlscav-145/
H A Dexample.c9 Uint32 dpos; member
41 while ((sounds[0].dpos != sounds[0].dlen) || in main()
42 (sounds[1].dpos != sounds[1].dlen) || in main()
43 (sounds[2].dpos != sounds[2].dlen)) in main()
56 amount = (sounds[i].dlen-sounds[i].dpos); in mixaudio()
58 SDL_MixAudio(stream, &sounds[i].data[sounds[i].dpos],amount,SDL_MIX_MAXVOLUME); in mixaudio()
59 sounds[i].dpos += amount; in mixaudio()
73 if ( sounds[index].dpos == sounds[index].dlen ) { in PlaySound()
99 sounds[index].dpos = 0; in PlaySound()
/dports/math/octave-forge-stk/stk/inst/misc/pareto/
H A Dstk_isdominated.m76 dpos = zeros (size (drank)); variable
77 dpos(isdom) = ndpos(drank(isdom));
87 %! [isdom, dpos] = stk_isdominated (A, B);
89 %! assert (dpos == 1);
94 %! [isdom, dpos] = stk_isdominated (A, B);
96 %! assert (dpos == 0);
101 %! [isdom, dpos] = stk_isdominated (A, B);
103 %! assert (dpos == 1);
108 %! [isdom, dpos] = stk_isdominated (A, B);
110 %! assert (dpos == 2);
[all …]
/dports/math/py-Diofant/Diofant-0.13.0/diofant/tests/core/
H A Dtest_eval_power.py112 dpos = 2 - sqrt(3)
116 eq = eqn(npos, dpos, 2)
120 eq = eqn(nneg, dpos, 2)
124 eq = eqn(npos, dpos, -2)
128 eq = eqn(nneg, dpos, -2)
134 eq = eqn(npos, dpos, pow)
138 eq = eqn(nneg, dpos, pow)
142 eq = eqn(npos, dpos, -pow)
146 eq = eqn(nneg, dpos, -pow)
152 eq = eqn(npos, dpos, pow)
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/kfs/
H A Dbuffile-write.c74 rc_t KBufWriteFileFlush ( KBufWriteFile *self, uint64_t dpos ) in KBufWriteFileFlush() argument
82 rc = KFileWrite ( self -> f, dpos + total_writ, in KBufWriteFileFlush()
184 uint64_t dpos = self -> pos; in KBufWriteFileWrite() local
190 if ( dpos <= spos && spos <= dend && spos < dlim ) in KBufWriteFileWrite()
197 self -> num_valid = ( size_t ) ( dend - dpos ); in KBufWriteFileWrite()
202 else if ( spos < dpos && dpos < send && send <= dlim ) in KBufWriteFileWrite()
204 partial = ( size_t ) ( send - dpos ); in KBufWriteFileWrite()
215 send = dpos; in KBufWriteFileWrite()
219 else if ( send <= dpos || dend <= spos ) in KBufWriteFileWrite()
222 rc = KBufWriteFileFlush ( self, dpos ); in KBufWriteFileWrite()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/kfs/
H A Dbuffile-write.c74 rc_t KBufWriteFileFlush ( KBufWriteFile *self, uint64_t dpos ) in KBufWriteFileFlush() argument
82 rc = KFileWrite ( self -> f, dpos + total_writ, in KBufWriteFileFlush()
184 uint64_t dpos = self -> pos; in KBufWriteFileWrite() local
190 if ( dpos <= spos && spos <= dend && spos < dlim ) in KBufWriteFileWrite()
197 self -> num_valid = ( size_t ) ( dend - dpos ); in KBufWriteFileWrite()
202 else if ( spos < dpos && dpos < send && send <= dlim ) in KBufWriteFileWrite()
204 partial = ( size_t ) ( send - dpos ); in KBufWriteFileWrite()
215 send = dpos; in KBufWriteFileWrite()
219 else if ( send <= dpos || dend <= spos ) in KBufWriteFileWrite()
222 rc = KBufWriteFileFlush ( self, dpos ); in KBufWriteFileWrite()
[all …]

12345678910>>...54