Home
last modified time | relevance | path

Searched refs:state_2 (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/tests/testing_quest/data/maps/custom_state/
H A Djumper.lua5 local state_2
45 state_2 = sol.state.create()
46 assert_equal(state_2:get_can_use_jumper(), true)
47 state_2:set_can_use_jumper(true)
48 assert_equal(state_2:get_can_use_jumper(), true)
49 assert_equal(state_2:get_jumper_delay(), 200)
50 state_2:set_jumper_delay(0)
51 assert_equal(state_2:get_jumper_delay(), 0)
52 hero:start_state(state_2)
58 assert_equal(hero:get_state_object(), state_2)
[all …]
/dports/audio/snd/snd-21.2/
H A Dmaxf.rb84 state_2 = make_array( 9) do make_array(3, 0.0) end
104 state_2[0] = 1.07e-002, 100.0, 2.5
105 state_2[1] = 1.07e-002, 202.0, 0.75
106 state_2[2] = 1.07e-002, 305.0, 0.5
107 state_2[3] = 7.077e-003, 408.0, 0.4
108 state_2[4] = 1.07e-002, 501.0, 0.3
109 state_2[5] = 1.07e-002, 612.0, 0.25
110 state_2[6] = 1.07e-003, 715.0, 0.25
111 state_2[7] = 1.07e-002, 817.0, 0.2
112 state_2[8] = 1.07e-002, 920.0, 0.18
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/dsp/
H A Dfilter.h283 float state_2 = state_2_; in Process() local
289 lp = g_ * bp + state_2; in Process()
290 state_2 = g_ * bp + lp; in Process()
308 state_2_ = state_2; in Process()
315 float state_2 = state_2_; in ProcessAdd() local
321 lp = g_ * bp + state_2; in ProcessAdd()
340 state_2_ = state_2; in ProcessAdd()
372 state_2_ = state_2; in Process()
397 state_2_ = state_2; in ProcessMultimode()
422 state_2_ = state_2; in ProcessMultimodeLPtoHP()
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/eurorack/eurorack/stmlib/dsp/
H A Dfilter.h283 float state_2 = state_2_; in Process() local
289 lp = g_ * bp + state_2; in Process()
290 state_2 = g_ * bp + lp; in Process()
308 state_2_ = state_2; in Process()
315 float state_2 = state_2_; in ProcessAdd() local
321 lp = g_ * bp + state_2; in ProcessAdd()
340 state_2_ = state_2; in ProcessAdd()
372 state_2_ = state_2; in Process()
397 state_2_ = state_2; in ProcessMultimode()
422 state_2_ = state_2; in ProcessMultimodeLPtoHP()
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/dsp/
H A Dfilter.h244 float state_2 = state_2_; in Process() local
250 lp = g_ * bp + state_2; in Process()
251 state_2 = g_ * bp + lp; in Process()
269 state_2_ = state_2; in Process()
276 float state_2 = state_2_; in Process() local
282 lp = g_ * bp + state_2; in Process()
283 state_2 = g_ * bp + lp; in Process()
301 state_2_ = state_2; in Process()
311 float state_2 = state_2_; in ProcessMultimode() local
330 state_2_ = state_2; in ProcessMultimode()
[all …]
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/scripts/trigger/
H A Dhelper_functions.lua19 function swapEntityState(object_id, state_1, state_2)
24 setEntityAnimState(object_id, ANIM_TYPE_BASE, state_2);
26 elseif(current_state == state_2) then
32 setEntityAnimStateHeavy(object_id, ANIM_TYPE_BASE, state_2);
34 elseif(ns == state_2) then
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/plaits/dsp/physical_modelling/
H A Dresonator.h66 float state_2[batch_size]; in Process() local
74 state_2[i] = state_2_[i]; in Process()
82 const float hp = (s_in - r_plus_g[i] * state_1[i] - state_2[i]) * h[i]; in Process()
85 const float lp = g[i] * bp + state_2[i]; in Process()
86 state_2[i] = g[i] * bp + lp; in Process()
97 state_2_[i] = state_2[i]; in Process()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/eurorack/eurorack/plaits/dsp/physical_modelling/
H A Dresonator.h66 float state_2[batch_size]; in Process() local
74 state_2[i] = state_2_[i]; in Process()
82 const float hp = (s_in - r_plus_g[i] * state_1[i] - state_2[i]) * h[i]; in Process()
85 const float lp = g[i] * bp + state_2[i]; in Process()
86 state_2[i] = g[i] * bp + lp; in Process()
97 state_2_[i] = state_2[i]; in Process()
/dports/biology/py-biopython/biopython-1.79/Tests/
H A Dtest_HMMGeneral.py168 state_2 = self.mm.transitions_from("2")
170 state_2.sort()
172 self.assertEqual(state_2, expected_state_2)
192 state_2 = self.mm.transitions_to("2")
194 state_2.sort()
196 self.assertEqual(state_2, expected_state_2)
214 state_2 = self.mm.transitions_from("2")
216 state_2.sort()
218 self.assertEqual(state_2, expected_state_2)
226 state_2 = self.mm.transitions_to("2")
[all …]
/dports/textproc/fox-xml/fox-4.1.2-91-g9c6716e/wxml/
H A Dm_wxml_core.F9088 integer :: state_2 = -1 component
277 xf%state_2 = WXML_STATE_2_OUTSIDE_TAG
497 xf%state_2 = WXML_STATE_2_OUTSIDE_TAG
618 xf%state_2 = WXML_STATE_2_OUTSIDE_TAG
698 xf%state_2 = WXML_STATE_2_OUTSIDE_TAG
984 xf%state_2 = WXML_STATE_2_INSIDE_PI
1046 xf%state_2 = WXML_STATE_2_INSIDE_PI
1177 xf%state_2 = WXML_STATE_2_IN_CHARDATA
1232 xf%state_2 = WXML_STATE_2_IN_CHARDATA
1524 xf%state_2 = WXML_STATE_2_OUTSIDE_TAG
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/third_party/xz-4.999.9beta/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c584 uint32_t state_2 = state; in helper2() local
585 update_literal(state_2); in helper2()
600 state_2, pos_state_next); in helper2()
662 uint32_t state_2 = state; in helper2() local
663 update_long_rep(state_2); in helper2()
675 update_literal(state_2); in helper2()
691 state_2, pos_state_next); in helper2()
758 uint32_t state_2 = state; in helper2() local
759 update_match(state_2); in helper2()
773 update_literal(state_2); in helper2()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/third_party/xz-4.999.9beta/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c584 uint32_t state_2 = state; in helper2() local
585 update_literal(state_2); in helper2()
600 state_2, pos_state_next); in helper2()
662 uint32_t state_2 = state; in helper2() local
663 update_long_rep(state_2); in helper2()
675 update_literal(state_2); in helper2()
691 state_2, pos_state_next); in helper2()
758 uint32_t state_2 = state; in helper2() local
759 update_match(state_2); in helper2()
773 update_literal(state_2); in helper2()
[all …]
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/lzma/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c582 lzma_lzma_state state_2 = state; in helper2() local
583 update_literal(state_2); in helper2()
598 state_2, pos_state_next); in helper2()
660 lzma_lzma_state state_2 = state; in helper2() local
661 update_long_rep(state_2); in helper2()
673 update_literal(state_2); in helper2()
689 state_2, pos_state_next); in helper2()
756 lzma_lzma_state state_2 = state; in helper2() local
757 update_match(state_2); in helper2()
771 update_literal(state_2); in helper2()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/third_party/xz-4.999.9beta/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c584 uint32_t state_2 = state; in helper2() local
585 update_literal(state_2); in helper2()
600 state_2, pos_state_next); in helper2()
662 uint32_t state_2 = state; in helper2() local
663 update_long_rep(state_2); in helper2()
675 update_literal(state_2); in helper2()
691 state_2, pos_state_next); in helper2()
758 uint32_t state_2 = state; in helper2() local
759 update_match(state_2); in helper2()
773 update_literal(state_2); in helper2()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/third_party/xz-4.999.9beta/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c584 uint32_t state_2 = state; in helper2() local
585 update_literal(state_2); in helper2()
600 state_2, pos_state_next); in helper2()
662 uint32_t state_2 = state; in helper2() local
663 update_long_rep(state_2); in helper2()
675 update_literal(state_2); in helper2()
691 state_2, pos_state_next); in helper2()
758 uint32_t state_2 = state; in helper2() local
759 update_match(state_2); in helper2()
773 update_literal(state_2); in helper2()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/third_party/xz-4.999.9beta/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c584 uint32_t state_2 = state; in helper2() local
585 update_literal(state_2); in helper2()
600 state_2, pos_state_next); in helper2()
662 uint32_t state_2 = state; in helper2() local
663 update_long_rep(state_2); in helper2()
675 update_literal(state_2); in helper2()
691 state_2, pos_state_next); in helper2()
758 uint32_t state_2 = state; in helper2() local
759 update_match(state_2); in helper2()
773 update_literal(state_2); in helper2()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/third_party/xz-4.999.9beta/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c584 uint32_t state_2 = state; in helper2() local
585 update_literal(state_2); in helper2()
600 state_2, pos_state_next); in helper2()
662 uint32_t state_2 = state; in helper2() local
663 update_long_rep(state_2); in helper2()
675 update_literal(state_2); in helper2()
691 state_2, pos_state_next); in helper2()
758 uint32_t state_2 = state; in helper2() local
759 update_match(state_2); in helper2()
773 update_literal(state_2); in helper2()
[all …]
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/lzma-sys-0.1.16/xz-5.2/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c571 lzma_lzma_state state_2 = state; in helper2() local
572 update_literal(state_2); in helper2()
587 state_2, pos_state_next); in helper2()
646 lzma_lzma_state state_2 = state; in helper2() local
647 update_long_rep(state_2); in helper2()
659 update_literal(state_2); in helper2()
675 state_2, pos_state_next); in helper2()
742 lzma_lzma_state state_2 = state; in helper2() local
743 update_match(state_2); in helper2()
757 update_literal(state_2); in helper2()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmliblzma/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c571 lzma_lzma_state state_2 = state; in helper2() local
572 update_literal(state_2); in helper2()
587 state_2, pos_state_next); in helper2()
647 lzma_lzma_state state_2 = state; in helper2() local
648 update_long_rep(state_2); in helper2()
660 update_literal(state_2); in helper2()
676 state_2, pos_state_next); in helper2()
746 lzma_lzma_state state_2 = state; in helper2() local
747 update_match(state_2); in helper2()
761 update_literal(state_2); in helper2()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmliblzma/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c571 lzma_lzma_state state_2 = state; in helper2() local
572 update_literal(state_2); in helper2()
587 state_2, pos_state_next); in helper2()
647 lzma_lzma_state state_2 = state; in helper2() local
648 update_long_rep(state_2); in helper2()
660 update_literal(state_2); in helper2()
676 state_2, pos_state_next); in helper2()
746 lzma_lzma_state state_2 = state; in helper2() local
747 update_match(state_2); in helper2()
761 update_literal(state_2); in helper2()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/minizip/src/lib/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c571 lzma_lzma_state state_2 = state; in helper2() local
572 update_literal(state_2); in helper2()
587 state_2, pos_state_next); in helper2()
646 lzma_lzma_state state_2 = state; in helper2() local
647 update_long_rep(state_2); in helper2()
659 update_literal(state_2); in helper2()
675 state_2, pos_state_next); in helper2()
742 lzma_lzma_state state_2 = state; in helper2() local
743 update_match(state_2); in helper2()
757 update_literal(state_2); in helper2()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c571 lzma_lzma_state state_2 = state; in helper2() local
572 update_literal(state_2); in helper2()
587 state_2, pos_state_next); in helper2()
646 lzma_lzma_state state_2 = state; in helper2() local
647 update_long_rep(state_2); in helper2()
659 update_literal(state_2); in helper2()
675 state_2, pos_state_next); in helper2()
742 lzma_lzma_state state_2 = state; in helper2() local
743 update_match(state_2); in helper2()
757 update_literal(state_2); in helper2()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/lzma/vtklzma/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c571 lzma_lzma_state state_2 = state; in helper2() local
572 update_literal(state_2); in helper2()
587 state_2, pos_state_next); in helper2()
646 lzma_lzma_state state_2 = state; in helper2() local
647 update_long_rep(state_2); in helper2()
659 update_literal(state_2); in helper2()
675 state_2, pos_state_next); in helper2()
742 lzma_lzma_state state_2 = state; in helper2() local
743 update_match(state_2); in helper2()
757 update_literal(state_2); in helper2()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/lzma-sys-0.1.17/xz-5.2/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c571 lzma_lzma_state state_2 = state; in helper2() local
572 update_literal(state_2); in helper2()
587 state_2, pos_state_next); in helper2()
647 lzma_lzma_state state_2 = state; in helper2() local
648 update_long_rep(state_2); in helper2()
660 update_literal(state_2); in helper2()
676 state_2, pos_state_next); in helper2()
746 lzma_lzma_state state_2 = state; in helper2() local
747 update_match(state_2); in helper2()
761 update_literal(state_2); in helper2()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/minizip/src/lib/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c571 lzma_lzma_state state_2 = state; in helper2() local
572 update_literal(state_2); in helper2()
587 state_2, pos_state_next); in helper2()
646 lzma_lzma_state state_2 = state; in helper2() local
647 update_long_rep(state_2); in helper2()
659 update_literal(state_2); in helper2()
675 state_2, pos_state_next); in helper2()
742 lzma_lzma_state state_2 = state; in helper2() local
743 update_match(state_2); in helper2()
757 update_literal(state_2); in helper2()
[all …]

12345678