Home
last modified time | relevance | path

Searched refs:SAMPLE_SIZE (Results 1 – 25 of 431) sorted by relevance

12345678910>>...18

/dports/games/sea-defender/Sea-Defender-d628051/snoutlib/
H A Dperlin.h8 #define SAMPLE_SIZE 1024 macro
41 int p[SAMPLE_SIZE + SAMPLE_SIZE + 2];
42 float g3[SAMPLE_SIZE + SAMPLE_SIZE + 2][3];
43 float g2[SAMPLE_SIZE + SAMPLE_SIZE + 2][2];
44 float g1[SAMPLE_SIZE + SAMPLE_SIZE + 2];
/dports/graphics/py-geomdl/geomdl-5.2.10/tests/
H A Dtest_read_write.py20 SAMPLE_SIZE = 25 variable
87 nurbs_surface.sample_size = SAMPLE_SIZE
102 nurbs_surface.sample_size = SAMPLE_SIZE
117 nurbs_surface.sample_size = SAMPLE_SIZE
132 nurbs_surface.sample_size = SAMPLE_SIZE
150 nurbs_multi.sample_size = SAMPLE_SIZE
168 nurbs_multi.sample_size = SAMPLE_SIZE
186 nurbs_multi.sample_size = SAMPLE_SIZE
204 nurbs_multi.sample_size = SAMPLE_SIZE
218 bspline_curve3d.sample_size = SAMPLE_SIZE
[all …]
H A Dtest_evaluate.py12 SAMPLE_SIZE = 5 variable
32 curve.sample_size = SAMPLE_SIZE
45 curve.sample_size = SAMPLE_SIZE
60 surf.sample_size = SAMPLE_SIZE
H A Dtest_convert.py13 SAMPLE_SIZE = 5 variable
32 curve_bs.sample_size = SAMPLE_SIZE
35 curve_nurbs.sample_size = SAMPLE_SIZE
60 surf_nurbs.sample_size = SAMPLE_SIZE
/dports/graphics/py-urbansim/urbansim-3.2/urbansim/urbanchoice/
H A Dinteraction.py26 def mnl_interaction_dataset(choosers, alternatives, SAMPLE_SIZE, argument
31 ).format(len(choosers), len(alternatives), SAMPLE_SIZE))
56 if SAMPLE_SIZE < numalts:
61 sample = np.random.choice(alts_idx, SAMPLE_SIZE * numchoosers)
66 sample[::SAMPLE_SIZE] = pd.Series(
82 assert len(alts_sample.index) == SAMPLE_SIZE * len(choosers.index)
83 alts_sample['join_index'] = np.repeat(choosers.index.values, SAMPLE_SIZE)
89 chosen = np.zeros((numchoosers, SAMPLE_SIZE))
/dports/devel/glib20/glib-2.70.4/tests/
H A Dslice-threadinit.c24 #define SAMPLE_SIZE (7) macro
55 guint i, j, n_trials = N_PAGES * PAGE_SIZE / SAMPLE_SIZE; /* upper bound */ in allocate_from_known_page()
58 void *b = g_slice_alloc (SAMPLE_SIZE); in allocate_from_known_page()
84 void *b = g_slice_alloc (SAMPLE_SIZE); in main()
99 release_trash_list (&free_list, SAMPLE_SIZE); in main()
105 release_trash_list (&free_list, SAMPLE_SIZE); in main()
163 release_trash_list (&free_list, SAMPLE_SIZE); in main()
/dports/audio/musicpd/mpd-0.23.6/src/pcm/
H A DTraits.hxx70 static constexpr size_t SAMPLE_SIZE = sizeof(value_type); member
103 static constexpr size_t SAMPLE_SIZE = sizeof(value_type); member
120 static constexpr size_t SAMPLE_SIZE = sizeof(value_type); member
137 static constexpr size_t SAMPLE_SIZE = sizeof(value_type); member
154 static constexpr size_t SAMPLE_SIZE = sizeof(value_type); member
167 static constexpr size_t SAMPLE_SIZE = sizeof(value_type); member
/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/examples/
H A Dpaex_read_write_wire.c61 #define SAMPLE_SIZE (4) macro
66 #define SAMPLE_SIZE (2) macro
71 #define SAMPLE_SIZE (3) macro
76 #define SAMPLE_SIZE (1) macro
81 #define SAMPLE_SIZE (1) macro
148 numBytes = FRAMES_PER_BUFFER * numChannels * SAMPLE_SIZE ; in main()
/dports/emulators/mame/mame-mame0226/3rdparty/portaudio/examples/
H A Dpaex_read_write_wire.c61 #define SAMPLE_SIZE (4) macro
66 #define SAMPLE_SIZE (2) macro
71 #define SAMPLE_SIZE (3) macro
76 #define SAMPLE_SIZE (1) macro
81 #define SAMPLE_SIZE (1) macro
148 numBytes = FRAMES_PER_BUFFER * numChannels * SAMPLE_SIZE ; in main()
/dports/audio/portaudio/portaudio/examples/
H A Dpaex_read_write_wire.c61 #define SAMPLE_SIZE (4)
66 #define SAMPLE_SIZE (2)
71 #define SAMPLE_SIZE (3)
76 #define SAMPLE_SIZE (1)
81 #define SAMPLE_SIZE (1)
148 numBytes = FRAMES_PER_BUFFER * numChannels * SAMPLE_SIZE ;
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/portaudio_sc_org/examples/
H A Dpaex_read_write_wire.c61 #define SAMPLE_SIZE (4) macro
66 #define SAMPLE_SIZE (2) macro
71 #define SAMPLE_SIZE (3) macro
76 #define SAMPLE_SIZE (1) macro
81 #define SAMPLE_SIZE (1) macro
148 numBytes = FRAMES_PER_BUFFER * numChannels * SAMPLE_SIZE ; in main()
/dports/devel/arduino-core/Arduino-b439a77/arduino-core/src/processing/app/i18n/python/requests/packages/charade/
H A Dsbcharsetprober.py34 SAMPLE_SIZE = 64 variable
80 if order < SAMPLE_SIZE:
82 if self._mLastOrder < SAMPLE_SIZE:
85 i = (self._mLastOrder * SAMPLE_SIZE) + order
88 i = (order * SAMPLE_SIZE) + self._mLastOrder
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/requests/requests/packages/chardet/
H A Dsbcharsetprober.py34 SAMPLE_SIZE = 64 variable
80 if order < SAMPLE_SIZE:
82 if self._mLastOrder < SAMPLE_SIZE:
85 i = (self._mLastOrder * SAMPLE_SIZE) + order
88 i = (order * SAMPLE_SIZE) + self._mLastOrder
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/requests/packages/chardet/
H A Dsbcharsetprober.py34 SAMPLE_SIZE = 64 variable
80 if order < SAMPLE_SIZE:
82 if self._mLastOrder < SAMPLE_SIZE:
85 i = (self._mLastOrder * SAMPLE_SIZE) + order
88 i = (order * SAMPLE_SIZE) + self._mLastOrder
/dports/security/sqlmap/sqlmap-1.3.12/sqlmap/thirdparty/chardet/
H A Dsbcharsetprober.py34 SAMPLE_SIZE = 64 variable
80 if order < SAMPLE_SIZE:
82 if self._mLastOrder < SAMPLE_SIZE:
85 i = (self._mLastOrder * SAMPLE_SIZE) + order
88 i = (order * SAMPLE_SIZE) + self._mLastOrder
/dports/www/firefox-legacy/firefox-52.8.0esr/python/requests/requests/packages/chardet/
H A Dsbcharsetprober.py34 SAMPLE_SIZE = 64 variable
80 if order < SAMPLE_SIZE:
82 if self._mLastOrder < SAMPLE_SIZE:
85 i = (self._mLastOrder * SAMPLE_SIZE) + order
88 i = (order * SAMPLE_SIZE) + self._mLastOrder
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/requests/requests/packages/chardet/
H A Dsbcharsetprober.py34 SAMPLE_SIZE = 64 variable
80 if order < SAMPLE_SIZE:
82 if self._mLastOrder < SAMPLE_SIZE:
85 i = (self._mLastOrder * SAMPLE_SIZE) + order
88 i = (order * SAMPLE_SIZE) + self._mLastOrder
/dports/textproc/kf5-kcodecs/kcodecs-5.89.0/src/probers/
H A DnsSBCharSetProber.cpp23 if (order < SAMPLE_SIZE) { in HandleData()
26 if (mLastOrder < SAMPLE_SIZE) { in HandleData()
29 … ++(mSeqCounters[(int)mModel->precedenceMatrix[mLastOrder * SAMPLE_SIZE + order]]); in HandleData()
31 … ++(mSeqCounters[(int)mModel->precedenceMatrix[order * SAMPLE_SIZE + mLastOrder]]); in HandleData()
/dports/editors/texmaker/texmaker-5.0.3/encodingprober/
H A DnsSBCharSetProber.cpp41 if (order < SAMPLE_SIZE) in HandleData()
45 if (mLastOrder < SAMPLE_SIZE) in HandleData()
49 ++(mSeqCounters[(int)mModel->precedenceMatrix[mLastOrder*SAMPLE_SIZE+order]]); in HandleData()
51 ++(mSeqCounters[(int)mModel->precedenceMatrix[order*SAMPLE_SIZE+mLastOrder]]); in HandleData()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/chardet/
H A Dsbcharsetprober.py34 SAMPLE_SIZE = 64 variable in SingleByteCharSetProber
94 if order < self.SAMPLE_SIZE:
96 if self._last_order < self.SAMPLE_SIZE:
99 i = (self._last_order * self.SAMPLE_SIZE) + order
102 i = (order * self.SAMPLE_SIZE) + self._last_order
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/chardet/
H A Dsbcharsetprober.py34 SAMPLE_SIZE = 64 variable in SingleByteCharSetProber
94 if order < self.SAMPLE_SIZE:
96 if self._last_order < self.SAMPLE_SIZE:
99 i = (self._last_order * self.SAMPLE_SIZE) + order
102 i = (order * self.SAMPLE_SIZE) + self._last_order
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_vendor/chardet/
H A Dsbcharsetprober.py34 SAMPLE_SIZE = 64 variable in SingleByteCharSetProber
94 if order < self.SAMPLE_SIZE:
96 if self._last_order < self.SAMPLE_SIZE:
99 i = (self._last_order * self.SAMPLE_SIZE) + order
102 i = (order * self.SAMPLE_SIZE) + self._last_order
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/chardet/chardet/
H A Dsbcharsetprober.py34 SAMPLE_SIZE = 64 variable in SingleByteCharSetProber
94 if order < self.SAMPLE_SIZE:
96 if self._last_order < self.SAMPLE_SIZE:
99 i = (self._last_order * self.SAMPLE_SIZE) + order
102 i = (order * self.SAMPLE_SIZE) + self._last_order
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_vendor/chardet/
H A Dsbcharsetprober.py34 SAMPLE_SIZE = 64 variable in SingleByteCharSetProber
94 if order < self.SAMPLE_SIZE:
96 if self._last_order < self.SAMPLE_SIZE:
99 i = (self._last_order * self.SAMPLE_SIZE) + order
102 i = (order * self.SAMPLE_SIZE) + self._last_order
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/chardet/
H A Dsbcharsetprober.py34 SAMPLE_SIZE = 64 variable in SingleByteCharSetProber
94 if order < self.SAMPLE_SIZE:
96 if self._last_order < self.SAMPLE_SIZE:
99 i = (self._last_order * self.SAMPLE_SIZE) + order
102 i = (order * self.SAMPLE_SIZE) + self._last_order

12345678910>>...18