Home
last modified time | relevance | path

Searched refs:next_max (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/audio/whysynth/whysynth-20120903/src/
H A Dpadsynth.c121 int this_max, next_max; in padsynth_sampletable_setup() local
136 next_max = (oi ? wavetable[ss->waveform].wave[oi - 1].max_key : 0); in padsynth_sampletable_setup()
137 while (this_max > next_max) { in padsynth_sampletable_setup()
152 this_max = next_max; in padsynth_sampletable_setup()
154 } else if (next_max == 0) { in padsynth_sampletable_setup()
156 } else if (this_max - next_max > 12) { in padsynth_sampletable_setup()
157 int n = (this_max - next_max + 11) / 12; in padsynth_sampletable_setup()
158 this_max -= (this_max - next_max) / n; in padsynth_sampletable_setup()
160 this_max = next_max; in padsynth_sampletable_setup()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/
H A Dkd_tree_test.cpp301 CartVect next_max( iter.box_max() ); in test_iterator_back() local
325 CHECK_REAL_EQUAL( next_max[0], iter.box_max()[0], DBL_EPSILON ); in test_iterator_back()
326 CHECK_REAL_EQUAL( next_max[1], iter.box_max()[1], DBL_EPSILON ); in test_iterator_back()
327 CHECK_REAL_EQUAL( next_max[2], iter.box_max()[2], DBL_EPSILON ); in test_iterator_back()
332 max = next_max; in test_iterator_back()
/dports/graphics/azpainter/azpainter-2.1.7/mlib/src/widget/
H A DmSplitter.c116 info->prev_max = info->next_max = info->prev_cur + info->next_cur; in _callback_gettarget_default()
247 else if(nw > info->next_max) in _event_motion()
249 nw = info->next_max; in _event_motion()
/dports/graphics/azpainterb/azpainterb-1.1.3/mlib/src/widget/
H A DmSplitter.c116 info->prev_max = info->next_max = info->prev_cur + info->next_cur; in _callback_gettarget_default()
247 else if(nw > info->next_max) in _event_motion()
249 nw = info->next_max; in _event_motion()
/dports/games/libretro-quicknes/QuickNES_Core-901248a/nes_emu/
H A DNes_Ppu.cpp331 nes_time_t const next_max = fixed_sprite_max_time ? in read_2002() local
333 if ( next_status_event > next_max ) in read_2002()
334 next_status_event = next_max; in read_2002()
/dports/graphics/azpainterb/azpainterb-1.1.3/mlib/include/
H A DmSplitter.h37 next_min,next_max,next_cur; member
/dports/graphics/azpainter/azpainter-2.1.7/mlib/include/
H A DmSplitter.h37 next_min,next_max,next_cur; member
/dports/databases/elixir-db_connection/db_connection-1.1.3/lib/db_connection/
H A Dbackoff.ex38 next_max = min(prev * 3, max)
39 {next, rand_state} = rand(rand_state, next_min, next_max)
/dports/math/polymake/polymake-4.5/bundled/atint/apps/tropical/src/
H A Dlines_in_cubic_helper.cc382 Set<Int> next_max = coInMax.row(next_codim) - current_cone; in computeEdgeFamilies() local
384 if (next_max.size() == 0) { in computeEdgeFamilies()
388 current_cone = *(next_max.begin()); in computeEdgeFamilies()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Dprofiler.rs1385 next_max: f64, field
1410 next_max: 0.0, in new()
1487 self.next_max = self.next_max.max(self.value); in update()
1501 self.max = self.next_max; in update()
1504 self.next_max = std::f64::MIN; in update()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Dprofiler.rs1385 next_max: f64, field
1410 next_max: 0.0, in new()
1487 self.next_max = self.next_max.max(self.value); in update()
1501 self.max = self.next_max; in update()
1504 self.next_max = std::f64::MIN; in update()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Dprofiler.rs247 next_max: u64, field
271 next_max: 0, in new()
295 self.max = self.next_max; in set_u64()
299 self.next_max = 0; in set_u64()
301 self.next_max = self.next_max.max(val); in set_u64()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Dprofiler.rs1424 next_max: f64, field
1445 next_max: 0.0, in new()
1522 self.next_max = self.next_max.max(self.value); in update()
1537 self.max = self.next_max; in update()
1545 self.next_max = std::f64::MIN; in update()
/dports/math/py-brial/BRiAl-1.2.10/sage-brial/brial/
H A Dparsegat.py37 next_max = 2000 variable
484 Block("xnext", next_max, reverse=True),
/dports/math/brial/BRiAl-1.2.10/sage-brial/brial/
H A Dparsegat.py37 next_max = 2000 variable
484 Block("xnext", next_max, reverse=True),
/dports/cad/xcircuit/xcircuit-3.10.30/asg/
H A Dplace.c2694 int max, next_max, mainSide; local
2702 next_max = (common_outs > common_ins) ? -1 * common_outs : common_ins;
2706 mainSide = UP; max = common_ins; next_max = -1 * in_to;
2716 next_max = (common_outs > common_ins) ? -1 * common_outs : common_ins;
2720 mainSide = DOWN; max = -1 * common_outs; next_max = -1 * in_to;
2726 xSideCount = ((mainSide == LEFT) || (mainSide == RIGHT)) ? max : next_max;
2727 ySideCount = ((mainSide == UP) || (mainSide == DOWN)) ? max : next_max;
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/itertools-0.10.1/src/adaptors/
H A Dmod.rs153 (Some(curr_max), Some(next_max)) => curr_max > next_max, in size_hint()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/itertools-0.10.3/src/adaptors/
H A Dmod.rs153 (Some(curr_max), Some(next_max)) => curr_max > next_max, in size_hint()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/itertools-0.8.2/src/adaptors/
H A Dmod.rs170 (Some(curr_max), Some(next_max)) => curr_max > next_max, in size_hint()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/itertools-0.10.1/src/adaptors/
H A Dmod.rs153 (Some(curr_max), Some(next_max)) => curr_max > next_max, in size_hint()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/itertools-0.10.1/src/adaptors/
H A Dmod.rs153 (Some(curr_max), Some(next_max)) => curr_max > next_max, in size_hint()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/itertools-0.9.0/src/adaptors/
H A Dmod.rs160 (Some(curr_max), Some(next_max)) => curr_max > next_max, in size_hint()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/itertools-0.10.3/src/adaptors/
H A Dmod.rs153 (Some(curr_max), Some(next_max)) => curr_max > next_max, in size_hint()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/itertools-0.10.3/src/adaptors/
H A Dmod.rs153 (Some(curr_max), Some(next_max)) => curr_max > next_max, in size_hint()
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/itertools-0.10.1/src/adaptors/
H A Dmod.rs153 (Some(curr_max), Some(next_max)) => curr_max > next_max, in size_hint()

1234567