Home
last modified time | relevance | path

Searched refs:new_upper_bound (Results 1 – 25 of 36) sorted by relevance

12

/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/base/simple_classes/prime_list/
H A Dprime_list.cc1460 prime_list::set_upper_bound (PRIME_LIST_NUMBER new_upper_bound, char mode) in set_upper_bound() argument
1471 if (new_upper_bound < last_prime) { in set_upper_bound()
1472 if (new_upper_bound < first_prime) { in set_upper_bound()
1476 new_last_prime = get_last_prime(new_upper_bound); in set_upper_bound()
1499 if (new_upper_bound > upper_bound) { in set_upper_bound()
1500 sieve(upper_bound + 1, new_upper_bound, false, mode); in set_upper_bound()
1504 upper_bound = new_upper_bound; in set_upper_bound()
1517 if ((new_lower_bound > last_prime) || (new_upper_bound < first_prime)) { in resize()
1519 sieve(new_lower_bound, new_upper_bound, false, mode); in resize()
1523 set_upper_bound(new_upper_bound, mode); in resize()
[all …]
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/base/include/LiDIA/
H A Dprime_list.h217 void set_upper_bound(PRIME_LIST_NUMBER new_upper_bound, char mode = '6');
219 void resize(PRIME_LIST_NUMBER new_lower_bound, PRIME_LIST_NUMBER new_upper_bound, char mode = '6');
/dports/math/py-or-tools/or-tools-9.2/ortools/math_opt/solvers/
H A Dgurobi_solver.cc1073 double new_upper_bound; in UpdateLinearConstraints() member
1078 new_upper_bound(reference.upper_bound) {} in UpdateLinearConstraints()
1101 update.new_upper_bound = constraint_upper_bounds.values(upper_index++); in UpdateLinearConstraints()
1130 (update_data.source.upper_bound == update_data.new_upper_bound) || in UpdateLinearConstraints()
1132 (update_data.new_upper_bound >= GRB_INFINITY)); in UpdateLinearConstraints()
1137 update_data.source.upper_bound = update_data.new_upper_bound; in UpdateLinearConstraints()
1141 update_data.new_upper_bound < GRB_INFINITY) { in UpdateLinearConstraints()
1144 rhs_data.emplace_back(update_data.new_upper_bound); in UpdateLinearConstraints()
1147 update_data.new_upper_bound >= GRB_INFINITY) { in UpdateLinearConstraints()
1152 } else if (update_data.new_lower_bound == update_data.new_upper_bound) { in UpdateLinearConstraints()
[all …]
/dports/audio/p5-Audio-Scan/Audio-Scan-1.01/src/
H A Dflac.c319 uint64_t new_upper_bound = upper_bound; in flac_find_frame() local
357 new_upper_bound = flac->audio_offset + flac->seekpoints[i].stream_offset; in flac_find_frame()
361 new_upper_bound, new_upper_bound_sample); in flac_find_frame()
364 if (new_upper_bound >= new_lower_bound) { in flac_find_frame()
366 upper_bound = new_upper_bound; in flac_find_frame()
/dports/misc/opennn/opennn-5.0.5/opennn/
H A Dbounding_layer.cpp396 void BoundingLayer::set_upper_bound(const Index& index, const type& new_upper_bound) in set_upper_bound() argument
423 upper_bounds[index] = new_upper_bound; in set_upper_bound()
/dports/math/py-hdbscan/hdbscan-0.8.27/hdbscan/
H A D_hdbscan_boruvka.pyx638 cdef np.double_t new_upper_bound
692 new_upper_bound = 0.0
739 new_upper_bound = max(new_upper_bound,
747 new_bound = min(new_upper_bound,
749 # new_bound = new_upper_bound
1228 cdef np.double_t new_upper_bound
1325 new_upper_bound = max(new_upper_bound,
1333 new_bound = min(new_upper_bound,
/dports/math/py-or-tools/or-tools-9.2/ortools/glop/
H A Dpreprocessor.cc2291 Fractional new_upper_bound = in DeleteSingletonRow() local
2297 if (new_upper_bound == -kInfinity || new_lower_bound == kInfinity) { in DeleteSingletonRow()
2305 if (new_upper_bound < new_lower_bound) { in DeleteSingletonRow()
2307 new_upper_bound)) { in DeleteSingletonRow()
2311 << new_lower_bound - new_upper_bound; in DeleteSingletonRow()
2318 new_upper_bound = new_lower_bound; in DeleteSingletonRow()
2320 if (new_upper_bound == lp->variable_upper_bounds()[e.col]) { in DeleteSingletonRow()
2321 new_lower_bound = new_upper_bound; in DeleteSingletonRow()
2331 new_upper_bound = new_lower_bound; in DeleteSingletonRow()
2338 lp->SetVariableBounds(e.col, new_lower_bound, new_upper_bound); in DeleteSingletonRow()
/dports/math/py-or-tools/or-tools-9.2/ortools/lp_data/
H A Dlp_data.cc1018 const Fractional new_upper_bound =
1020 if (new_lower_bound > new_upper_bound) {
1024 new_upper_bounds[i] = new_upper_bound;
/dports/math/py-claripy/claripy-9.0.5405/claripy/vsa/
H A Dstrided_interval.py2290 new_upper_bound = None
2296 if new_upper_bound is None or u > new_upper_bound:
2297 new_upper_bound = u
2305 upper_bound=new_upper_bound,
/dports/audio/fasttracker2/ft2-clone-1.49/src/libflac/
H A Dstream_decoder.c2747 FLAC__uint64 new_upper_bound = upper_bound; in seek_to_absolute_sample_() local
2777 new_upper_bound = first_frame_offset + seek_table->points[i].stream_offset; in seek_to_absolute_sample_()
2781 if(new_upper_bound >= new_lower_bound) { in seek_to_absolute_sample_()
2783 upper_bound = new_upper_bound; in seek_to_absolute_sample_()
/dports/games/libretro-tyrquake/tyrquake-e76477d/deps/libFLAC/
H A Dstream_decoder.c3025 FLAC__uint64 new_upper_bound = upper_bound; in seek_to_absolute_sample_() local
3055 new_upper_bound = first_frame_offset + seek_table->points[i].stream_offset; in seek_to_absolute_sample_()
3059 if(new_upper_bound >= new_lower_bound) { in seek_to_absolute_sample_()
3061 upper_bound = new_upper_bound; in seek_to_absolute_sample_()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/flac-1.3.2/src/libFLAC/
H A Dstream_decoder.c3053 FLAC__uint64 new_upper_bound = upper_bound; in seek_to_absolute_sample_() local
3083 new_upper_bound = first_frame_offset + seek_table->points[i].stream_offset; in seek_to_absolute_sample_()
3087 if(new_upper_bound >= new_lower_bound) { in seek_to_absolute_sample_()
3089 upper_bound = new_upper_bound; in seek_to_absolute_sample_()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libFLAC/
H A Dstream_decoder.c3025 FLAC__uint64 new_upper_bound = upper_bound; in seek_to_absolute_sample_() local
3055 new_upper_bound = first_frame_offset + seek_table->points[i].stream_offset; in seek_to_absolute_sample_()
3059 if(new_upper_bound >= new_lower_bound) { in seek_to_absolute_sample_()
3061 upper_bound = new_upper_bound; in seek_to_absolute_sample_()
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/core/cd_hw/libchdr/deps/libFLAC/
H A Dstream_decoder.c3053 FLAC__uint64 new_upper_bound = upper_bound; in seek_to_absolute_sample_() local
3083 new_upper_bound = first_frame_offset + seek_table->points[i].stream_offset; in seek_to_absolute_sample_()
3087 if(new_upper_bound >= new_lower_bound) { in seek_to_absolute_sample_()
3089 upper_bound = new_upper_bound; in seek_to_absolute_sample_()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_formats/codecs/flac/libFLAC/
H A Dstream_decoder.c3047 FLAC__uint64 new_upper_bound = upper_bound; in seek_to_absolute_sample_() local
3077 new_upper_bound = first_frame_offset + seek_table->points[i].stream_offset; in seek_to_absolute_sample_()
3081 if(new_upper_bound >= new_lower_bound) { in seek_to_absolute_sample_()
3083 upper_bound = new_upper_bound; in seek_to_absolute_sample_()
/dports/games/retroarch/RetroArch-1.9.7/deps/libFLAC/
H A Dstream_decoder.c3056 FLAC__uint64 new_upper_bound = upper_bound; in seek_to_absolute_sample_() local
3086 new_upper_bound = first_frame_offset + seek_table->points[i].stream_offset; in seek_to_absolute_sample_()
3090 if(new_upper_bound >= new_lower_bound) { in seek_to_absolute_sample_()
3092 upper_bound = new_upper_bound; in seek_to_absolute_sample_()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/deps/flac-1.3.3/src/
H A Dstream_decoder.c3052 FLAC__uint64 new_upper_bound = upper_bound; in seek_to_absolute_sample_() local
3082 new_upper_bound = first_frame_offset + seek_table->points[i].stream_offset; in seek_to_absolute_sample_()
3086 if(new_upper_bound >= new_lower_bound) { in seek_to_absolute_sample_()
3088 upper_bound = new_upper_bound; in seek_to_absolute_sample_()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/deps/flac-1.3.2/src/libFLAC/
H A Dstream_decoder.c3053 FLAC__uint64 new_upper_bound = upper_bound; in seek_to_absolute_sample_() local
3083 new_upper_bound = first_frame_offset + seek_table->points[i].stream_offset; in seek_to_absolute_sample_()
3087 if(new_upper_bound >= new_lower_bound) { in seek_to_absolute_sample_()
3089 upper_bound = new_upper_bound; in seek_to_absolute_sample_()
/dports/games/kodi-addon-game.libretro.genplus/game.libretro.genplus-1.7.4.15-Matrix/depends/common/genplus/core/cd_hw/libchdr/deps/libFLAC/
H A Dstream_decoder.c3053 FLAC__uint64 new_upper_bound = upper_bound; in seek_to_absolute_sample_() local
3083 new_upper_bound = first_frame_offset + seek_table->points[i].stream_offset; in seek_to_absolute_sample_()
3087 if(new_upper_bound >= new_lower_bound) { in seek_to_absolute_sample_()
3089 upper_bound = new_upper_bound; in seek_to_absolute_sample_()
/dports/games/libretro-beetle_pce_fast/beetle-pce-fast-libretro-67426f4/deps/flac-1.3.3/src/
H A Dstream_decoder.c3052 FLAC__uint64 new_upper_bound = upper_bound; in seek_to_absolute_sample_() local
3082 new_upper_bound = first_frame_offset + seek_table->points[i].stream_offset; in seek_to_absolute_sample_()
3086 if(new_upper_bound >= new_lower_bound) { in seek_to_absolute_sample_()
3088 upper_bound = new_upper_bound; in seek_to_absolute_sample_()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_formats/codecs/flac/libFLAC/
H A Dstream_decoder.c3047 FLAC__uint64 new_upper_bound = upper_bound; in seek_to_absolute_sample_() local
3077 new_upper_bound = first_frame_offset + seek_table->points[i].stream_offset; in seek_to_absolute_sample_()
3081 if(new_upper_bound >= new_lower_bound) { in seek_to_absolute_sample_()
3083 upper_bound = new_upper_bound; in seek_to_absolute_sample_()
/dports/audio/flac/flac-1.3.4/src/libFLAC/
H A Dstream_decoder.c3100 FLAC__uint64 new_upper_bound = upper_bound; local
3130 new_upper_bound = first_frame_offset + seek_table->points[i].stream_offset;
3134 if(new_upper_bound >= new_lower_bound) {
3136 upper_bound = new_upper_bound;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/flac/src/libFLAC/
H A Dstream_decoder.c3044 FLAC__uint64 new_upper_bound = upper_bound; in seek_to_absolute_sample_() local
3074 new_upper_bound = first_frame_offset + seek_table->points[i].stream_offset; in seek_to_absolute_sample_()
3078 if(new_upper_bound >= new_lower_bound) { in seek_to_absolute_sample_()
3080 upper_bound = new_upper_bound; in seek_to_absolute_sample_()
/dports/emulators/mame/mame-mame0226/3rdparty/libflac/src/libFLAC/
H A Dstream_decoder.c3035 FLAC__uint64 new_upper_bound = upper_bound; in seek_to_absolute_sample_() local
3065 new_upper_bound = first_frame_offset + seek_table->points[i].stream_offset; in seek_to_absolute_sample_()
3069 if(new_upper_bound >= new_lower_bound) { in seek_to_absolute_sample_()
3071 upper_bound = new_upper_bound; in seek_to_absolute_sample_()
/dports/emulators/mess/mame-mame0226/3rdparty/libflac/src/libFLAC/
H A Dstream_decoder.c3035 FLAC__uint64 new_upper_bound = upper_bound; in seek_to_absolute_sample_() local
3065 new_upper_bound = first_frame_offset + seek_table->points[i].stream_offset; in seek_to_absolute_sample_()
3069 if(new_upper_bound >= new_lower_bound) { in seek_to_absolute_sample_()
3071 upper_bound = new_upper_bound; in seek_to_absolute_sample_()

12