/dports/audio/lewton/lewton-0.10.2/cargo-crates/sha2-0.1.2/rust-crypto/src/ |
H A D | ed25519.rs | 133 let ed_y = Fe::from_bytes(&public_key); localVariable 135 let mont_x = edwards_to_montgomery_x(ed_y); 153 fn edwards_to_montgomery_x(ed_y: Fe) -> Fe { in edwards_to_montgomery_x() 155 let temp_x = ed_z.add(ed_y); in edwards_to_montgomery_x() 156 let temp_z = ed_z.sub(ed_y); in edwards_to_montgomery_x()
|
/dports/devel/dtool/dtool-0.11.0/cargo-crates/rust-crypto-0.2.36/src/ |
H A D | ed25519.rs | 133 let ed_y = Fe::from_bytes(&public_key); localVariable 135 let mont_x = edwards_to_montgomery_x(ed_y); 153 fn edwards_to_montgomery_x(ed_y: Fe) -> Fe { in edwards_to_montgomery_x() 155 let temp_x = ed_z.add(ed_y); in edwards_to_montgomery_x() 156 let temp_z = ed_z.sub(ed_y); in edwards_to_montgomery_x()
|
/dports/deskutils/genius/genius-1.0.27/gtkextra/ |
H A D | gtkplotbox.c | 234 gdouble el_x, el_y, er_x, er_y, ed_x, ed_y, eu_x, eu_y; in gtk_plot_box_draw_symbol() local 268 gtk_plot_get_pixel(plot, x, y - dy, &ed_x, &ed_y); in gtk_plot_box_draw_symbol() 283 errbar[0].y = ed_y; in gtk_plot_box_draw_symbol() 285 errbar[1].y = ed_y; in gtk_plot_box_draw_symbol() 289 errbar[0].y = ed_y; in gtk_plot_box_draw_symbol()
|
H A D | gtkplotdata.c | 4406 gdouble el_x, el_y, er_x, er_y, ed_x, ed_y, eu_x, eu_y; in gtk_plot_data_draw_errbars() local 4422 gtk_plot3d_get_pixel(GTK_PLOT3D(plot), x, y, z - dz, &ed_x, &ed_y, &pz); in gtk_plot_data_draw_errbars() 4434 errbar[1].y = ed_y; in gtk_plot_data_draw_errbars() 4438 errbar[0].y = ed_y; in gtk_plot_data_draw_errbars() 4440 errbar[1].y = ed_y; in gtk_plot_data_draw_errbars() 4448 gtk_plot_get_pixel(plot, x, y - dy, &ed_x, &ed_y); in gtk_plot_data_draw_errbars() 4482 errbar[1].y = ed_y; in gtk_plot_data_draw_errbars() 4486 errbar[0].y = ed_y; in gtk_plot_data_draw_errbars() 4488 errbar[1].y = ed_y; in gtk_plot_data_draw_errbars()
|
/dports/x11-toolkits/gtkextra/gtkextra-3.3.4/gtkextra/ |
H A D | gtkplotbox.c | 242 gdouble el_x, el_y, er_x, er_y, ed_x, ed_y, eu_x, eu_y; in gtk_plot_box_draw_symbol() local 276 gtk_plot_get_pixel(plot, x, y - dy, &ed_x, &ed_y); in gtk_plot_box_draw_symbol() 291 errbar[0].y = ed_y; in gtk_plot_box_draw_symbol() 293 errbar[1].y = ed_y; in gtk_plot_box_draw_symbol() 297 errbar[0].y = ed_y; in gtk_plot_box_draw_symbol()
|
H A D | gtkplotdata.c | 4213 gdouble el_x, el_y, er_x, er_y, ed_x, ed_y, eu_x, eu_y; in gtk_plot_data_draw_errbars() local 4230 gtk_plot3d_get_pixel(GTK_PLOT3D(plot), x, y, z - dz, &ed_x, &ed_y, &pz); in gtk_plot_data_draw_errbars() 4242 errbar[1].y = ed_y; in gtk_plot_data_draw_errbars() 4246 errbar[0].y = ed_y; in gtk_plot_data_draw_errbars() 4248 errbar[1].y = ed_y; in gtk_plot_data_draw_errbars() 4256 gtk_plot_get_pixel(plot, x, y - dy, &ed_x, &ed_y); in gtk_plot_data_draw_errbars() 4290 errbar[1].y = ed_y; in gtk_plot_data_draw_errbars() 4294 errbar[0].y = ed_y; in gtk_plot_data_draw_errbars() 4296 errbar[1].y = ed_y; in gtk_plot_data_draw_errbars()
|
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/gtkextra/ |
H A D | gtkplotbox.c | 221 gdouble el_x, el_y, er_x, er_y, ed_x, ed_y, eu_x, eu_y; in gtk_plot_box_draw_symbol() local 255 gtk_plot_get_pixel(plot, x, y - dy, &ed_x, &ed_y); in gtk_plot_box_draw_symbol() 270 errbar[0].y = ed_y; in gtk_plot_box_draw_symbol() 272 errbar[1].y = ed_y; in gtk_plot_box_draw_symbol() 276 errbar[0].y = ed_y; in gtk_plot_box_draw_symbol()
|
H A D | gtkplotdata.c | 3457 gdouble el_x, el_y, er_x, er_y, ed_x, ed_y, eu_x, eu_y; in gtk_plot_data_draw_errbars() local 3474 gtk_plot3d_get_pixel(GTK_PLOT3D(plot), x, y, z - dz, &ed_x, &ed_y, &pz); in gtk_plot_data_draw_errbars() 3486 errbar[1].y = ed_y; in gtk_plot_data_draw_errbars() 3490 errbar[0].y = ed_y; in gtk_plot_data_draw_errbars() 3492 errbar[1].y = ed_y; in gtk_plot_data_draw_errbars() 3500 gtk_plot_get_pixel(plot, x, y - dy, &ed_x, &ed_y); in gtk_plot_data_draw_errbars() 3534 errbar[1].y = ed_y; in gtk_plot_data_draw_errbars() 3538 errbar[0].y = ed_y; in gtk_plot_data_draw_errbars() 3540 errbar[1].y = ed_y; in gtk_plot_data_draw_errbars()
|
/dports/games/lbreakout/lbreakout-010315/lbreakout/ |
H A D | breakout.h | 394 int ed_x, ed_y; // offset releative to 0,0 variable
|
H A D | breakout.cpp | 241 ed_y = 40; in BreakOut() 3632 DR_SETDST(sdl.scr, ed_x, ed_y + ed_offsets[i], brick_w, brick_h); in ExDisp_Hide() 3633 DR_SETSRC(ss_bkgnd, ed_x, ed_y + ed_offsets[i]); in ExDisp_Hide() 3635 AddRefreshRect(ed_x, ed_y + ed_offsets[i], brick_w, brick_h); in ExDisp_Hide() 3659 DR_SETDST(sdl.scr, ed_x, ed_y + ed_offsets[i], brick_w, brick_h); in ExDisp_Show() 3679 …DR_SETDST(sdl.scr, x + j * score_lw, ed_y + ed_offsets[i] + (brick_h - score_h) / 2, score_lw, sco… in ExDisp_Show() 3685 AddRefreshRect(ed_x, ed_y + ed_offsets[i], brick_w, brick_h); in ExDisp_Show()
|
/dports/misc/urbit/urbit-urbit-0.6.0/include/vere/ |
H A D | vere.h | 363 const c3_y* ed_y; // clear to end of screen member
|