Home
last modified time | relevance | path

Searched refs:a_y (Results 1 – 25 of 424) sorted by relevance

12345678910>>...17

/dports/graphics/glexcess/glexcess/
H A Dscene02.cpp284 for (int a_y=0; a_y<size;a_y++) in a_InitGL() local
287 a_points[a_x][a_y][1]=float(a_y/(1.25f*size/32)); in a_InitGL()
505 for( a_y = 0; a_y < size-1; a_y++ ) in a_DrawGLScene()
509 glVertex3f( a_points[a_x][a_y][0], a_points[a_x][a_y][1], a_points[a_x][a_y][2]); in a_DrawGLScene()
513 glVertex3f( a_points[a_x][a_y+1][0], a_points[a_x][a_y+1][1], a_points[a_x][a_y+1][2]); in a_DrawGLScene()
517 glVertex3f( a_points[a_x+1][a_y+1][0], a_points[a_x+1][a_y+1][1], a_points[a_x+1][a_y+1][2]); in a_DrawGLScene()
521 glVertex3f( a_points[a_x+1][a_y][0], a_points[a_x+1][a_y][1], a_points[a_x+1][a_y][2]); in a_DrawGLScene()
526 for(a_y=size-2;a_y>=0;a_y--) in a_DrawGLScene()
529 glVertex3f( a_points[a_x][a_y][0], a_points[a_x][a_y][1], a_points[a_x][a_y][2]); in a_DrawGLScene()
532 glVertex3f( a_points[a_x][a_y+1][0], a_points[a_x][a_y+1][1], a_points[a_x][a_y+1][2]); in a_DrawGLScene()
[all …]
/dports/math/gsl/gsl-2.7/ode-initval2/
H A Dcstd.c32 double a_y; member
54 double eps_abs, double eps_rel, double a_y, double a_dydt) in std_control_init() argument
66 else if (a_y < 0) in std_control_init()
77 s->a_y = a_y; in std_control_init()
92 const double a_y = state->a_y; in std_control_hadjust() local
104 eps_rel * (a_y * fabs (y[i]) + a_dydt * fabs (h_old * yp[i])) + in std_control_hadjust()
153 const double a_y = state->a_y; in std_control_errlevel() local
156 *errlev = eps_rel * (a_y * fabs (y) + a_dydt * fabs (h * dydt)) + eps_abs; in std_control_errlevel()
191 double a_y, double a_dydt) in gsl_odeiv2_control_standard_new() argument
196 int status = gsl_odeiv2_control_init (c, eps_abs, eps_rel, a_y, a_dydt); in gsl_odeiv2_control_standard_new()
H A Dcscal.c33 double a_y; member
56 double eps_abs, double eps_rel, double a_y, double a_dydt) in sc_control_init() argument
68 else if (a_y < 0) in sc_control_init()
79 s->a_y = a_y; in sc_control_init()
94 const double a_y = state->a_y; in sc_control_hadjust() local
107 eps_rel * (a_y * fabs (y[i]) + a_dydt * fabs (h_old * yp[i])) in sc_control_hadjust()
157 const double a_y = state->a_y; in sc_control_errlevel() local
161 *errlev = eps_rel * (a_y * fabs (y) + a_dydt * fabs (h * dydt)) in sc_control_errlevel()
195 double a_y, double a_dydt, in gsl_odeiv2_control_scaled_new() argument
201 int status = gsl_odeiv2_control_init (c, eps_abs, eps_rel, a_y, a_dydt); in gsl_odeiv2_control_scaled_new()
/dports/archivers/rvm/rvm-1.11/
H A Dtable.cc328 ti += a_y; in insert_row()
376 const size_type a_y, in assign() argument
385 es += estring(a_y); in assign()
396 new_cell.y = a_y; in assign()
404 const size_type a_y, in assign() argument
413 es += estring(a_y); in assign()
425 new_cell.y = a_y; in assign()
493 es += estring(a_y); in row_height()
496 for (cx = m_table[a_y].begin(); cx != m_table[a_y].end(); ++cx) { in row_height()
647 m_cursor_y = a_y; in set_cursor()
[all …]
/dports/math/py-pygsl/pygsl-2.3.0/examples/
H A Dodeiv2.py12 def __init__(self, eps_abs, eps_rel, a_y, a_dydt, scale): argument
13 _control.__init__(self, eps_abs, eps_rel, a_y, a_dydt, scale)
16 def __init__(self, eps_abs, eps_rel, a_y, a_dydt): argument
17 _control.__init__(self, eps_abs, eps_rel, a_y, a_dydt, None)
21 a_y = 1
23 _control.__init__(self, eps_abs, eps_rel, a_y, a_dydt, None)
27 a_y = 0
29 _control.__init__(self, eps_abs, eps_rel, a_y, a_dydt, None)
39 def __init__(self, sys, type, hstart, eps_abs, eps_rel, a_y, a_dydt): argument
44 a_y = 1
[all …]
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_ode-initval__cstd.c31 double a_y;
53 double eps_abs, double eps_rel, double a_y, double a_dydt)
65 else if (a_y < 0)
76 s->a_y = a_y;
89 const double a_y = state->a_y;
100 eps_rel * (a_y * fabs(y[i]) + a_dydt * fabs(h_old * yp[i])) + eps_abs;
157 double a_y, double a_dydt)
162 int status = gsl_odeiv_control_init (c, eps_abs, eps_rel, a_y, a_dydt);
H A Dgsl_ode-initval__cscal.c32 double a_y; member
55 double eps_abs, double eps_rel, double a_y, double a_dydt) in sc_control_init() argument
67 else if (a_y < 0) in sc_control_init()
78 s->a_y = a_y; in sc_control_init()
91 const double a_y = state->a_y; in sc_control_hadjust() local
103 eps_rel * (a_y * fabs(y[i]) + a_dydt * fabs(h_old * yp[i])) in sc_control_hadjust()
162 double a_y, double a_dydt, in gsl_odeiv_control_scaled_new() argument
169 int status = gsl_odeiv_control_init (c, eps_abs, eps_rel, a_y, a_dydt); in gsl_odeiv_control_scaled_new()
/dports/math/gsl/gsl-2.7/ode-initval/
H A Dcstd.c31 double a_y; member
53 double eps_abs, double eps_rel, double a_y, double a_dydt) in std_control_init() argument
65 else if (a_y < 0) in std_control_init()
76 s->a_y = a_y; in std_control_init()
89 const double a_y = state->a_y; in std_control_hadjust() local
100 eps_rel * (a_y * fabs(y[i]) + a_dydt * fabs(h_old * yp[i])) + eps_abs; in std_control_hadjust()
157 double a_y, double a_dydt) in gsl_odeiv_control_standard_new() argument
162 int status = gsl_odeiv_control_init (c, eps_abs, eps_rel, a_y, a_dydt); in gsl_odeiv_control_standard_new()
H A Dcscal.c32 double a_y; member
55 double eps_abs, double eps_rel, double a_y, double a_dydt) in sc_control_init() argument
67 else if (a_y < 0) in sc_control_init()
78 s->a_y = a_y; in sc_control_init()
91 const double a_y = state->a_y; in sc_control_hadjust() local
103 eps_rel * (a_y * fabs(y[i]) + a_dydt * fabs(h_old * yp[i])) in sc_control_hadjust()
162 double a_y, double a_dydt, in gsl_odeiv_control_scaled_new() argument
169 int status = gsl_odeiv_control_init (c, eps_abs, eps_rel, a_y, a_dydt); in gsl_odeiv_control_scaled_new()
/dports/misc/urbit/urbit-urbit-0.6.0/jets/e/
H A Daesc.c19 c3_y a_y[32]; in u3qea_en() local
30 u3r_bytes(0, 32, a_y, a); in u3qea_en()
35 kCCOptionECBMode, a_y, kCCKeySizeAES256, 0, b_y, in u3qea_en()
42 if ( 0 != AES_set_encrypt_key(a_y, 256, &key_u) ) { in u3qea_en()
73 c3_y a_y[32]; in u3qea_de() local
84 u3r_bytes(0, 32, a_y, a); in u3qea_de()
89 kCCOptionECBMode, a_y, kCCKeySizeAES256, 0, b_y, in u3qea_de()
96 if ( 0 != AES_set_decrypt_key(a_y, 256, &key_u) ) { in u3qea_de()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A Dflip_avoiding_line_search.cpp210 const double& a_y = uv(v1,1); in get_min_pos_root_3D() local
238a_y*b_dx*c_dz + a_y*b_dz*c_dx + a_dx*b_dy*c_z - a_dx*b_z*c_dy - a_dy*b_dx*c_z + a_dy*b_z*c_dx + a_… in get_min_pos_root_3D()
240a_y*b_dz*c_x - a_y*b_x*c_dz - a_dy*b_x*c_z + a_dy*b_z*c_x + a_x*b_dy*c_z - a_x*b_z*c_dy - a_z*b_dy… in get_min_pos_root_3D()
242a_y*b_x*c_z + a_y*b_z*c_x + a_z*b_x*c_y - a_z*b_y*c_x - a_x*b_y*d_z + a_x*b_z*d_y + a_y*b_x*d_z - in get_min_pos_root_3D()
/dports/graphics/wings/libigl-2.1.0/include/igl/
H A Dflip_avoiding_line_search.cpp210 const double& a_y = uv(v1,1); in get_min_pos_root_3D() local
238a_y*b_dx*c_dz + a_y*b_dz*c_dx + a_dx*b_dy*c_z - a_dx*b_z*c_dy - a_dy*b_dx*c_z + a_dy*b_z*c_dx + a_… in get_min_pos_root_3D()
240a_y*b_dz*c_x - a_y*b_x*c_dz - a_dy*b_x*c_z + a_dy*b_z*c_x + a_x*b_dy*c_z - a_x*b_z*c_dy - a_z*b_dy… in get_min_pos_root_3D()
242a_y*b_x*c_z + a_y*b_z*c_x + a_z*b_x*c_y - a_z*b_y*c_x - a_x*b_y*d_z + a_x*b_z*d_y + a_y*b_x*d_z - in get_min_pos_root_3D()
/dports/games/dangen/dangen-0.5/libtenm/
H A Dtenm_collision.c13 double a_x, double a_y,
75 return tenm_same_point(a_x, a_y, b_x, b_y); in tenm_point_nearer()
79 temp2 = a_y - b_y; in tenm_point_nearer()
111 if(tenm_same_point(a_x, a_y, b_x, b_y)) in tenm_line_nearer()
116 temp = (a_x - p_x) * (b_y - a_y) - (a_y - p_y) * (b_x - a_x); in tenm_line_nearer()
120 over2 = b_y - a_y; in tenm_line_nearer()
142 if (tenm_same_point(a_x, a_y, b_x, b_y)) in tenm_same_side()
162 return (b_y - a_y) * p_x - (b_x - a_x) * p_y in tenm_same_side_temp()
163 -((b_y - a_y) * a_x - (b_x - a_x) * a_y); in tenm_same_side_temp()
183 if (tenm_same_point(a_x, a_y, b_x, b_y)) in tenm_same_side_vertical()
[all …]
H A Dtenm_collision.h9 int tenm_same_point(double a_x, double a_y, double b_x, double b_y);
10 int tenm_point_nearer(double a_x, double a_y,
13 double a_x, double a_y, double b_x, double b_y,
16 double a_x, double a_y, double b_x, double b_y);
18 double a_x, double a_y, double b_x, double b_y,
/dports/lang/gcc6-aux/gcc-6-20180516/libffi/testsuite/libffi.call/
H A Dnested_struct11.c15 float a_y; member
32 result.a.a_y = source.a.a_y; in C_fn()
40 source.a.a_x, source.a.a_y, in C_fn()
42 result.a.a_x, result.a.a_y, in C_fn()
117 CHECK (result.a.a_y == source.a.a_y); in main()
/dports/devel/jna/jna-5.7.0/native/libffi/testsuite/libffi.closures/
H A Dnested_struct11.c15 float a_y; member
32 result.a.a_y = source.a.a_y; in C_fn()
40 source.a.a_x, source.a.a_y, in C_fn()
42 result.a.a_x, result.a.a_y, in C_fn()
117 CHECK (result.a.a_y == source.a.a_y); in main()
/dports/lang/python-legacy/Python-2.7.18/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dnested_struct11.c15 float a_y; member
32 result.a.a_y = source.a.a_y; in C_fn()
40 source.a.a_x, source.a.a_y, in C_fn()
42 result.a.a_x, result.a.a_y, in C_fn()
117 CHECK (result.a.a_y == source.a.a_y); in main()
/dports/lang/gcc8/gcc-8.5.0/libffi/testsuite/libffi.call/
H A Dnested_struct11.c15 float a_y; member
32 result.a.a_y = source.a.a_y; in C_fn()
40 source.a.a_x, source.a.a_y, in C_fn()
42 result.a.a_x, result.a.a_y, in C_fn()
117 CHECK (result.a.a_y == source.a.a_y); in main()
/dports/lang/python27/Python-2.7.18/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dnested_struct11.c15 float a_y; member
32 result.a.a_y = source.a.a_y; in C_fn()
40 source.a.a_x, source.a.a_y, in C_fn()
42 result.a.a_x, result.a.a_y, in C_fn()
117 CHECK (result.a.a_y == source.a.a_y); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libffi/testsuite/libffi.call/
H A Dnested_struct11.c15 float a_y; member
32 result.a.a_y = source.a.a_y; in C_fn()
40 source.a.a_x, source.a.a_y, in C_fn()
42 result.a.a_x, result.a.a_y, in C_fn()
117 CHECK (result.a.a_y == source.a.a_y); in main()
/dports/lang/gcc10/gcc-10.3.0/libffi/testsuite/libffi.call/
H A Dnested_struct11.c15 float a_y; member
32 result.a.a_y = source.a.a_y; in C_fn()
40 source.a.a_x, source.a.a_y, in C_fn()
42 result.a.a_x, result.a.a_y, in C_fn()
117 CHECK (result.a.a_y == source.a.a_y); in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libffi/testsuite/libffi.call/
H A Dnested_struct11.c15 float a_y; member
32 result.a.a_y = source.a.a_y; in C_fn()
40 source.a.a_x, source.a.a_y, in C_fn()
42 result.a.a_x, result.a.a_y, in C_fn()
117 CHECK (result.a.a_y == source.a.a_y); in main()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libffi/testsuite/libffi.call/
H A Dnested_struct11.c15 float a_y; member
32 result.a.a_y = source.a.a_y; in C_fn()
40 source.a.a_x, source.a.a_y, in C_fn()
42 result.a.a_x, result.a.a_y, in C_fn()
117 CHECK (result.a.a_y == source.a.a_y); in main()
/dports/lang/gcc12-devel/gcc-12-20211205/libffi/testsuite/libffi.closures/
H A Dnested_struct11.c15 float a_y; member
32 result.a.a_y = source.a.a_y; in C_fn()
40 source.a.a_x, source.a.a_y, in C_fn()
42 result.a.a_x, result.a.a_y, in C_fn()
117 CHECK (result.a.a_y == source.a.a_y); in main()
/dports/lang/gcc48/gcc-4.8.5/libffi/testsuite/libffi.call/
H A Dnested_struct11.c15 float a_y; member
32 result.a.a_y = source.a.a_y; in C_fn()
40 source.a.a_x, source.a.a_y, in C_fn()
42 result.a.a_x, result.a.a_y, in C_fn()
117 CHECK (result.a.a_y == source.a.a_y); in main()

12345678910>>...17