Home
last modified time | relevance | path

Searched refs:temp_x (Results 1 – 25 of 231) sorted by relevance

12345678910

/dports/multimedia/kvazaar/kvazaar-2.1.0/tests/
H A Dinter_recon_bipred_tests.c67 int temp_x, temp_y; variable
107 for (temp_x = 0; temp_x < width; ++temp_x) { in setup()
108 int x_in_lcu = ((xpos + temp_x) & ((LCU_WIDTH)-1)); in setup()
117 for (temp_x = 0; temp_x < width >> 1; ++temp_x) { in setup()
118 int x_in_lcu = (((xpos >> 1) + temp_x) & (LCU_WIDTH_C - 1)); in setup()
147 for (temp_x = 0; temp_x < width; temp_x += 1) { in test_inter_recon_bipred()
148 int x_in_lcu = ((xpos + temp_x) & ((LCU_WIDTH)-1)); in test_inter_recon_bipred()
167 for (temp_x = 0; temp_x < width; temp_x+=1) { in test_inter_recon_bipred()
168 int x_in_lcu = ((xpos + temp_x) & ((LCU_WIDTH)-1)); in test_inter_recon_bipred()
175 for (temp_x = 0; temp_x < width >> 1; ++temp_x) { in test_inter_recon_bipred()
[all …]
/dports/games/xdeblock/xdeblo_v1.0/
H A Dgameblock.c410 if((temp_y >= temp_x)&&(temp_y >= -temp_x))
424 else if((temp_y >=temp_x)&&(temp_y < -temp_x))
439 else if((temp_y < temp_x)&&(temp_y < -temp_x))
488 if((temp_y >= temp_x)&&(temp_y >= -temp_x))
501 else if((temp_y >=temp_x)&&(temp_y < -temp_x))
654 if((temp_y >= temp_x)&&(temp_y >= -temp_x))
828 if((temp_y >= temp_x)&&(temp_y >= -temp_x))
903 if((temp_y >=temp_x)&&(temp_y < -temp_x))
953 if((temp_y < temp_x)&&(temp_y >= -temp_x))
1005 if((temp_y < temp_x)&&(temp_y < -temp_x))
[all …]
/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/src/render_program/
H A Dexa_wm_projective.g4i30 mul (16) temp_x<1>F dst_x<8,8,1>F dw_dx { compr align1 };
32 add (16) temp_x<1>F temp_x<8,8,1>F temp_y<8,8,1>F { compr align1 };
33 add (16) temp_x<1>F temp_x<8,8,1>F wo { compr align1 };
39 mul (16) temp_x<1>F dst_x<8,8,1>F du_dx { compr align1 };
41 add (16) temp_x<1>F temp_x<8,8,1>F temp_y<8,8,1>F { compr align1 };
42 add (16) temp_x<1>F temp_x<8,8,1>F uo { compr align1 };
43 mul (16) u<1>F temp_x<8,8,1>F w<8,8,1>F { compr align1 };
47 mul (16) temp_x<1>F dst_x<8,8,1>F dv_dx { compr align1 };
49 add (16) temp_x<1>F temp_x<8,8,1>F temp_y<8,8,1>F { compr align1 };
50 add (16) temp_x<1>F temp_x<8,8,1>F vo { compr align1 };
[all …]
H A Dexa_wm_affine.g4i34 mul (16) temp_x<1>F dst_x<8,8,1>F du_dx { compr align1 };
36 add (16) temp_x<1>F temp_x<8,8,1>F temp_y<8,8,1>F { compr align1 };
37 add (16) u<1>F temp_x<8,8,1>F uo { compr align1 };
41 mul (16) temp_x<1>F dst_x<8,8,1>F dv_dx { compr align1 };
43 add (16) temp_x<1>F temp_x<8,8,1>F temp_y<8,8,1>F { compr align1 };
44 add (16) v<1>F temp_x<8,8,1>F vo { compr align1 };
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dr_draw.c173 temp_x = 0; in R_FlushColumns()
186 if(temp_x) in R_ResetColumnBuffer()
484 if(!temp_x) in R_DrawColumn16_PointUV()
516 temp_x += 1; in R_DrawColumn16_PointUV()
649 if(!temp_x) in R_DrawColumn16_PointUV_PointZ()
681 temp_x += 1; in R_DrawColumn16_PointUV_PointZ()
1010 if(!temp_x) in R_DrawColumn16_LinearUV()
1219 if(!temp_x) in R_DrawColumn16_LinearUV_PointZ()
1408 if(!temp_x) in R_DrawColumn16_LinearUV_LinearZ()
4175 if(!temp_x) in R_DrawFuzzColumn16_PointUV_PointZ()
[all …]
/dports/games/dangen/dangen-0.5/
H A Dutil.c188 double temp_x; in in_window_primitive() local
211 temp_x = ((const tenm_circle *) p)->center->x; in in_window_primitive()
214 if ((temp_x + temp_r >= 0.0) && (temp_x - temp_r < window_width) in in_window_primitive()
218 && (temp_x >= 0.0) && (temp_x < window_width)) in in_window_primitive()
223 temp_x = ((const tenm_segment *) p)->a->x; in in_window_primitive()
225 if (in_window_point(temp_x, temp_y)) in in_window_primitive()
227 temp_x = ((const tenm_segment *) p)->b->x; in in_window_primitive()
229 if (in_window_point(temp_x, temp_y)) in in_window_primitive()
236 temp_x = ((const tenm_polygon *) p)->v[i]->x; in in_window_primitive()
238 if (in_window_point(temp_x, temp_y)) in in_window_primitive()
/dports/multimedia/libva-intel-hybrid-driver/intel-hybrid-driver-1.0.2/src/shaders/render/
H A Dexa_wm_affine.g4i34 mul (16) temp_x<1>F dst_x<8,8,1>F du_dx { compr align1 };
36 add (16) temp_x<1>F temp_x<8,8,1>F temp_y<8,8,1>F { compr align1 };
37 add (16) u<1>F temp_x<8,8,1>F uo { compr align1 };
41 mul (16) temp_x<1>F dst_x<8,8,1>F dv_dx { compr align1 };
43 add (16) temp_x<1>F temp_x<8,8,1>F temp_y<8,8,1>F { compr align1 };
44 add (16) v<1>F temp_x<8,8,1>F vo { compr align1 };
/dports/multimedia/libva-intel-driver/intel-vaapi-driver-2.4.1/src/shaders/render/
H A Dexa_wm_affine.g4i34 mul (16) temp_x<1>F dst_x<8,8,1>F du_dx { compr align1 };
36 add (16) temp_x<1>F temp_x<8,8,1>F temp_y<8,8,1>F { compr align1 };
37 add (16) u<1>F temp_x<8,8,1>F uo { compr align1 };
41 mul (16) temp_x<1>F dst_x<8,8,1>F dv_dx { compr align1 };
43 add (16) temp_x<1>F temp_x<8,8,1>F temp_y<8,8,1>F { compr align1 };
44 add (16) v<1>F temp_x<8,8,1>F vo { compr align1 };
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DNonDAdaptiveSampling.cpp541 double *temp_x = NULL; in calc_score_topo_bottleneck() local
552 temp_x[d] = gpCvars[i][d]; in calc_score_topo_bottleneck()
565 delete [] temp_x; in calc_score_topo_bottleneck()
1082 double *temp_x = NULL; in calc_score_topo_avg_persistence() local
1092 delete [] temp_x; in calc_score_topo_avg_persistence()
1105 double *temp_x = NULL; in calc_score_topo_alm_hybrid() local
1125 delete [] temp_x; in calc_score_topo_alm_hybrid()
1279 delete [] temp_x; in calc_score_topo_bottleneck()
1311 delete [] temp_x; in calc_score_topo_avg_persistence()
1336 temp_x[test_point.length()] in calc_score_topo_alm_hybrid()
[all …]
/dports/games/dangen/dangen-0.5/spqr/
H A Dcat-tail-grep.c1414 double temp_x; in cat_tail_grep_turret_act() local
1555 temp_x = y; in cat_tail_grep_turret_act()
1651 double temp_x; in cat_tail_grep_turret_draw() local
1701 temp_x = y; in cat_tail_grep_turret_draw()
1824 double temp_x; in cat_tail_grep_shot_s_new() local
1892 count_d[4] = tenm_sqrt((int) (temp_x * temp_x + temp_y * temp_y)); in cat_tail_grep_shot_s_new()
2117 double temp_x; in cat_tail_grep_shot_i_new() local
2169 temp = temp_x * temp_x + temp_y * temp_y; in cat_tail_grep_shot_i_new()
2306 double temp_x; in cat_tail_grep_shot_i_act() local
2408 temp = temp_x * temp_x + temp_y * temp_y; in cat_tail_grep_shot_i_act()
[all …]
/dports/graphics/filmulator/filmulator-gui-0.11.1/filmulator-gui/core/
H A DwhiteBalance.cpp21 float temp_x; in temp_to_XYZ() local
41 temp_y = -1.10638140f * pow(temp_x,3.0f) + in temp_to_XYZ()
42 -1.34811020f * pow(temp_x,2.0f) + in temp_to_XYZ()
43 2.18555832f * temp_x + in temp_to_XYZ()
48 temp_y = -0.95494760f * pow(temp_x,3.0f) + in temp_to_XYZ()
49 -1.37418593f * pow(temp_x,2.0f) + in temp_to_XYZ()
50 2.09137015f * temp_x + in temp_to_XYZ()
55 temp_y = 3.08175800f * pow(temp_x,3.0f) + in temp_to_XYZ()
57 3.75112997f * temp_x + in temp_to_XYZ()
67 X = temp_x; in temp_to_XYZ()
[all …]
/dports/science/hypre/hypre-2.23.0/src/multivector/
H A Dpar_multivector.c310 hypre_ParVector *temp_x, *temp_y; in hypre_ParMultiVectorEval() local
320 temp_x=hypre_ParVectorCreate(x->comm,x->global_size, x->partitioning); in hypre_ParMultiVectorEval()
321 hypre_assert(temp_x!=NULL); in hypre_ParMultiVectorEval()
322 temp_x->local_vector->owns_data=0; in hypre_ParMultiVectorEval()
323 temp_x->local_vector->vecstride = temp_x->local_vector->size; in hypre_ParMultiVectorEval()
324 temp_x->local_vector->idxstride = 1; in hypre_ParMultiVectorEval()
343 temp_x->local_vector->data = x_data + x_active_indices[i]*size; in hypre_ParMultiVectorEval()
349 f( par, temp_x, temp_y ); in hypre_ParMultiVectorEval()
352 hypre_ParVectorDestroy(temp_x); in hypre_ParMultiVectorEval()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/2D/Source/Flat8/
H A DFL8OPL.c164 int gr_row, temp_x; in gri_opaque_per_umap_vscan_scanline() local
209 temp_x = x_cint; in gri_opaque_per_umap_vscan_scanline()
212 if (temp_x != x_cint) { in gri_opaque_per_umap_vscan_scanline()
214 p -= (temp_x - x_cint); in gri_opaque_per_umap_vscan_scanline()
229 temp_x = x_cint; in gri_opaque_per_umap_vscan_scanline()
231 if (temp_x != x_cint) in gri_opaque_per_umap_vscan_scanline()
232 p -= (temp_x - x_cint); in gri_opaque_per_umap_vscan_scanline()
249 temp_x = x_cint; in gri_opaque_per_umap_vscan_scanline()
251 if (temp_x != x_cint) { in gri_opaque_per_umap_vscan_scanline()
253 p -= (temp_x - x_cint); in gri_opaque_per_umap_vscan_scanline()
H A Dfl8cop.c171 int gr_row, temp_x; in gri_opaque_clut_per_umap_vscan_scanline() local
226 temp_x = x_cint; in gri_opaque_clut_per_umap_vscan_scanline()
228 if (temp_x != x_cint) { in gri_opaque_clut_per_umap_vscan_scanline()
230 p -= (temp_x - x_cint); in gri_opaque_clut_per_umap_vscan_scanline()
245 temp_x = x_cint; in gri_opaque_clut_per_umap_vscan_scanline()
247 if (temp_x != x_cint) in gri_opaque_clut_per_umap_vscan_scanline()
248 p -= (temp_x - x_cint); in gri_opaque_clut_per_umap_vscan_scanline()
265 temp_x = x_cint; in gri_opaque_clut_per_umap_vscan_scanline()
267 if (temp_x != x_cint) { in gri_opaque_clut_per_umap_vscan_scanline()
269 p -= (temp_x - x_cint); in gri_opaque_clut_per_umap_vscan_scanline()
H A Dfl8tpl.c173 int gr_row, temp_x; in gri_trans_per_umap_vscan_scanline() local
229 temp_x = x_cint; in gri_trans_per_umap_vscan_scanline()
231 if (temp_x != x_cint) { in gri_trans_per_umap_vscan_scanline()
233 p -= (temp_x - x_cint); in gri_trans_per_umap_vscan_scanline()
250 temp_x = x_cint; in gri_trans_per_umap_vscan_scanline()
252 if (temp_x != x_cint) in gri_trans_per_umap_vscan_scanline()
253 p -= (temp_x - x_cint); in gri_trans_per_umap_vscan_scanline()
272 temp_x = x_cint; in gri_trans_per_umap_vscan_scanline()
274 if (temp_x != x_cint) { in gri_trans_per_umap_vscan_scanline()
276 p -= (temp_x - x_cint); in gri_trans_per_umap_vscan_scanline()
/dports/games/devilutionX/devilutionX-1.2.1/Source/
H A Dlighting.cpp554 temp_x = nXPos + x; in DoLighting()
557 if (temp_x >= 0 && temp_x < MAXDUNX && temp_y >= 0 && temp_y < MAXDUNY) in DoLighting()
559 SetLight(temp_x, temp_y, v); in DoLighting()
569 temp_x = nXPos + y; in DoLighting()
572 if (temp_x >= 0 && temp_x < MAXDUNX && temp_y >= 0 && temp_y < MAXDUNY) in DoLighting()
574 SetLight(temp_x, temp_y, v); in DoLighting()
584 temp_x = nXPos - x; in DoLighting()
587 if (temp_x >= 0 && temp_x < MAXDUNX && temp_y >= 0 && temp_y < MAXDUNY) in DoLighting()
589 SetLight(temp_x, temp_y, v); in DoLighting()
599 temp_x = nXPos - y; in DoLighting()
[all …]
/dports/math/py-iohexperimenter/IOHexperimenter-0.2.9.2/src/
H A Dcoco_transformation_vars.hpp13 std::vector<double> temp_x = x; in transform_vars_affine_evaluate_function() local
18 x[i] += temp_x[j] * M[i][j]; in transform_vars_affine_evaluate_function()
141 std::vector<double> temp_x = x; in transform_vars_z_hat_evaluate() local
142 x[0] = temp_x[0]; in transform_vars_z_hat_evaluate()
145 x[i] = temp_x[i] + 0.25 * (temp_x[i - 1] - 2.0 * fabs(xopt[i - 1])); in transform_vars_z_hat_evaluate()
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance.cc17 int *temp_x; variable
83 temp_x = &d->x; in main()
93 assert(__msan_test_shadow(temp_x, sizeof(*temp_x)) != -1); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance.cpp17 int *temp_x; variable
83 temp_x = &d->x; in main()
93 assert(__msan_test_shadow(temp_x, sizeof(*temp_x)) != -1); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance.cpp17 int *temp_x; variable
83 temp_x = &d->x; in main()
93 assert(__msan_test_shadow(temp_x, sizeof(*temp_x)) != -1); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance.cpp17 int *temp_x; variable
83 temp_x = &d->x; in main()
93 assert(__msan_test_shadow(temp_x, sizeof(*temp_x)) != -1); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance.cpp17 int *temp_x; variable
83 temp_x = &d->x; in main()
93 assert(__msan_test_shadow(temp_x, sizeof(*temp_x)) != -1); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance.cpp17 int *temp_x; variable
83 temp_x = &d->x; in main()
93 assert(__msan_test_shadow(temp_x, sizeof(*temp_x)) != -1); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance.cpp17 int *temp_x; variable
83 temp_x = &d->x; in main()
93 assert(__msan_test_shadow(temp_x, sizeof(*temp_x)) != -1); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance.cpp17 int *temp_x; variable
83 temp_x = &d->x; in main()
93 assert(__msan_test_shadow(temp_x, sizeof(*temp_x)) != -1); in main()

12345678910