Home
last modified time | relevance | path

Searched refs:temp_y (Results 1 – 25 of 194) sorted by relevance

12345678

/dports/multimedia/kvazaar/kvazaar-2.1.0/tests/
H A Dinter_recon_bipred_tests.c67 int temp_x, temp_y; variable
105 for (temp_y = 0; temp_y < height; ++temp_y) { in setup()
106 int y_in_lcu = ((ypos + temp_y) & ((LCU_WIDTH)-1)); in setup()
115 for (temp_y = 0; temp_y < height >> 1; ++temp_y) { in setup()
116 int y_in_lcu = (((ypos >> 1) + temp_y) & (LCU_WIDTH_C - 1)); in setup()
145 for (temp_y = 0; temp_y < height; ++temp_y) { in test_inter_recon_bipred()
146 int y_in_lcu = ((ypos + temp_y) & ((LCU_WIDTH)-1)); in test_inter_recon_bipred()
165 for (temp_y = 0; temp_y < height; ++temp_y) { in test_inter_recon_bipred()
166 int y_in_lcu = ((ypos + temp_y) & ((LCU_WIDTH)-1)); in test_inter_recon_bipred()
173 for (temp_y = 0; temp_y < height >> 1; ++temp_y) { 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/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance.cc18 int *temp_y; variable
29 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) != -1); in ~A()
58 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) == -1); in ~C()
84 temp_y = &d->y; in main()
94 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) != -1); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance.cpp18 int *temp_y; variable
29 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) != -1); in ~A()
58 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) == -1); in ~C()
84 temp_y = &d->y; in main()
94 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) != -1); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance.cpp18 int *temp_y; variable
29 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) != -1); in ~A()
58 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) == -1); in ~C()
84 temp_y = &d->y; in main()
94 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) != -1); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance.cpp18 int *temp_y; variable
29 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) != -1); in ~A()
58 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) == -1); in ~C()
84 temp_y = &d->y; in main()
94 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) != -1); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance.cpp18 int *temp_y; variable
29 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) != -1); in ~A()
58 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) == -1); in ~C()
84 temp_y = &d->y; in main()
94 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) != -1); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance.cpp18 int *temp_y; variable
29 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) != -1); in ~A()
58 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) == -1); in ~C()
84 temp_y = &d->y; in main()
94 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) != -1); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance.cpp18 int *temp_y; variable
29 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) != -1); in ~A()
58 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) == -1); in ~C()
84 temp_y = &d->y; in main()
94 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) != -1); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance.cpp18 int *temp_y; variable
29 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) != -1); in ~A()
58 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) == -1); in ~C()
84 temp_y = &d->y; in main()
94 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) != -1); in main()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/test/msan/
H A Ddtor-multiple-inheritance.cpp18 int *temp_y; variable
29 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) != -1); in ~A()
58 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) == -1); in ~C()
84 temp_y = &d->y; in main()
94 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) != -1); in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance.cpp18 int *temp_y; variable
29 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) != -1); in ~A()
58 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) == -1); in ~C()
84 temp_y = &d->y; in main()
94 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) != -1); in main()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance.cpp18 int *temp_y; variable
29 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) != -1); in ~A()
58 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) == -1); in ~C()
84 temp_y = &d->y; in main()
94 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) != -1); in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/msan/
H A Ddtor-multiple-inheritance.cpp18 int *temp_y; variable
29 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) != -1); in ~A()
58 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) == -1); in ~C()
84 temp_y = &d->y; in main()
94 assert(__msan_test_shadow(temp_y, sizeof(*temp_y)) != -1); in main()
/dports/games/dangen/dangen-0.5/
H A Dutil.c189 double temp_y; in in_window_primitive() local
212 temp_y = ((const tenm_circle *) p)->center->y; in in_window_primitive()
215 && (temp_y >= 0.0) && (temp_y < window_height)) in in_window_primitive()
217 if ((temp_y + temp_r >= 0.0) && (temp_y - temp_r < window_height) in in_window_primitive()
224 temp_y = ((const tenm_segment *) p)->a->y; in in_window_primitive()
225 if (in_window_point(temp_x, temp_y)) in in_window_primitive()
228 temp_y = ((const tenm_segment *) p)->b->y; in in_window_primitive()
229 if (in_window_point(temp_x, temp_y)) in in_window_primitive()
237 temp_y = ((const tenm_polygon *) p)->v[i]->y; in in_window_primitive()
238 if (in_window_point(temp_x, temp_y)) in in_window_primitive()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/Renderer/
H A DMilkdropWaveform.cpp181 float temp_y; in WaveformMath() local
194 temp_y=-1*(y-1.0); in WaveformMath()
215 wavearray[i][1]=(r*sin(theta)+temp_y); in WaveformMath()
226 temp_y=-1*(y-1.0); in WaveformMath()
235 wavearray[i][1]=(r*sin(theta)+temp_y); in WaveformMath()
242 temp_y=-1*(y-1.0); in WaveformMath()
257 temp_y=-1*(y-1.0); in WaveformMath()
277 temp_y=-1*(y-1.0); in WaveformMath()
287 yy[i] =0.4* context.beatDetect->pcm->pcmdataL[i]*0.47f*scale + temp_y; in WaveformMath()
305 temp_y=-1*(y-1.0); in WaveformMath()
[all …]
/dports/games/dangen/dangen-0.5/spqr/
H A Dcat-tail-grep.c1415 double temp_y; in cat_tail_grep_turret_act() local
1556 temp_y = -x; in cat_tail_grep_turret_act()
1652 double temp_y; in cat_tail_grep_turret_draw() local
1702 temp_y = -x; in cat_tail_grep_turret_draw()
1825 double temp_y; 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()
2118 double temp_y; 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()
2307 double temp_y; 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/science/hypre/hypre-2.23.0/src/multivector/
H A Dpar_multivector.c310 hypre_ParVector *temp_x, *temp_y; in hypre_ParMultiVectorEval() local
327 temp_y=hypre_ParVectorCreate(y->comm,y->global_size, y->partitioning); in hypre_ParMultiVectorEval()
328 hypre_assert(temp_y!=NULL); in hypre_ParMultiVectorEval()
329 temp_y->local_vector->owns_data=0; in hypre_ParMultiVectorEval()
330 temp_y->local_vector->vecstride = temp_y->local_vector->size; in hypre_ParMultiVectorEval()
331 temp_y->local_vector->idxstride = 1; in hypre_ParMultiVectorEval()
344 temp_y->local_vector->data = y_data + y_active_indices[i]*size; in hypre_ParMultiVectorEval()
349 f( par, temp_x, temp_y ); in hypre_ParMultiVectorEval()
353 hypre_ParVectorDestroy(temp_y); in hypre_ParMultiVectorEval()
/dports/games/devilutionX/devilutionX-1.2.1/Source/
H A Dlighting.cpp555 temp_y = nYPos + y; 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()
570 temp_y = nYPos - x; 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()
585 temp_y = nYPos - y; 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()
600 temp_y = nYPos + x; in DoLighting()
[all …]
/dports/math/py-colormath/colormath-3.0.0/colormath/
H A Dcolor_conversions.py416 temp_y = cobj.xyz_y
428 temp_y = temp_y / illum["Y"]
430 temp_y = math.pow(temp_y, (1.0 / 3.0))
432 temp_y = (7.787 * temp_y) + (16.0 / 116.0)
437 luv_l = (116.0 * temp_y) - 16.0
453 temp_y = cobj.xyz_y / illum["Y"]
462 temp_y = math.pow(temp_y, (1.0 / 3.0))
464 temp_y = (7.787 * temp_y) + (16.0 / 116.0)
471 lab_l = (116.0 * temp_y) - 16.0
472 lab_a = 500.0 * (temp_x - temp_y)
[all …]
/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/src/render_program/
H A Dexa_wm_projective.g4i31 mul (16) temp_y<1>F dst_y<8,8,1>F dw_dy { compr align1 };
32 add (16) temp_x<1>F temp_x<8,8,1>F temp_y<8,8,1>F { compr align1 };
40 mul (16) temp_y<1>F dst_y<8,8,1>F du_dy { compr align1 };
41 add (16) temp_x<1>F temp_x<8,8,1>F temp_y<8,8,1>F { compr align1 };
48 mul (16) temp_y<1>F dst_y<8,8,1>F dv_dy { compr align1 };
49 add (16) temp_x<1>F temp_x<8,8,1>F temp_y<8,8,1>F { compr align1 };
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/
H A Dgrid_traversal.pyx60 cdef np.float64_t tl, temp_x, temp_y = -1
85 temp_y = (v_pos[y] + tl*v_dir[y])
90 if fabs(temp_y - vc.left_edge[y]) < 1e-10*vc.dds[y]:
91 temp_y = vc.left_edge[y]
93 temp_y = vc.right_edge[y]
95 vc.left_edge[y] <= temp_y and temp_y <= vc.right_edge[y] and \
119 if -1 < temp_y < 0 and step[i] > 0:
120 temp_y = 0.0
122 temp_y = vc.dims[i] - 1
123 cur_ind[i] = <int> (floor(temp_y))
[all …]
/dports/games/billardgl/BillardGL-1.75/src/
H A Dkugeltabellen.cpp28 GLfloat temp_y=ay+((b+0.0)/(Aufloesung+0.0))*(by-ay)+((c+0.0)/(Aufloesung+0.0))*(cy-ay); in Dreieck() local
30 GLfloat Abstand=sqrt(temp_x*temp_x+temp_y*temp_y+temp_z*temp_z); in Dreieck()
32 temp_y=temp_y/Abstand; in Dreieck()
35 vertices[iv++]=temp_y; in Dreieck()
37 GLfloat winkel=atan(temp_x/temp_y)/M_PI; in Dreieck()
38 if (temp_x==0 && temp_y==0) winkel=orient; in Dreieck()
40 if (temp_y<0) winkel+=1; in Dreieck()
/dports/multimedia/libva-intel-hybrid-driver/intel-hybrid-driver-1.0.2/src/shaders/render/
H A Dexa_wm_affine.g4i35 mul (16) temp_y<1>F dst_y<8,8,1>F du_dy { compr align1 };
36 add (16) temp_x<1>F temp_x<8,8,1>F temp_y<8,8,1>F { compr align1 };
42 mul (16) temp_y<1>F dst_y<8,8,1>F dv_dy { compr align1 };
43 add (16) temp_x<1>F temp_x<8,8,1>F temp_y<8,8,1>F { compr align1 };
/dports/multimedia/libva-intel-driver/intel-vaapi-driver-2.4.1/src/shaders/render/
H A Dexa_wm_affine.g4i35 mul (16) temp_y<1>F dst_y<8,8,1>F du_dy { compr align1 };
36 add (16) temp_x<1>F temp_x<8,8,1>F temp_y<8,8,1>F { compr align1 };
42 mul (16) temp_y<1>F dst_y<8,8,1>F dv_dy { compr align1 };
43 add (16) temp_x<1>F temp_x<8,8,1>F temp_y<8,8,1>F { compr align1 };

12345678