Home
last modified time | relevance | path

Searched refs:y_prev (Results 1 – 25 of 78) sorted by relevance

1234

/dports/security/hashcat/hashcat-6.2.5/tools/test_modules/
H A Dm22600.pm52 my $y_prev = substr ($iv, 0, $AES256_IGE_BLOCK_SIZE);
62 my $y_xor = exclusive_or ($x, $y_prev);
70 $y_prev = $y;
85 my $y_prev = substr ($iv, $AES256_IGE_BLOCK_SIZE, $AES256_IGE_BLOCK_SIZE);
95 my $y_xor = exclusive_or ($x, $y_prev);
103 $y_prev = $y;
H A Dm24500.pm52 my $y_prev = substr ($iv, 0, $AES256_IGE_BLOCK_SIZE);
62 my $y_xor = exclusive_or ($x, $y_prev);
70 $y_prev = $y;
85 my $y_prev = substr ($iv, $AES256_IGE_BLOCK_SIZE, $AES256_IGE_BLOCK_SIZE);
95 my $y_xor = exclusive_or ($x, $y_prev);
103 $y_prev = $y;
/dports/security/hashcat/hashcat-6.2.5/OpenCL/
H A Dm22600-pure.cl459 u32 y_prev[4];
461 y_prev[0] = iv[4];
462 y_prev[1] = iv[5];
463 y_prev[2] = iv[6];
464 y_prev[3] = iv[7];
479 y[0] = x[0] ^ y_prev[0];
480 y[1] = x[1] ^ y_prev[1];
493 out[i + 0] = y_prev[0];
494 out[i + 1] = y_prev[1];
495 out[i + 2] = y_prev[2];
[all …]
H A Dm24500-pure.cl584 u32 y_prev[4];
586 y_prev[0] = iv[4];
587 y_prev[1] = iv[5];
588 y_prev[2] = iv[6];
589 y_prev[3] = iv[7];
604 y[0] = x[0] ^ y_prev[0];
605 y[1] = x[1] ^ y_prev[1];
618 out[i + 0] = y_prev[0];
619 out[i + 1] = y_prev[1];
620 out[i + 2] = y_prev[2];
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dfast_guided_filter.h131 size_t y_prev = (size_t)floorf(y_in); in interpolate_bilinear() local
132 size_t y_next = y_prev + 1; in interpolate_bilinear()
136 y_prev = (y_prev < height_in) ? y_prev : height_in - 1; in interpolate_bilinear()
140 const size_t Y_prev = y_prev * width_in; in interpolate_bilinear()
/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dfast_guided_filter.h131 size_t y_prev = (size_t)floorf(y_in); in interpolate_bilinear() local
132 size_t y_next = y_prev + 1; in interpolate_bilinear()
136 y_prev = (y_prev < height_in) ? y_prev : height_in - 1; in interpolate_bilinear()
140 const size_t Y_prev = y_prev * width_in; in interpolate_bilinear()
/dports/science/py-chainer/chainer-7.8.0/chainer/functions/loss/
H A Dcrf1d.py132 for x, y, y_prev in zip(xs[1:], ys[1:], ys[:-1]):
135 y_prev, _ = split_axis.split_axis(y_prev, [batch], axis=0)
139 embed_id.embed_id(y_prev * n_label + y, cost), (batch,)))
/dports/cad/openroad/OpenROAD-2.0/src/psm/src/
H A Dgmat.cpp338 pair<pair<int,int>, Node*> y_prev; in GenerateStripeConductance() local
345 Node* node2 = y_prev.second; in GenerateStripeConductance()
349 int length = (y_itr.first).first - (y_prev.first).first; in GenerateStripeConductance()
351 length = (y_itr.first).second - (y_prev.first).second; in GenerateStripeConductance()
355 y_prev = y_itr; in GenerateStripeConductance()
562 map<int, Node*>::iterator y_prev; in NearestYNode() local
563 y_prev = prev(y_itr); in NearestYNode()
564 int dist1 = abs(y_prev->first - t_y); in NearestYNode()
567 return y_prev->second; in NearestYNode()
/dports/devel/py-qutip/qutip-4.6.2/qutip/cy/
H A Dmcsolve.pyx125 cdef np.ndarray[complex, ndim=1] y_prev
151 y_prev = ODE.y
162 self._find_collapse(ODE, norm2_psi, t_prev, y_prev,
165 y_prev = ODE.y
167 which = self._which_collapse(t_prev, y_prev, rand_vals[1])
168 y_prev = self._collapse(t_prev, which, y_prev)
169 ODE.set_initial_value(y_prev, t_prev)
179 y_prev = ODE.y
211 y_prev = ODE.y
222 ODE._y = y_prev
[all …]
/dports/math/casadi/casadi-3.5.5/docs/examples/cplusplus/
H A Dchain_qp.cpp96 SX y_prev, z_prev, y_i, z_i; in main() local
100 y_prev = y_i; in main()
130 Vchain += D_i/2*(sq(y_prev-y_i) + sq(z_prev-z_i)); in main()
/dports/devel/goffice/goffice-0.10.50/plugins/plot_distrib/
H A Dgog-histogram.c626 double y_prev = y_vals[i - 1]; in gog_histogram_plot_view_render() local
629 if (pos_product (y, y_prev)) { in gog_histogram_plot_view_render()
633 y > 0 ? MIN (y_prev, y) : MAX (y_prev, y)); in gog_histogram_plot_view_render()
644 double y_prev = y_vals[i - 1]; in gog_histogram_plot_view_render() local
647 if (pos_product (y, y_prev)) { in gog_histogram_plot_view_render()
651 y > 0 ? MIN (y_prev, y) : MAX (y_prev, y)); in gog_histogram_plot_view_render()
706 double y_prev = y_vals[i - 1]; in gog_histogram_plot_view_render() local
709 if (pos_product (y_prev, y)) { in gog_histogram_plot_view_render()
713 y > 0 ? MIN (y_prev, y) : MAX (y_prev, y)); in gog_histogram_plot_view_render()
724 double y_prev = y_vals[i - 1]; in gog_histogram_plot_view_render() local
[all …]
/dports/math/casadi/casadi-3.5.5/docs/examples/python/
H A Dchain_qp.py81 y_prev = y_i variable
102 Vchain += D_i/2*((y_prev-y_i)**2 + (z_prev-z_i)**2)
/dports/science/qiskit-aer/qiskit-aer-0.5.2/qiskit/providers/aer/pulse/solver/
H A Dmonte_carlo.py108 y_prev = ODE.y
126 ODE._y = y_prev
145 y_prev = ODE.y
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/2D/Source/Gen/
H A Dgentm.c143 fix y_left,y_prev; in h_umap() local
145 poly_do_left_edge(p_left,prev,y_left,y_prev,y,vpl,n); in h_umap()
150 fix y_right,y_prev; in h_umap() local
152 poly_do_right_edge(p_right,prev,y_right,y_prev,y,vpl,n); in h_umap()
/dports/cad/pcb/pcb-4.2.0/src/hid/gtk/
H A Dgui-output-events.c514 static gint x_prev = -1, y_prev = -1; in ghid_port_window_motion_cb() local
521 dy = gport->view.coord_per_px * (y_prev - ev->y); in ghid_port_window_motion_cb()
525 y_prev = ev->y; in ghid_port_window_motion_cb()
528 x_prev = y_prev = -1; in ghid_port_window_motion_cb()
/dports/security/libfprint/libfprint-0.7.0/libfprint/nbis/mindtct/
H A Dcontour.c613 static int start_scan_nbr(const int x_prev, const int y_prev, in start_scan_nbr() argument
616 if((x_prev==x_next) && (y_next > y_prev)) in start_scan_nbr()
618 else if ((x_prev==x_next) && (y_next < y_prev)) in start_scan_nbr()
620 else if ((x_next > x_prev) && (y_prev==y_next)) in start_scan_nbr()
622 else if ((x_next < x_prev) && (y_prev==y_next)) in start_scan_nbr()
/dports/deskutils/timewarrior/timewarrior-1.4.3/src/
H A Dhelper.cpp218 int y_prev = y; in expandIntervalHint() local
226 --y_prev; in expandIntervalHint()
229 range.start = Datetime (y_prev, m_prev, 1); in expandIntervalHint()
/dports/x11-wm/fvwm2/fvwm-2.6.9/modules/FvwmConsole/
H A DFvwmConsoleC.pl.in391 my($x,$y, $x_prev,$y_prev) = @_;
395 if($y > $y_prev ) {
396 $termcode = $TERM_DOWN x ($y-$y_prev);
397 }elsif( $y < $y_prev ) {
398 $termcode = $TERM_UP x ($y_prev-$y);
/dports/math/py-arviz/arviz-0.11.4/arviz/plots/backends/matplotlib/
H A Dforestplot.py474 y_vals, y_prev, is_zero = [0], None, False
479 if not is_zero and y_prev is not None:
480 y_vals.append((y + y_prev) * 0.5)
485 y_prev = y
489 y_vals.append(y_prev + offset)
/dports/devel/upp/upp/uppsrc/ScatterDraw/
H A DDataSource.cpp378 double y_prev = 0, x_prev = 0; in ZeroCrossing() local
381 y_prev = Membercall(getdataY)(i0); in ZeroCrossing()
383 if (!IsNull(x_prev) && !IsNull(y_prev)) in ZeroCrossing()
392 if (((y >= 0 && y_prev < 0) && ascending) || ((y <= 0 && y_prev > 0) && descending)) { in ZeroCrossing()
394 zeros << (x_prev - (x - x_prev)*y_prev/(y - y_prev)); in ZeroCrossing()
397 y_prev = y; in ZeroCrossing()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dspecfun.c3235 double n0, n1, n2, n3, d0, d1, d2, d3, y_prev=1; in expint() local
3250 if (y == y_prev) break; in expint()
3251 y_prev = y; in expint()
3276 double y_prev = 0; in expint() local
3285 if (y == y_prev) break; in expint()
3286 y_prev = y; in expint()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_info/
H A Dtextview.c387 const int y_prev = xy[1]; in textview_draw() local
418 if ((mval[1] != INT_MAX) && (mval[1] >= y_prev && mval[1] <= xy[1])) { in textview_draw()
/dports/devel/py-trimesh/trimesh-3.5.25/trimesh/viewer/
H A Dwidget.py237 y_prev = y - dy
241 not (bottom < y_prev <= bottom + height):
/dports/multimedia/gstreamer1/gstreamer-1.16.2/libs/gst/controller/
H A Dgstinterpolationcontrolsource.c278 gdouble y_prev, y, y_next; in _interpolate_cubic_update_cache() local
296 y_prev = y; in _interpolate_cubic_update_cache()
308 b[i] = (y_next - y) / h[i] - (y - y_prev) / h[i - 1]; in _interpolate_cubic_update_cache()
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dspecfun.c3238 double n0, n1, n2, n3, d0, d1, d2, d3, y_prev=1; in expint() local
3253 if (y == y_prev) break; in expint()
3254 y_prev = y; in expint()
3279 double y_prev = 0; in expint() local
3288 if (y == y_prev) break; in expint()
3289 y_prev = y; in expint()

1234