Home
last modified time | relevance | path

Searched defs:c_x (Results 1 – 25 of 264) sorted by relevance

1234567891011

/dports/lang/guile2/guile-2.2.7/test-suite/standalone/
H A Dtest-smob-mark.c55 x_t *c_x; in make_x() local
68 x_t *c_x; in mark_x() local
78 x_t *c_x; in free_x() local
88 x_t *c_x = (x_t *) SCM_SMOB_DATA (x); in print_x() local
/dports/lang/guile/guile-3.0.7/test-suite/standalone/
H A Dtest-smob-mark.c56 x_t *c_x; in make_x() local
69 x_t *c_x; in mark_x() local
79 x_t *c_x; in free_x() local
89 x_t *c_x = (x_t *) SCM_SMOB_DATA (x); in print_x() local
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/regions/
H A Dregions-undeclared.rs1 static c_x: &'blk isize = &22; //~ ERROR use of undeclared lifetime name `'blk` variable
/dports/lang/gcc12-devel/gcc-12-20211205/libgomp/testsuite/libgomp.fortran/
H A Duse_device_ptr-optional-3.f9093 integer, pointer :: c_u(:), c_v(:), c_w(:), c_x(:), c_y(:), c_z(:) local
108 subroutine run_target(c_u, c_v, c_w, c_x, c_y, c_z, c_cptr, c_cptr_in, Nx, Nz) argument
109 integer, target :: c_u(:), c_v(:), c_w(:), c_x(:), c_y(:), c_z(:) local
117 subroutine target_fn(c_u, c_v, c_w, c_x, c_y, c_z, c_cptr, c_cptr_in, Nx, Nz) argument
119 integer, target :: c_u, c_v, c_w, c_x(:), c_y, c_z(:) local
/dports/lang/gcc11/gcc-11.2.0/libgomp/testsuite/libgomp.fortran/
H A Duse_device_ptr-optional-3.f9093 integer, pointer :: c_u(:), c_v(:), c_w(:), c_x(:), c_y(:), c_z(:) local
108 subroutine run_target(c_u, c_v, c_w, c_x, c_y, c_z, c_cptr, c_cptr_in, Nx, Nz) argument
109 integer, target :: c_u(:), c_v(:), c_w(:), c_x(:), c_y(:), c_z(:) local
117 subroutine target_fn(c_u, c_v, c_w, c_x, c_y, c_z, c_cptr, c_cptr_in, Nx, Nz) argument
119 integer, target :: c_u, c_v, c_w, c_x(:), c_y, c_z(:) local
/dports/lang/gcc11-devel/gcc-11-20211009/libgomp/testsuite/libgomp.fortran/
H A Duse_device_ptr-optional-3.f9093 integer, pointer :: c_u(:), c_v(:), c_w(:), c_x(:), c_y(:), c_z(:) local
108 subroutine run_target(c_u, c_v, c_w, c_x, c_y, c_z, c_cptr, c_cptr_in, Nx, Nz) argument
109 integer, target :: c_u(:), c_v(:), c_w(:), c_x(:), c_y(:), c_z(:) local
117 subroutine target_fn(c_u, c_v, c_w, c_x, c_y, c_z, c_cptr, c_cptr_in, Nx, Nz) argument
119 integer, target :: c_u, c_v, c_w, c_x(:), c_y, c_z(:) local
/dports/devel/avr-gcc/gcc-10.2.0/libgomp/testsuite/libgomp.fortran/
H A Duse_device_ptr-optional-3.f9093 integer, pointer :: c_u(:), c_v(:), c_w(:), c_x(:), c_y(:), c_z(:) local
108 subroutine run_target(c_u, c_v, c_w, c_x, c_y, c_z, c_cptr, c_cptr_in, Nx, Nz) argument
109 integer, target :: c_u(:), c_v(:), c_w(:), c_x(:), c_y(:), c_z(:) local
117 subroutine target_fn(c_u, c_v, c_w, c_x, c_y, c_z, c_cptr, c_cptr_in, Nx, Nz) argument
119 integer, target :: c_u, c_v, c_w, c_x(:), c_y, c_z(:) local
/dports/lang/gcc10-devel/gcc-10-20211008/libgomp/testsuite/libgomp.fortran/
H A Duse_device_ptr-optional-3.f9093 integer, pointer :: c_u(:), c_v(:), c_w(:), c_x(:), c_y(:), c_z(:) local
108 subroutine run_target(c_u, c_v, c_w, c_x, c_y, c_z, c_cptr, c_cptr_in, Nx, Nz) argument
109 integer, target :: c_u(:), c_v(:), c_w(:), c_x(:), c_y(:), c_z(:) local
117 subroutine target_fn(c_u, c_v, c_w, c_x, c_y, c_z, c_cptr, c_cptr_in, Nx, Nz) argument
119 integer, target :: c_u, c_v, c_w, c_x(:), c_y, c_z(:) local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgomp/testsuite/libgomp.fortran/
H A Duse_device_ptr-optional-3.f9093 integer, pointer :: c_u(:), c_v(:), c_w(:), c_x(:), c_y(:), c_z(:) local
108 subroutine run_target(c_u, c_v, c_w, c_x, c_y, c_z, c_cptr, c_cptr_in, Nx, Nz) argument
109 integer, target :: c_u(:), c_v(:), c_w(:), c_x(:), c_y(:), c_z(:) local
117 subroutine target_fn(c_u, c_v, c_w, c_x, c_y, c_z, c_cptr, c_cptr_in, Nx, Nz) argument
119 integer, target :: c_u, c_v, c_w, c_x(:), c_y, c_z(:) local
/dports/games/alephone/alephone-release-20190331/Source_Files/RenderOther/
H A DHUDRenderer_SW.h57 void SetClipPlane(int x, int y, int c_x, int c_y, int radius) {} in SetClipPlane()
/dports/databases/grass7/grass-7.8.6/vector/v.voronoi/
H A Dvo_extend.c31 double *c_x, double *c_y, int knownPointAtLeft) in extend_line()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/test/
H A Dsvanberg.cpp48 static const short c_x[5] = { 61, 37, 19, 7, 1 }; in main() local
/dports/science/libxc/libxc-5.0.0/src/
H A Dhyb_gga_xc_wb97.c17 double c_x[5], c_ss[5], c_ab[5]; member
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/complex/
H A Dccosh.def.h49 __FLT_TYPE s_x, c_x; in __FLT_ABI() local
H A Dcsinh.def.h49 __FLT_TYPE s_x, c_x; in __FLT_ABI() local
H A Dcexp.def.h49 __FLT_TYPE s_x, c_x, exp_val, v; in __FLT_ABI() local
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/complex/
H A Dccosh.def.h49 __FLT_TYPE s_x, c_x; in __FLT_ABI() local
H A Dcsinh.def.h49 __FLT_TYPE s_x, c_x; in __FLT_ABI() local
H A Dcexp.def.h49 __FLT_TYPE s_x, c_x, exp_val, v; in __FLT_ABI() local
/dports/multimedia/vid.stab/vid.stab-release-0.98b/src/
H A Dtransformtype_operations.h57 double c_x; member
/dports/misc/gpsim/gpsim-0.31.0/cli/
H A Dcmd_x.cc35 cmd_x c_x; variable
/dports/games/crack-attack/crack-attack-1.1.14/src/
H A Dobj_swapper.cxx52 float b_x, float b_y, float b_z, float c_x, float c_y, float c_z ) in drawTriangle()
/dports/devel/boost-docs/boost_1_72_0/boost/polygon/detail/
H A Dvoronoi_predicates.hpp568 big_int_type c_x = numer1 * dif_y[1] - numer2 * dif_y[0]; in ppp() local
760 fpt_type c_x = to_fpt(sqrt_expr_.eval2(cA, cB)); in pss() local
781 fpt_type c_x = to_fpt(ix) / denom; in pss() local
900 fpt_type c_x = to_fpt(sqrt_expr_.eval3(cA, cB)); in sss() local
1018 robust_dif_type c_x, c_y; in ppp() local
1106 robust_dif_type c_x, c_y; in pps() local
1200 robust_dif_type c_x, c_y; in pss() local
1301 robust_dif_type c_x(ix), c_y(iy); in pss() local
1393 robust_dif_type c_x; in sss() local
/dports/devel/R-cran-BH/BH/inst/include/boost/polygon/detail/
H A Dvoronoi_predicates.hpp569 big_int_type c_x = numer1 * dif_y[1] - numer2 * dif_y[0]; in ppp() local
761 fpt_type c_x = to_fpt(sqrt_expr_.eval2(cA, cB)); in pss() local
782 fpt_type c_x = to_fpt(ix) / denom; in pss() local
901 fpt_type c_x = to_fpt(sqrt_expr_.eval3(cA, cB)); in sss() local
1019 robust_dif_type c_x, c_y; in ppp() local
1107 robust_dif_type c_x, c_y; in pps() local
1201 robust_dif_type c_x, c_y; in pss() local
1302 robust_dif_type c_x(ix), c_y(iy); in pss() local
1394 robust_dif_type c_x; in sss() local
/dports/databases/percona57-server/boost_1_59_0/boost/polygon/detail/
H A Dvoronoi_predicates.hpp568 big_int_type c_x = numer1 * dif_y[1] - numer2 * dif_y[0]; in ppp() local
760 fpt_type c_x = to_fpt(sqrt_expr_.eval2(cA, cB)); in pss() local
781 fpt_type c_x = to_fpt(ix) / denom; in pss() local
900 fpt_type c_x = to_fpt(sqrt_expr_.eval3(cA, cB)); in sss() local
1018 robust_dif_type c_x, c_y; in ppp() local
1106 robust_dif_type c_x, c_y; in pps() local
1200 robust_dif_type c_x, c_y; in pss() local
1301 robust_dif_type c_x(ix), c_y(iy); in pss() local
1393 robust_dif_type c_x; in sss() local

1234567891011