Home
last modified time | relevance | path

Searched refs:tmpState (Results 1 – 25 of 91) sorted by relevance

1234

/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/math/
H A DOde.cpp91 tmpState = new float[dim]; in idODE_Midpoint()
103 delete tmpState; in ~idODE_Midpoint()
147 tmpState = new float[dim]; in idODE_RK4()
160 delete tmpState; in ~idODE_RK4()
181 tmpState[i] = state[i] + halfDelta * d1[i]; in Evaluate()
186 tmpState[i] = state[i] + halfDelta * d2[i]; in Evaluate()
191 tmpState[i] = state[i] + delta * d3[i]; in Evaluate()
194 derive( t0 + delta, userData, tmpState, d4 ); in Evaluate()
219 tmpState = new float[dim]; in idODE_RK4Adaptive()
233 delete tmpState; in ~idODE_RK4Adaptive()
[all …]
H A DOde.h95 float * tmpState;
114 float * tmpState;
138 float * tmpState; variable
/dports/games/scummvm/scummvm-2.5.1/engines/gob/
H A Dmap_v1.cpp222 tmpState->layer = data.readUint16LE(); in loadGoblins()
224 tmpState->unk0 = data.readUint16LE(); in loadGoblins()
225 tmpState->unk1 = data.readUint16LE(); in loadGoblins()
230 tmpState->sndItem = -1; in loadGoblins()
232 tmpState->sndItem = data.readUint16LE(); in loadGoblins()
234 tmpState->freq = data.readUint16LE(); in loadGoblins()
324 tmpState->layer = data.readUint16LE(); in loadObjects()
326 tmpState->unk0 = data.readUint16LE(); in loadObjects()
327 tmpState->unk1 = data.readUint16LE(); in loadObjects()
332 tmpState->sndItem = -1; in loadObjects()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/gob/
H A Dmap_v1.cpp222 tmpState->layer = data.readUint16LE(); in loadGoblins()
224 tmpState->unk0 = data.readUint16LE(); in loadGoblins()
225 tmpState->unk1 = data.readUint16LE(); in loadGoblins()
230 tmpState->sndItem = -1; in loadGoblins()
232 tmpState->sndItem = data.readUint16LE(); in loadGoblins()
234 tmpState->freq = data.readUint16LE(); in loadGoblins()
324 tmpState->layer = data.readUint16LE(); in loadObjects()
326 tmpState->unk0 = data.readUint16LE(); in loadObjects()
327 tmpState->unk1 = data.readUint16LE(); in loadObjects()
332 tmpState->sndItem = -1; in loadObjects()
[all …]
/dports/math/py-graphillion/Graphillion-1.3/src/subsetting/dd/
H A DDdBuilder.hpp234 void* const tmpState = tmp.data(); in initialize() local
235 int n = spec.get_root(tmpState); in initialize()
243 schedule(&root, n, tmpState); in initialize()
246 spec.destruct(tmpState); in initialize()
483 schedule(&root, n, tmpState); in initialize()
486 specs[0].destruct(tmpState); in initialize()
725 int n = spec.get_root(tmpState); in initialize()
758 spec.destruct(tmpState); in initialize()
1003 int n = spec.get_root(tmpState); in initialize()
1039 spec.destruct(tmpState); in initialize()
[all …]
/dports/devel/icu/icu/source/common/
H A Ducnv_ct.cpp346 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS() local
400 tmpState = getState(sourceChar); in UConverter_fromUnicode_CompoundText_OFFSETS()
402 if (tmpState != DO_SEARCH && currentState != tmpState) { in UConverter_fromUnicode_CompoundText_OFFSETS()
404 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
410 if (tmpState == DO_SEARCH) { in UConverter_fromUnicode_CompoundText_OFFSETS()
417 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
474 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_toUnicode_CompoundText_OFFSETS() local
492 currentState = tmpState = myConverterData->state; in UConverter_toUnicode_CompoundText_OFFSETS()
511 } else if (tmpState == INVALID) { in UConverter_toUnicode_CompoundText_OFFSETS()
519 if (tmpState != currentState) { in UConverter_toUnicode_CompoundText_OFFSETS()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/
H A Ducnv_ct.cpp346 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS() local
400 tmpState = getState(sourceChar); in UConverter_fromUnicode_CompoundText_OFFSETS()
402 if (tmpState != DO_SEARCH && currentState != tmpState) { in UConverter_fromUnicode_CompoundText_OFFSETS()
404 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
410 if (tmpState == DO_SEARCH) { in UConverter_fromUnicode_CompoundText_OFFSETS()
417 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
474 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_toUnicode_CompoundText_OFFSETS() local
492 currentState = tmpState = myConverterData->state; in UConverter_toUnicode_CompoundText_OFFSETS()
511 } else if (tmpState == INVALID) { in UConverter_toUnicode_CompoundText_OFFSETS()
519 if (tmpState != currentState) { in UConverter_toUnicode_CompoundText_OFFSETS()
[all …]
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/
H A Ducnv_ct.cpp346 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS() local
400 tmpState = getState(sourceChar); in UConverter_fromUnicode_CompoundText_OFFSETS()
402 if (tmpState != DO_SEARCH && currentState != tmpState) { in UConverter_fromUnicode_CompoundText_OFFSETS()
404 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
410 if (tmpState == DO_SEARCH) { in UConverter_fromUnicode_CompoundText_OFFSETS()
417 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
474 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_toUnicode_CompoundText_OFFSETS() local
492 currentState = tmpState = myConverterData->state; in UConverter_toUnicode_CompoundText_OFFSETS()
511 } else if (tmpState == INVALID) { in UConverter_toUnicode_CompoundText_OFFSETS()
519 if (tmpState != currentState) { in UConverter_toUnicode_CompoundText_OFFSETS()
[all …]
/dports/devel/icu-lx/icu/source/common/
H A Ducnv_ct.cpp346 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS() local
400 tmpState = getState(sourceChar); in UConverter_fromUnicode_CompoundText_OFFSETS()
402 if (tmpState != DO_SEARCH && currentState != tmpState) { in UConverter_fromUnicode_CompoundText_OFFSETS()
404 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
410 if (tmpState == DO_SEARCH) { in UConverter_fromUnicode_CompoundText_OFFSETS()
417 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
474 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_toUnicode_CompoundText_OFFSETS() local
492 currentState = tmpState = myConverterData->state; in UConverter_toUnicode_CompoundText_OFFSETS()
511 } else if (tmpState == INVALID) { in UConverter_toUnicode_CompoundText_OFFSETS()
519 if (tmpState != currentState) { in UConverter_toUnicode_CompoundText_OFFSETS()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/common/
H A Ducnv_ct.cpp346 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS() local
400 tmpState = getState(sourceChar); in UConverter_fromUnicode_CompoundText_OFFSETS()
402 if (tmpState != DO_SEARCH && currentState != tmpState) { in UConverter_fromUnicode_CompoundText_OFFSETS()
404 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
410 if (tmpState == DO_SEARCH) { in UConverter_fromUnicode_CompoundText_OFFSETS()
417 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
474 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_toUnicode_CompoundText_OFFSETS() local
492 currentState = tmpState = myConverterData->state; in UConverter_toUnicode_CompoundText_OFFSETS()
511 } else if (tmpState == INVALID) { in UConverter_toUnicode_CompoundText_OFFSETS()
519 if (tmpState != currentState) { in UConverter_toUnicode_CompoundText_OFFSETS()
[all …]
/dports/textproc/R-cran-stringi/stringi/src/icu55/common/
H A Ducnv_ct.c339 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS() local
393 tmpState = getState(sourceChar); in UConverter_fromUnicode_CompoundText_OFFSETS()
395 if (tmpState != DO_SEARCH && currentState != tmpState) { in UConverter_fromUnicode_CompoundText_OFFSETS()
397 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
403 if (tmpState == DO_SEARCH) { in UConverter_fromUnicode_CompoundText_OFFSETS()
410 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
467 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_toUnicode_CompoundText_OFFSETS() local
485 currentState = tmpState = myConverterData->state; in UConverter_toUnicode_CompoundText_OFFSETS()
504 } else if (tmpState == INVALID) { in UConverter_toUnicode_CompoundText_OFFSETS()
512 if (tmpState != currentState) { in UConverter_toUnicode_CompoundText_OFFSETS()
[all …]
/dports/textproc/R-cran-stringi/stringi/src/icu69/common/
H A Ducnv_ct.cpp346 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS() local
400 tmpState = getState(sourceChar); in UConverter_fromUnicode_CompoundText_OFFSETS()
402 if (tmpState != DO_SEARCH && currentState != tmpState) { in UConverter_fromUnicode_CompoundText_OFFSETS()
404 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
410 if (tmpState == DO_SEARCH) { in UConverter_fromUnicode_CompoundText_OFFSETS()
417 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
474 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_toUnicode_CompoundText_OFFSETS() local
492 currentState = tmpState = myConverterData->state; in UConverter_toUnicode_CompoundText_OFFSETS()
511 } else if (tmpState == INVALID) { in UConverter_toUnicode_CompoundText_OFFSETS()
519 if (tmpState != currentState) { in UConverter_toUnicode_CompoundText_OFFSETS()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/common/
H A Ducnv_ct.cpp346 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS() local
400 tmpState = getState(sourceChar); in UConverter_fromUnicode_CompoundText_OFFSETS()
402 if (tmpState != DO_SEARCH && currentState != tmpState) { in UConverter_fromUnicode_CompoundText_OFFSETS()
404 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
410 if (tmpState == DO_SEARCH) { in UConverter_fromUnicode_CompoundText_OFFSETS()
417 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
474 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_toUnicode_CompoundText_OFFSETS() local
492 currentState = tmpState = myConverterData->state; in UConverter_toUnicode_CompoundText_OFFSETS()
511 } else if (tmpState == INVALID) { in UConverter_toUnicode_CompoundText_OFFSETS()
519 if (tmpState != currentState) { in UConverter_toUnicode_CompoundText_OFFSETS()
[all …]
/dports/www/firefox/firefox-99.0/intl/icu/source/common/
H A Ducnv_ct.cpp346 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS() local
400 tmpState = getState(sourceChar); in UConverter_fromUnicode_CompoundText_OFFSETS()
402 if (tmpState != DO_SEARCH && currentState != tmpState) { in UConverter_fromUnicode_CompoundText_OFFSETS()
404 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
410 if (tmpState == DO_SEARCH) { in UConverter_fromUnicode_CompoundText_OFFSETS()
417 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
474 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_toUnicode_CompoundText_OFFSETS() local
492 currentState = tmpState = myConverterData->state; in UConverter_toUnicode_CompoundText_OFFSETS()
511 } else if (tmpState == INVALID) { in UConverter_toUnicode_CompoundText_OFFSETS()
519 if (tmpState != currentState) { in UConverter_toUnicode_CompoundText_OFFSETS()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/common/
H A Ducnv_ct.cpp346 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS() local
400 tmpState = getState(sourceChar); in UConverter_fromUnicode_CompoundText_OFFSETS()
402 if (tmpState != DO_SEARCH && currentState != tmpState) { in UConverter_fromUnicode_CompoundText_OFFSETS()
404 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
410 if (tmpState == DO_SEARCH) { in UConverter_fromUnicode_CompoundText_OFFSETS()
417 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
474 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_toUnicode_CompoundText_OFFSETS() local
492 currentState = tmpState = myConverterData->state; in UConverter_toUnicode_CompoundText_OFFSETS()
511 } else if (tmpState == INVALID) { in UConverter_toUnicode_CompoundText_OFFSETS()
519 if (tmpState != currentState) { in UConverter_toUnicode_CompoundText_OFFSETS()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/common/
H A Ducnv_ct.cpp346 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS() local
400 tmpState = getState(sourceChar); in UConverter_fromUnicode_CompoundText_OFFSETS()
402 if (tmpState != DO_SEARCH && currentState != tmpState) { in UConverter_fromUnicode_CompoundText_OFFSETS()
404 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
410 if (tmpState == DO_SEARCH) { in UConverter_fromUnicode_CompoundText_OFFSETS()
417 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
474 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_toUnicode_CompoundText_OFFSETS() local
492 currentState = tmpState = myConverterData->state; in UConverter_toUnicode_CompoundText_OFFSETS()
511 } else if (tmpState == INVALID) { in UConverter_toUnicode_CompoundText_OFFSETS()
519 if (tmpState != currentState) { in UConverter_toUnicode_CompoundText_OFFSETS()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/common/
H A Ducnv_ct.c341 COMPOUND_TEXT_CONVERTERS currentState, tmpState;
395 tmpState = getState(sourceChar);
397 if (tmpState != DO_SEARCH && currentState != tmpState) {
399 currentState = tmpState;
405 if (tmpState == DO_SEARCH) {
412 currentState = tmpState;
469 COMPOUND_TEXT_CONVERTERS currentState, tmpState;
487 currentState = tmpState = myConverterData->state;
506 } else if (tmpState == INVALID) {
514 if (tmpState != currentState) {
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/common/
H A Ducnv_ct.cpp346 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS() local
400 tmpState = getState(sourceChar); in UConverter_fromUnicode_CompoundText_OFFSETS()
402 if (tmpState != DO_SEARCH && currentState != tmpState) { in UConverter_fromUnicode_CompoundText_OFFSETS()
404 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
410 if (tmpState == DO_SEARCH) { in UConverter_fromUnicode_CompoundText_OFFSETS()
417 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
474 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_toUnicode_CompoundText_OFFSETS() local
492 currentState = tmpState = myConverterData->state; in UConverter_toUnicode_CompoundText_OFFSETS()
511 } else if (tmpState == INVALID) { in UConverter_toUnicode_CompoundText_OFFSETS()
519 if (tmpState != currentState) { in UConverter_toUnicode_CompoundText_OFFSETS()
[all …]
/dports/www/node10/node-v10.24.1/deps/icu-small/source/common/
H A Ducnv_ct.cpp346 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS() local
400 tmpState = getState(sourceChar); in UConverter_fromUnicode_CompoundText_OFFSETS()
402 if (tmpState != DO_SEARCH && currentState != tmpState) { in UConverter_fromUnicode_CompoundText_OFFSETS()
404 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
410 if (tmpState == DO_SEARCH) { in UConverter_fromUnicode_CompoundText_OFFSETS()
417 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
474 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_toUnicode_CompoundText_OFFSETS() local
492 currentState = tmpState = myConverterData->state; in UConverter_toUnicode_CompoundText_OFFSETS()
511 } else if (tmpState == INVALID) { in UConverter_toUnicode_CompoundText_OFFSETS()
519 if (tmpState != currentState) { in UConverter_toUnicode_CompoundText_OFFSETS()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/common/
H A Ducnv_ct.c339 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS() local
393 tmpState = getState(sourceChar); in UConverter_fromUnicode_CompoundText_OFFSETS()
395 if (tmpState != DO_SEARCH && currentState != tmpState) { in UConverter_fromUnicode_CompoundText_OFFSETS()
397 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
403 if (tmpState == DO_SEARCH) { in UConverter_fromUnicode_CompoundText_OFFSETS()
410 currentState = tmpState; in UConverter_fromUnicode_CompoundText_OFFSETS()
467 COMPOUND_TEXT_CONVERTERS currentState, tmpState; in UConverter_toUnicode_CompoundText_OFFSETS() local
485 currentState = tmpState = myConverterData->state; in UConverter_toUnicode_CompoundText_OFFSETS()
504 } else if (tmpState == INVALID) { in UConverter_toUnicode_CompoundText_OFFSETS()
512 if (tmpState != currentState) { in UConverter_toUnicode_CompoundText_OFFSETS()
[all …]
/dports/textproc/libwpd010/libwpd-0.10.3/src/lib/
H A DWP3AttributeGroup.cpp48 bool tmpState; in parse() local
49 tmpState = ((m_state & 0x01) == 0x01); in parse()
50 listener->attributeChange(tmpState, m_attribute); in parse()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DSchedXaction.c779 SXTmpStateData *tmpState; in gnc_sx_get_num_occur_daterange() local
791 tmpState = gnc_sx_create_temporal_state (sx); in gnc_sx_get_num_occur_daterange()
800 if (!g_date_valid(&tmpState->last_date)) in gnc_sx_get_num_occur_daterange()
803 gnc_sx_incr_temporal_state (sx, tmpState); in gnc_sx_get_num_occur_daterange()
806 gnc_sx_destroy_temporal_state (tmpState); in gnc_sx_get_num_occur_daterange()
816 gnc_sx_incr_temporal_state (sx, tmpState); in gnc_sx_get_num_occur_daterange()
819 gnc_sx_destroy_temporal_state (tmpState); in gnc_sx_get_num_occur_daterange()
828 while (g_date_valid(&tmpState->last_date) in gnc_sx_get_num_occur_daterange()
836 || tmpState->num_occur_rem >= 0)) in gnc_sx_get_num_occur_daterange()
839 gnc_sx_incr_temporal_state (sx, tmpState); in gnc_sx_get_num_occur_daterange()
[all …]
/dports/games/astromenace/astromenace-1.4.1/src/core/audio/
H A Dopenal.h103 ALint tmpState; in CheckALSourceState() local
104 alGetSourcei(Source, AL_SOURCE_STATE, &tmpState); in CheckALSourceState()
106 return (tmpState == State); in CheckALSourceState()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Deditwidgets.cc848 tmpState = NORMAL; in drawInnerGeometry()
855 if (tmpState == DRAGGED) { in drawInnerGeometry()
857 tmpState = ACTIVE; in drawInnerGeometry()
864 if (tmpState == ACTIVE) { in drawInnerGeometry()
875 tmpState = NORMAL; in drawInnerGeometry()
893 State tmpState = state; in drawToMOChannel() local
897 tmpState = NORMAL; in drawToMOChannel()
904 if (tmpState == DRAGGED) { in drawToMOChannel()
906 tmpState = ACTIVE; in drawToMOChannel()
913 if (tmpState == ACTIVE) { in drawToMOChannel()
[all …]
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/
H A Dupgrade.inc145 $tmpState = @mkdir($dst, 0700, true);
146 if ($tmpState === false) {
161 $tmpState = @copy($src . '/' . $file, $dst . '/' . $file);
162 if ($tmpState === false) {
181 $tmpState = @unlink($src);
182 if ($tmpState === false) {
196 $tmpState = @rmdir($src);
197 if ($tmpState === false) {

1234