Home
last modified time | relevance | path

Searched refs:step_size (Results 1 – 25 of 2323) sorted by relevance

12345678910>>...93

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dlinesearch.F229 this%step_size = 0.0_dp
331 this%step_size = step_size
378 step_size = -b/(2.0_dp*a)
379 pred_energy = a*step_size**2 + b*step_size + c
458 step_size = -b/(2.0_dp*a)
459 pred_energy = a*step_size**2 + b*step_size + c
464 step_size = -2.0_dp*step_size
468 IF (step_size < 0) THEN
579 step_size = 0.0_dp
583 pred_energy = a*step_size**2 + b*step_size + c
[all …]
H A Ddm_ls_scf_curvy.F173 step_size = curvy_data%step_size
176 step_size = curvy_data%step_size
184 step_size = curvy_data%step_size
187 step_size = curvy_data%step_size
190 step_size = curvy_data%step_size
231 step_size = step_size*2.0_dp
252 IF (step_size(1) .LT. 0.0_dp) step_size(1) = 1.0_dp
253 IF (step_size(2) .LT. 0.0_dp) step_size(2) = 1.0_dp
256 e_pred = param(1)*step_size(1)**2 + param(2)*step_size(1)*step_size(2) + &
257 param(3)*step_size(2)**2 + param(4)*step_size(1) + param(5)*step_size(2) + param(6)
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dlinesearch.F229 this%step_size = 0.0_dp
331 this%step_size = step_size
378 step_size = -b/(2.0_dp*a)
379 pred_energy = a*step_size**2 + b*step_size + c
458 step_size = -b/(2.0_dp*a)
459 pred_energy = a*step_size**2 + b*step_size + c
464 step_size = -2.0_dp*step_size
468 IF (step_size < 0) THEN
579 step_size = 0.0_dp
583 pred_energy = a*step_size**2 + b*step_size + c
[all …]
H A Ddm_ls_scf_curvy.F173 step_size = curvy_data%step_size
176 step_size = curvy_data%step_size
184 step_size = curvy_data%step_size
187 step_size = curvy_data%step_size
190 step_size = curvy_data%step_size
231 step_size = step_size*2.0_dp
252 IF (step_size(1) .LT. 0.0_dp) step_size(1) = 1.0_dp
253 IF (step_size(2) .LT. 0.0_dp) step_size(2) = 1.0_dp
256 e_pred = param(1)*step_size(1)**2 + param(2)*step_size(1)*step_size(2) + &
257 param(3)*step_size(2)**2 + param(4)*step_size(1) + param(5)*step_size(2) + param(6)
[all …]
/dports/math/py-jax/jax-0.2.9/jax/experimental/
H A Doptimizers.py211 def sgd(step_size): argument
221 step_size = make_schedule(step_size)
242 step_size = make_schedule(step_size)
269 step_size = make_schedule(step_size)
299 step_size = make_schedule(step_size)
334 step_size = make_schedule(step_size)
366 step_size = make_schedule(step_size)
400 step_size = make_schedule(step_size)
436 step_size = make_schedule(step_size)
469 step_size = make_schedule(step_size)
[all …]
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dallocation-observer.cc27 intptr_t step_size = observer->GetNextStepSize(); in AddAllocationObserver() local
61 size_t step_size = 0; in RemoveAllocationObserver() local
66 step_size = step_size ? std::min(step_size, left_in_step) : left_in_step; in RemoveAllocationObserver()
69 next_counter_ = current_counter_ + step_size; in RemoveAllocationObserver()
95 size_t step_size = 0; in InvokeAllocationObservers() local
117 step_size = step_size ? std::min(step_size, left_in_step) : left_in_step; in InvokeAllocationObservers()
129 DCHECK_NE(step_size, 0); in InvokeAllocationObservers()
130 step_size = std::min(step_size, aligned_object_size + observer_step_size); in InvokeAllocationObservers()
146 step_size = 0; in InvokeAllocationObservers()
149 step_size = step_size ? std::min(step_size, left_in_step) : left_in_step; in InvokeAllocationObservers()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dallocation-observer.cc27 intptr_t step_size = observer->GetNextStepSize(); in AddAllocationObserver() local
61 size_t step_size = 0; in RemoveAllocationObserver() local
66 step_size = step_size ? Min(step_size, left_in_step) : left_in_step; in RemoveAllocationObserver()
69 next_counter_ = current_counter_ + step_size; in RemoveAllocationObserver()
95 size_t step_size = 0; in InvokeAllocationObservers() local
117 step_size = step_size ? Min(step_size, left_in_step) : left_in_step; in InvokeAllocationObservers()
129 DCHECK_NE(step_size, 0); in InvokeAllocationObservers()
130 step_size = Min(step_size, aligned_object_size + observer_step_size); in InvokeAllocationObservers()
146 step_size = 0; in InvokeAllocationObservers()
149 step_size = step_size ? Min(step_size, left_in_step) : left_in_step; in InvokeAllocationObservers()
[all …]
/dports/devel/gaul/gaul-devel-0.1849-0/src/
H A Dga_gradient.c64 const double step_size) in ga_population_set_gradient_parameters() argument
81 pop->gradient_params->step_size = step_size; in ga_population_set_gradient_parameters()
119 double step_size; /* Current step size. */ in ga_steepestascent() local
175 step_size=pop->gradient_params->step_size; in ga_steepestascent()
208 step_size *= pop->gradient_params->alpha; in ga_steepestascent()
226 step_size *= pop->gradient_params->beta; in ga_steepestascent()
228 printf("DEBUG: step_size = %e\n", step_size); in ga_steepestascent()
291 double step_size; /* Current step size. */ in ga_steepestascent_double() local
340 step_size=pop->gradient_params->step_size; in ga_steepestascent_double()
372 step_size *= pop->gradient_params->alpha; in ga_steepestascent_double()
[all …]
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/audio/dsp_filters/fft/
H A Dfft.c148 for (i = 0; i < samples; i += step_size << 1) in butterflies()
151 for (j = i; j < i + step_size; j++) in butterflies()
160 unsigned step_size; in fft_process_forward_complex() local
164 for (step_size = 1; step_size < samples; step_size <<= 1) in fft_process_forward_complex()
168 -1, step_size, samples); in fft_process_forward_complex()
175 unsigned step_size; in fft_process_forward() local
179 for (step_size = 1; step_size < fft->size; step_size <<= 1) in fft_process_forward()
183 -1, step_size, samples); in fft_process_forward()
190 unsigned step_size; in fft_process_inverse() local
196 for (step_size = 1; step_size < samples; step_size <<= 1) in fft_process_inverse()
[all …]
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/audio/dsp_filters/fft/
H A Dfft.c148 for (i = 0; i < samples; i += step_size << 1) in butterflies()
151 for (j = i; j < i + step_size; j++) in butterflies()
160 unsigned step_size; in fft_process_forward_complex() local
164 for (step_size = 1; step_size < samples; step_size <<= 1) in fft_process_forward_complex()
168 -1, step_size, samples); in fft_process_forward_complex()
175 unsigned step_size; in fft_process_forward() local
179 for (step_size = 1; step_size < fft->size; step_size <<= 1) in fft_process_forward()
183 -1, step_size, samples); in fft_process_forward()
190 unsigned step_size; in fft_process_inverse() local
196 for (step_size = 1; step_size < samples; step_size <<= 1) in fft_process_inverse()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/audio/dsp_filters/fft/
H A Dfft.c148 for (i = 0; i < samples; i += step_size << 1) in butterflies()
151 for (j = i; j < i + step_size; j++) in butterflies()
160 unsigned step_size; in fft_process_forward_complex() local
164 for (step_size = 1; step_size < samples; step_size <<= 1) in fft_process_forward_complex()
168 -1, step_size, samples); in fft_process_forward_complex()
175 unsigned step_size; in fft_process_forward() local
179 for (step_size = 1; step_size < fft->size; step_size <<= 1) in fft_process_forward()
183 -1, step_size, samples); in fft_process_forward()
190 unsigned step_size; in fft_process_inverse() local
196 for (step_size = 1; step_size < samples; step_size <<= 1) in fft_process_inverse()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/audio/dsp_filters/fft/
H A Dfft.c148 for (i = 0; i < samples; i += step_size << 1) in butterflies()
151 for (j = i; j < i + step_size; j++) in butterflies()
160 unsigned step_size; in fft_process_forward_complex() local
164 for (step_size = 1; step_size < samples; step_size <<= 1) in fft_process_forward_complex()
168 -1, step_size, samples); in fft_process_forward_complex()
175 unsigned step_size; in fft_process_forward() local
179 for (step_size = 1; step_size < fft->size; step_size <<= 1) in fft_process_forward()
183 -1, step_size, samples); in fft_process_forward()
190 unsigned step_size; in fft_process_inverse() local
196 for (step_size = 1; step_size < samples; step_size <<= 1) in fft_process_inverse()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/audio/dsp_filters/fft/
H A Dfft.c148 for (i = 0; i < samples; i += step_size << 1) in butterflies()
151 for (j = i; j < i + step_size; j++) in butterflies()
160 unsigned step_size; in fft_process_forward_complex() local
164 for (step_size = 1; step_size < samples; step_size <<= 1) in fft_process_forward_complex()
168 -1, step_size, samples); in fft_process_forward_complex()
175 unsigned step_size; in fft_process_forward() local
179 for (step_size = 1; step_size < fft->size; step_size <<= 1) in fft_process_forward()
183 -1, step_size, samples); in fft_process_forward()
190 unsigned step_size; in fft_process_inverse() local
196 for (step_size = 1; step_size < samples; step_size <<= 1) in fft_process_inverse()
[all …]
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/audio/dsp_filters/fft/
H A Dfft.c148 for (i = 0; i < samples; i += step_size << 1) in butterflies()
151 for (j = i; j < i + step_size; j++) in butterflies()
160 unsigned step_size; in fft_process_forward_complex() local
164 for (step_size = 1; step_size < samples; step_size <<= 1) in fft_process_forward_complex()
168 -1, step_size, samples); in fft_process_forward_complex()
175 unsigned step_size; in fft_process_forward() local
179 for (step_size = 1; step_size < fft->size; step_size <<= 1) in fft_process_forward()
183 -1, step_size, samples); in fft_process_forward()
190 unsigned step_size; in fft_process_inverse() local
196 for (step_size = 1; step_size < samples; step_size <<= 1) in fft_process_inverse()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/audio/dsp_filters/fft/
H A Dfft.c148 for (i = 0; i < samples; i += step_size << 1) in butterflies()
151 for (j = i; j < i + step_size; j++) in butterflies()
160 unsigned step_size; in fft_process_forward_complex() local
164 for (step_size = 1; step_size < samples; step_size <<= 1) in fft_process_forward_complex()
168 -1, step_size, samples); in fft_process_forward_complex()
175 unsigned step_size; in fft_process_forward() local
179 for (step_size = 1; step_size < fft->size; step_size <<= 1) in fft_process_forward()
183 -1, step_size, samples); in fft_process_forward()
190 unsigned step_size; in fft_process_inverse() local
196 for (step_size = 1; step_size < samples; step_size <<= 1) in fft_process_inverse()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/audio/dsp_filters/fft/
H A Dfft.c148 for (i = 0; i < samples; i += step_size << 1) in butterflies()
151 for (j = i; j < i + step_size; j++) in butterflies()
160 unsigned step_size; in fft_process_forward_complex() local
164 for (step_size = 1; step_size < samples; step_size <<= 1) in fft_process_forward_complex()
168 -1, step_size, samples); in fft_process_forward_complex()
175 unsigned step_size; in fft_process_forward() local
179 for (step_size = 1; step_size < fft->size; step_size <<= 1) in fft_process_forward()
183 -1, step_size, samples); in fft_process_forward()
190 unsigned step_size; in fft_process_inverse() local
196 for (step_size = 1; step_size < samples; step_size <<= 1) in fft_process_inverse()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/audio/dsp_filters/fft/
H A Dfft.c148 for (i = 0; i < samples; i += step_size << 1) in butterflies()
151 for (j = i; j < i + step_size; j++) in butterflies()
160 unsigned step_size; in fft_process_forward_complex() local
164 for (step_size = 1; step_size < samples; step_size <<= 1) in fft_process_forward_complex()
168 -1, step_size, samples); in fft_process_forward_complex()
175 unsigned step_size; in fft_process_forward() local
179 for (step_size = 1; step_size < fft->size; step_size <<= 1) in fft_process_forward()
183 -1, step_size, samples); in fft_process_forward()
190 unsigned step_size; in fft_process_inverse() local
196 for (step_size = 1; step_size < samples; step_size <<= 1) in fft_process_inverse()
[all …]
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/3D/Source/
H A Dslew.c45 void g3_get_slew_step(fix step_size, g3s_vector *x_step, g3s_vector *y_step, g3s_vector *z_step) { in g3_get_slew_step() argument
48 x_step->gX = fix_mul(step_size, unscaled_matrix.m1); in g3_get_slew_step()
49 x_step->gY = fix_mul(step_size, unscaled_matrix.m4); in g3_get_slew_step()
50 x_step->gZ = fix_mul(step_size, unscaled_matrix.m7); in g3_get_slew_step()
55 y_step->gX = fix_mul(step_size, unscaled_matrix.m2); in g3_get_slew_step()
56 y_step->gY = fix_mul(step_size, unscaled_matrix.m5); in g3_get_slew_step()
57 y_step->gZ = fix_mul(step_size, unscaled_matrix.m8); in g3_get_slew_step()
62 z_step->gX = fix_mul(step_size, unscaled_matrix.m3); in g3_get_slew_step()
63 z_step->gY = fix_mul(step_size, unscaled_matrix.m6); in g3_get_slew_step()
64 z_step->gZ = fix_mul(step_size, unscaled_matrix.m9); in g3_get_slew_step()
/dports/games/sarien/sarien-0.7.0/src/core/
H A Dmotion.c47 y -= v->step_size; in changepos()
50 x += v->step_size; in changepos()
51 y -= v->step_size; in changepos()
54 x += v->step_size; in changepos()
57 x += v->step_size; in changepos()
58 y += v->step_size; in changepos()
61 y += v->step_size; in changepos()
64 x -= v->step_size; in changepos()
65 y += v->step_size; in changepos()
68 x -= v->step_size; in changepos()
[all …]
/dports/math/gsl/gsl-2.7/min/
H A Dquad_golden.c80 double step_size, stored_step, prev_stored_step; member
103 state->step_size = 0.0; in quad_golden_init()
138 double step_size = state->step_size; /* update on exit */ in quad_golden_iterate() local
175 stored_step = step_size; in quad_golden_iterate()
183 step_size = quad_step_size; in quad_golden_iterate()
232 step_size = scale_factor * step; in quad_golden_iterate()
252 step_size = GOLDEN_MEAN * step; in quad_golden_iterate()
254 DEBUG_PRINTF(("golden step: %g\n", step_size)); in quad_golden_iterate()
258 if (fabs (step_size) > tol) in quad_golden_iterate()
260 x_eval = x_m + step_size; in quad_golden_iterate()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A DSimplexx.c62 float ** response, float ** step_size, in deallocate_arrays() argument
69 free (*step_size); *step_size = NULL; in deallocate_arrays()
118 float * step_size) in restart() argument
135 step_size[i] *= STEP_FACTOR; in restart()
141 minval = simplex[0][j] - step_size[j]; in restart()
142 maxval = simplex[0][j] + step_size[j]; in restart()
245 float * response, float * step_size) in simplex_initialize() argument
256 step_size[j] = 0.5 * parameters[j]; in simplex_initialize()
262 minval = simplex[0][j] - step_size[j]; in simplex_initialize()
263 maxval = simplex[0][j] + step_size[j]; in simplex_initialize()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/include/range/v3/algorithm/
H A Dstable_sort.hpp93 D two_step = 2 * step_size; in merge_sort_loop()
97 make_move_iterator(first + step_size), in merge_sort_loop()
98 make_move_iterator(first + step_size), in merge_sort_loop()
107 step_size = ranges::min(D(last - first), step_size); in merge_sort_loop()
109 make_move_iterator(first + step_size), in merge_sort_loop()
110 make_move_iterator(first + step_size), in merge_sort_loop()
142 if(step_size >= len) in merge_sort_with_buffer()
149 step_size *= 2; in merge_sort_with_buffer()
153 step_size *= 2; in merge_sort_with_buffer()
154 if(step_size >= len) in merge_sort_with_buffer()
[all …]
/dports/devel/range-v3/range-v3-0.11.0/include/range/v3/algorithm/
H A Dstable_sort.hpp93 D two_step = 2 * step_size; in merge_sort_loop()
97 make_move_iterator(first + step_size), in merge_sort_loop()
98 make_move_iterator(first + step_size), in merge_sort_loop()
107 step_size = ranges::min(D(last - first), step_size); in merge_sort_loop()
109 make_move_iterator(first + step_size), in merge_sort_loop()
110 make_move_iterator(first + step_size), in merge_sort_loop()
142 if(step_size >= len) in merge_sort_with_buffer()
149 step_size *= 2; in merge_sort_with_buffer()
153 step_size *= 2; in merge_sort_with_buffer()
154 if(step_size >= len) in merge_sort_with_buffer()
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/unit_tests/partitioner/
H A Dbisection_graph_view.cpp21 double step_size = 0.01; in BOOST_AUTO_TEST_CASE() local
44 const auto compare = makeCoordinate(id, 0, step_size); in BOOST_AUTO_TEST_CASE()
59 const auto compare = makeCoordinate(id, 1, step_size); in BOOST_AUTO_TEST_CASE()
70 double step_size = 0.01; in BOOST_AUTO_TEST_CASE() local
95 const auto compare = makeCoordinate(id, 0, step_size); in BOOST_AUTO_TEST_CASE()
110 const auto compare = makeCoordinate(id, 1, step_size); in BOOST_AUTO_TEST_CASE()
121 double step_size = 0.01; in BOOST_AUTO_TEST_CASE() local
143 left_coordinates.push_back(makeCoordinate(0, 0, step_size)); in BOOST_AUTO_TEST_CASE()
144 left_coordinates.push_back(makeCoordinate(0, 1, step_size)); in BOOST_AUTO_TEST_CASE()
160 right_coordinates.push_back(makeCoordinate(1, 0, step_size)); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libx264/filters/video/
H A Dselect_every.c40 int step_size; member
71 h->step_size = 0; in init()
78 h->step_size = val; in init()
81 FAIL_IF_ERROR( val < 0 || val >= h->step_size, "invalid offset `%s'\n", tok ) in init()
85 FAIL_IF_ERROR( !h->step_size, "no step size provided\n" ) in init()
95 min = h->step_size; in init()
102 if( max_rewind == h->step_size ) in init()
109 if( h->step_size != h->pattern_len ) in init()
111 info->num_frames = (uint64_t)info->num_frames * h->pattern_len / h->step_size; in init()
112 info->fps_den *= h->step_size; in init()
[all …]

12345678910>>...93