Home
last modified time | relevance | path

Searched refs:STEP_SIZE (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/src/generic/stage1/
H A Dbuf_block_reader.h6 template<size_t STEP_SIZE>
61 template<size_t STEP_SIZE>
62 …_reader<STEP_SIZE>::buf_block_reader(const uint8_t *_buf, size_t _len) : buf{_buf}, len{_len}, len… in buf_block_reader()
64 template<size_t STEP_SIZE>
67 template<size_t STEP_SIZE>
68 simdjson_really_inline bool buf_block_reader<STEP_SIZE>::has_full_block() const { in has_full_block()
72 template<size_t STEP_SIZE>
77 template<size_t STEP_SIZE>
85 template<size_t STEP_SIZE>
86 simdjson_really_inline void buf_block_reader<STEP_SIZE>::advance() { in advance()
[all …]
H A Djson_minifier.h13 template<size_t STEP_SIZE>
20 template<size_t STEP_SIZE>
21 …simdjson_really_inline void step(const uint8_t *block_buf, buf_block_reader<STEP_SIZE> &reader) no…
59 template<size_t STEP_SIZE>
61 buf_block_reader<STEP_SIZE> reader(buf, len); in minify()
66 minifier.step<STEP_SIZE>(reader.full_block(), reader); in minify()
70 uint8_t block[STEP_SIZE]; in minify()
75 uint8_t out_block[STEP_SIZE]; in minify()
78 minifier.step<STEP_SIZE>(block, reader); in minify()
H A Djson_structural_indexer.h131 template<size_t STEP_SIZE>
136 template<size_t STEP_SIZE>
137 …simdjson_really_inline void step(const uint8_t *block, buf_block_reader<STEP_SIZE> &reader) noexce…
188 template<size_t STEP_SIZE>
200 buf_block_reader<STEP_SIZE> reader(buf, len); in index()
205 indexer.step<STEP_SIZE>(reader.full_block(), reader); in index()
209 uint8_t block[STEP_SIZE]; in index()
211 indexer.step<STEP_SIZE>(block, reader); in index()
/dports/devel/simdjson/simdjson-0.9.6/src/generic/stage1/
H A Dbuf_block_reader.h6 template<size_t STEP_SIZE>
61 template<size_t STEP_SIZE>
62 …_reader<STEP_SIZE>::buf_block_reader(const uint8_t *_buf, size_t _len) : buf{_buf}, len{_len}, len… in buf_block_reader()
64 template<size_t STEP_SIZE>
67 template<size_t STEP_SIZE>
68 simdjson_really_inline bool buf_block_reader<STEP_SIZE>::has_full_block() const { in has_full_block()
72 template<size_t STEP_SIZE>
77 template<size_t STEP_SIZE>
85 template<size_t STEP_SIZE>
86 simdjson_really_inline void buf_block_reader<STEP_SIZE>::advance() { in advance()
[all …]
H A Djson_minifier.h13 template<size_t STEP_SIZE>
20 template<size_t STEP_SIZE>
21 …simdjson_really_inline void step(const uint8_t *block_buf, buf_block_reader<STEP_SIZE> &reader) no…
60 template<size_t STEP_SIZE>
62 buf_block_reader<STEP_SIZE> reader(buf, len); in minify()
67 minifier.step<STEP_SIZE>(reader.full_block(), reader); in minify()
71 uint8_t block[STEP_SIZE]; in minify()
76 uint8_t out_block[STEP_SIZE]; in minify()
79 minifier.step<STEP_SIZE>(block, reader); in minify()
H A Djson_structural_indexer.h76 template<size_t STEP_SIZE>
81 template<size_t STEP_SIZE>
82 …simdjson_really_inline void step(const uint8_t *block, buf_block_reader<STEP_SIZE> &reader) noexce…
133 template<size_t STEP_SIZE>
138 buf_block_reader<STEP_SIZE> reader(buf, len); in index()
143 indexer.step<STEP_SIZE>(reader.full_block(), reader); in index()
147 uint8_t block[STEP_SIZE]; in index()
149 indexer.step<STEP_SIZE>(block, reader); in index()
/dports/science/cdk/cdk-cdk-2.3/tool/charges/src/main/java/org/openscience/cdk/charges/
H A DGasteigerMarsiliPartialCharges.java50 private int STEP_SIZE = 5; field in GasteigerMarsiliPartialCharges
151 q = gasteigerFactors[STEP_SIZE * j + j + 5]; in assignGasteigerMarsiliSigmaPartialCharges()
156 … gasteigerFactors[STEP_SIZE * j + j + 4] = gasteigerFactors[STEP_SIZE * j + j + 2] * q * q in assignGasteigerMarsiliSigmaPartialCharges()
157 … + gasteigerFactors[STEP_SIZE * j + j + 1] * q + gasteigerFactors[STEP_SIZE * j + j]; in assignGasteigerMarsiliSigmaPartialCharges()
171 …if (gasteigerFactors[STEP_SIZE * atom1 + atom1 + 4] >= gasteigerFactors[STEP_SIZE * atom2 + atom2 … in assignGasteigerMarsiliSigmaPartialCharges()
185 …q = (gasteigerFactors[STEP_SIZE * atom1 + atom1 + 4] - gasteigerFactors[STEP_SIZE * atom2 + atom2 … in assignGasteigerMarsiliSigmaPartialCharges()
216 return STEP_SIZE; in getStepSize()
226 STEP_SIZE = step; in setStepSize()
353 gasteigerFactors[STEP_SIZE * i + i] = factors[0]; in assignGasteigerSigmaMarsiliFactors()
354 gasteigerFactors[STEP_SIZE * i + i + 1] = factors[1]; in assignGasteigerSigmaMarsiliFactors()
[all …]
H A DGasteigerPEPEPartialCharges.java73 private int STEP_SIZE = 5; field in GasteigerPEPEPartialCharges
353 + gasteigerFactors[k][STEP_SIZE * j + j]; in assignGasteigerPiPartialCharges()
611 double charge = ds[STEP_SIZE * atom1 + atom1 + 5]; in getElectrostaticPotentialN()
680 return STEP_SIZE; in getStepSize()
690 STEP_SIZE = step; in setStepSize()
701 .getAtomCount() * (STEP_SIZE + 1))]; in assignPiFactors()
772 gasteigerFactors[k][STEP_SIZE * i + i] = factors[0]; in assignPiFactors()
778 gasteigerFactors[k][STEP_SIZE * i + i + 3] = 1; in assignPiFactors()
796 .getAtomCount() * (STEP_SIZE + 1))]; in assignrPiMarsilliFactors()
875 gasteigerFactors[k][STEP_SIZE * i + i] = factors[0]; in assignrPiMarsilliFactors()
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/pipe/
H A Dpipe_edit_environment.h44 template < typename TDistanceSpec, unsigned STEP_SIZE = 1 >
71 template < typename TInput, unsigned STEP_SIZE >
72 struct Pipe< TInput, EditEnvironment< Tag<HammingDistance_>, STEP_SIZE > >
106 for(unsigned i = 1; i < STEP_SIZE && !eof(in); ++i)
124 template < typename TInput, unsigned STEP_SIZE >
258 template < typename TInput, unsigned STEP_SIZE >
273 template < typename TInput, unsigned STEP_SIZE >
302 template < typename TInput, unsigned STEP_SIZE >
311 template < typename TInput, unsigned STEP_SIZE >
320 template < typename TInput, unsigned STEP_SIZE >
[all …]
/dports/biology/seqan1/seqan-1.3.1/seqan/pipe/
H A Dpipe_edit_environment.h44 template < typename TDistanceSpec, unsigned STEP_SIZE = 1 >
66 template < typename TInput, unsigned STEP_SIZE >
101 for(unsigned i = 1; i < STEP_SIZE && !eof(in); ++i)
119 template < typename TInput, unsigned STEP_SIZE >
161 for(unsigned i = 1; i < STEP_SIZE && !eof(in); ++i)
251 template < typename TInput, unsigned STEP_SIZE >
266 template < typename TInput, unsigned STEP_SIZE >
295 template < typename TInput, unsigned STEP_SIZE >
304 template < typename TInput, unsigned STEP_SIZE >
313 template < typename TInput, unsigned STEP_SIZE >
[all …]
H A Dpipe_generated_forwards.h167 template <typename TDistanceSpec, unsigned STEP_SIZE > struct EditEnvironment; // "seqan-1.3…
566 … <typename TInput, unsigned STEP_SIZE > inline bool control( Pipe< TInput, EditEnvironment< Tag<Ha…
567 …typename TInput, unsigned STEP_SIZE > inline bool control( Pipe< TInput, EditEnvironment< Tag<Leve…
568 …typename TInput, unsigned STEP_SIZE > inline bool control( Pipe< TInput, EditEnvironment< Tag<Leve…
569 …typename TInput, unsigned STEP_SIZE > inline bool control( Pipe< TInput, EditEnvironment< Tag<Leve…
652STEP_SIZE > inline typename Size< Pipe< TInput, Pipe< TInput, EditEnvironment< Tag<HammingDistance…
653STEP_SIZE > inline typename Size< Pipe< TInput, Pipe< TInput, EditEnvironment< Tag<LevenshteinDist…
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/pipe/
H A Dpipe_edit_environment.h44 template < typename TDistanceSpec, unsigned STEP_SIZE = 1 >
71 template < typename TInput, unsigned STEP_SIZE >
72 struct Pipe< TInput, EditEnvironment< Tag<HammingDistance_>, STEP_SIZE > >
106 for(unsigned i = 1; i < STEP_SIZE && !eof(in); ++i)
124 template < typename TInput, unsigned STEP_SIZE >
258 template < typename TInput, unsigned STEP_SIZE >
273 template < typename TInput, unsigned STEP_SIZE >
302 template < typename TInput, unsigned STEP_SIZE >
311 template < typename TInput, unsigned STEP_SIZE >
320 template < typename TInput, unsigned STEP_SIZE >
[all …]
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/pipe/
H A Dpipe_edit_environment.h44 template < typename TDistanceSpec, unsigned STEP_SIZE = 1 >
71 template < typename TInput, unsigned STEP_SIZE >
72 struct Pipe< TInput, EditEnvironment< Tag<HammingDistance_>, STEP_SIZE > >
106 for(unsigned i = 1; i < STEP_SIZE && !eof(in); ++i)
124 template < typename TInput, unsigned STEP_SIZE >
256 template < typename TInput, unsigned STEP_SIZE >
271 template < typename TInput, unsigned STEP_SIZE >
300 template < typename TInput, unsigned STEP_SIZE >
309 template < typename TInput, unsigned STEP_SIZE >
318 template < typename TInput, unsigned STEP_SIZE >
[all …]
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/testing/ptest/core/util/
H A Dconvolver.cpp28 #define STEP_SIZE 128 macro
52 c.process(out, in, STEP_SIZE); in call()
61 float *in = alloc_aligned<float>(data, MAX_LENGTH + STEP_SIZE*4, 64);
62 float *out = &in[STEP_SIZE];
63 float *backup = &out[STEP_SIZE];
64 float *conv = &backup[STEP_SIZE*2];
66 for (size_t i=0; i < (MAX_LENGTH + STEP_SIZE*4); ++i)
70 dsp::copy(in, backup, STEP_SIZE*2); \
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpvectorial/examples/
H A Dfpv3d_mainform.pas58 STEP_SIZE = 16; // Width And Height Of Each Quad (NEW)
196 y2 := GetMapHeight(X, Y + STEP_SIZE);
197 z2 := Y + STEP_SIZE ;
206 x2 := X + STEP_SIZE;
207 y2 := GetMapHeight(X + STEP_SIZE, Y + STEP_SIZE);
208 z2 := Y + STEP_SIZE ;
217 x2 := X + STEP_SIZE;
218 y2 := GetMapHeight(X + STEP_SIZE, Y );
227 Y :=Y + STEP_SIZE
229 X := X + STEP_SIZE
/dports/editors/lazarus/lazarus/components/fpvectorial/examples/
H A Dfpv3d_mainform.pas58 STEP_SIZE = 16; // Width And Height Of Each Quad (NEW)
196 y2 := GetMapHeight(X, Y + STEP_SIZE);
197 z2 := Y + STEP_SIZE ;
206 x2 := X + STEP_SIZE;
207 y2 := GetMapHeight(X + STEP_SIZE, Y + STEP_SIZE);
208 z2 := Y + STEP_SIZE ;
217 x2 := X + STEP_SIZE;
218 y2 := GetMapHeight(X + STEP_SIZE, Y );
227 Y :=Y + STEP_SIZE
229 X := X + STEP_SIZE
/dports/editors/lazarus-qt5/lazarus/components/fpvectorial/examples/
H A Dfpv3d_mainform.pas58 STEP_SIZE = 16; // Width And Height Of Each Quad (NEW)
196 y2 := GetMapHeight(X, Y + STEP_SIZE);
197 z2 := Y + STEP_SIZE ;
206 x2 := X + STEP_SIZE;
207 y2 := GetMapHeight(X + STEP_SIZE, Y + STEP_SIZE);
208 z2 := Y + STEP_SIZE ;
217 x2 := X + STEP_SIZE;
218 y2 := GetMapHeight(X + STEP_SIZE, Y );
227 Y :=Y + STEP_SIZE
229 X := X + STEP_SIZE
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpvectorial/examples/
H A Dfpv3d_mainform.pas58 STEP_SIZE = 16; // Width And Height Of Each Quad (NEW)
196 y2 := GetMapHeight(X, Y + STEP_SIZE);
197 z2 := Y + STEP_SIZE ;
206 x2 := X + STEP_SIZE;
207 y2 := GetMapHeight(X + STEP_SIZE, Y + STEP_SIZE);
208 z2 := Y + STEP_SIZE ;
217 x2 := X + STEP_SIZE;
218 y2 := GetMapHeight(X + STEP_SIZE, Y );
227 Y :=Y + STEP_SIZE
229 X := X + STEP_SIZE
/dports/games/craft/Craft-1.0fbsd/deps/glfw/tests/
H A Dgamma.c38 #define STEP_SIZE 0.1f macro
79 set_gamma(window, gamma_value + STEP_SIZE); in key_callback()
86 if (gamma_value - STEP_SIZE > 0.f) in key_callback()
87 set_gamma(window, gamma_value - STEP_SIZE); in key_callback()
/dports/security/gost-engine/engine-7ed64cd/
H A Dtest_context.c50 #define STEP_SIZE 16 macro
88 for (i = 0; i < TEST_SIZE / STEP_SIZE; i++) { in test_contexts()
96 T(EVP_CipherUpdate(ctx, c + STEP_SIZE * i, &outlen, in test_contexts()
97 pt + STEP_SIZE * i, STEP_SIZE)); in test_contexts()
/dports/science/elmerfem/elmerfem-release-9.0/misc/netcdf/src/GridDataMapper/
H A DGridDataMapper.f90290 IS_TRANSIENT, STEP_SIZE, MAX_STEPS, Coord_System )
308 REAL(KIND=dp), INTENT(IN) :: STEP_SIZE ! Time step for Elmer transient system local
502 CALL InitTime( Solver, NCID, T_Name, IS_TRANSIENT, STEP_SIZE, MAX_STEPS, Time )
560 SUBROUTINE InitTime( Solver, NCID, T_Name, IS_TRANSIENT, STEP_SIZE, MAX_STEPS, TimeResult )
574 REAL(KIND=dp), INTENT(IN) :: STEP_SIZE local
656 IF (MAX_STEPS .GT. ((TimeResult % LEN - (TimeBias - STEP_SIZE))/STEP_SIZE) ) THEN
658 … ' is more than ', ((TimeResult % LEN - (TimeBias - STEP_SIZE))/STEP_SIZE),&
659 … ', which is the maximum number of allowed size ', STEP_SIZE ,' steps on the NetCDF grid.'
664 Time = Time + (TimeBias - STEP_SIZE)
/dports/devel/simdjson/simdjson-0.9.6/singleheader/
H A Dsimdjson.cpp2994 template<size_t STEP_SIZE>
3049 template<size_t STEP_SIZE>
3052 template<size_t STEP_SIZE>
3055 template<size_t STEP_SIZE>
3060 template<size_t STEP_SIZE>
3065 template<size_t STEP_SIZE>
3073 template<size_t STEP_SIZE>
3075 idx += STEP_SIZE; in advance()
6364 idx += STEP_SIZE; in advance()
8369 idx += STEP_SIZE; in advance()
[all …]
/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dtest_ui_spin.c7 #define STEP_SIZE 2 macro
28 efl_ui_range_value_set(data, (efl_ui_range_value_get(data) + STEP_SIZE)); in _inc_clicked()
34 efl_ui_range_value_set(data, (efl_ui_range_value_get(data) - STEP_SIZE)); in _dec_clicked()
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/singleheader/
H A Dsimdjson.cpp3106 template<size_t STEP_SIZE>
3161 template<size_t STEP_SIZE>
3164 template<size_t STEP_SIZE>
3167 template<size_t STEP_SIZE>
3172 template<size_t STEP_SIZE>
3177 template<size_t STEP_SIZE>
3185 template<size_t STEP_SIZE>
3187 idx += STEP_SIZE; in advance()
6651 idx += STEP_SIZE; in advance()
8777 idx += STEP_SIZE; in advance()
[all …]
/dports/net/wlvncc/wlvncc-1ca82ce/src/
H A Dpointer.c27 #define STEP_SIZE 15.0 macro
284 double vertical_steps = trunc(pointer->vertical_axis_value / STEP_SIZE); in pointer_frame()
285 pointer->vertical_axis_value -= vertical_steps * STEP_SIZE; in pointer_frame()
287 double horizontal_steps = trunc(pointer->horizontal_axis_value / STEP_SIZE); in pointer_frame()
288 pointer->horizontal_axis_value -= horizontal_steps * STEP_SIZE; in pointer_frame()

12345678910>>...12