Home
last modified time | relevance | path

Searched refs:ty4 (Results 1 – 25 of 97) sorted by relevance

1234

/dports/print/photoprint/photoprint-0.4.2-pre2/support/
H A Dcirclemontage.cpp50 float ty4=0.0; in GetSegmentExtent() local
61 if(ty4<y1) y1=ty4; in GetSegmentExtent()
71 if(ty4>y2) y2=ty4; in GetSegmentExtent()
/dports/graphics/gimp-app/gimp-2.10.30/app/display/
H A Dgimpdisplayshell-transform.c489 gdouble ty4 = y2; in gimp_display_shell_rotate_bounds() local
497 *ny1 = MIN4 (ty1, ty2, ty3, ty4); in gimp_display_shell_rotate_bounds()
499 *ny2 = MAX4 (ty1, ty2, ty3, ty4); in gimp_display_shell_rotate_bounds()
532 gdouble ty4 = y2; in gimp_display_shell_unrotate_bounds() local
540 *ny1 = MIN4 (ty1, ty2, ty3, ty4); in gimp_display_shell_unrotate_bounds()
542 *ny2 = MAX4 (ty1, ty2, ty3, ty4); in gimp_display_shell_unrotate_bounds()
810 gdouble tx4, ty4; in gimp_display_shell_transform_bounds() local
818 *ny1 = MIN4 (ty1, ty2, ty3, ty4); in gimp_display_shell_transform_bounds()
820 *ny2 = MAX4 (ty1, ty2, ty3, ty4); in gimp_display_shell_transform_bounds()
851 gdouble tx4, ty4; in gimp_display_shell_untransform_bounds() local
[all …]
H A Dgimptoolsheargrid.c232 gdouble tx4, ty4; in gimp_tool_shear_grid_motion() local
247 gimp_matrix3_transform_point (t, x2, y2, &tx4, &ty4); in gimp_tool_shear_grid_motion()
H A Dgimptooltransformgrid.c130 gdouble tx4, ty4; member
831 private->tx4, private->ty4); in transform_grid_is_convex()
1042 { .x = private->tx4, .y = private->ty4 } }; in get_handle_geometry()
1270 private->prev_ty4 = private->ty4; in gimp_tool_transform_grid_button_press()
1330 y[3] = &private->ty4; in gimp_tool_transform_grid_motion()
1913 private->ty4); in gimp_tool_transform_get_area_handle()
2015 private->ty4, private->ty3 }, in gimp_tool_transform_grid_hover()
2360 &private->tx4, &private->ty4); in gimp_tool_transform_grid_update_box()
2382 private->ty4) / 4.0; in gimp_tool_transform_grid_update_box()
2404 private->ty4); in gimp_tool_transform_grid_update_matrix()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/compute/
H A Dkernel_test.cc123 InputType ty4 = ty2; in TEST() local
125 ASSERT_TRUE(ty4.Equals(ty2)); in TEST()
129 InputType ty6 = std::move(ty4); in TEST()
276 OutputType ty4 = ty2; in TEST() local
277 ASSERT_EQ(OutputType::COMPUTED, ty4.kind()); in TEST()
278 ASSERT_OK_AND_ASSIGN(ValueDescr out_descr4, ty4.Resolve(nullptr, {})); in TEST()
286 OutputType ty6 = std::move(ty4); in TEST()
334 OutputType ty4( in TEST() local
339 ASSERT_OK_AND_ASSIGN(descr, ty4.Resolve(nullptr, {ValueDescr::Array(int8())})); in TEST()
341 ASSERT_OK_AND_ASSIGN(descr, ty4.Resolve(nullptr, {ValueDescr::Scalar(int8())})); in TEST()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/
H A Dkernel_test.cc123 InputType ty4 = ty2; in TEST() local
125 ASSERT_TRUE(ty4.Equals(ty2)); in TEST()
129 InputType ty6 = std::move(ty4); in TEST()
276 OutputType ty4 = ty2; in TEST() local
277 ASSERT_EQ(OutputType::COMPUTED, ty4.kind()); in TEST()
278 ASSERT_OK_AND_ASSIGN(ValueDescr out_descr4, ty4.Resolve(nullptr, {})); in TEST()
286 OutputType ty6 = std::move(ty4); in TEST()
334 OutputType ty4( in TEST() local
339 ASSERT_OK_AND_ASSIGN(descr, ty4.Resolve(nullptr, {ValueDescr::Array(int8())})); in TEST()
341 ASSERT_OK_AND_ASSIGN(descr, ty4.Resolve(nullptr, {ValueDescr::Scalar(int8())})); in TEST()
/dports/math/opensolaris-libm/opensolaris-libm-2017.01.31/usr/src/libm/src/mvec/
H A D__vlogf.c147 double ty0, ty1, ty2, ty3, ty4; in __vlogf() local
214 ty4 = LN2 * (double) exp4 + __TBL_logf[i4]; in __vlogf()
236 y[0] = (float)(yy4 + ty4); in __vlogf()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/compute/
H A Dkernel_test.cc119 InputType ty4 = ty2; in TEST() local
121 ASSERT_TRUE(ty4.Equals(ty2)); in TEST()
125 InputType ty6 = std::move(ty4); in TEST()
263 OutputType ty4 = ty2; in TEST() local
264 ASSERT_EQ(OutputType::COMPUTED, ty4.kind()); in TEST()
265 ASSERT_OK_AND_ASSIGN(ValueDescr out_descr4, ty4.Resolve(nullptr, {})); in TEST()
273 OutputType ty6 = std::move(ty4); in TEST()
/dports/www/retawq/retawq-0.2.6c/
H A Dcursesx.c365 int ty1, ty2, th, ty3, ty4, xmiddle, arrow_size; in redraw_scrollbar() local
388 ty4 = y2 - arrow_size - SCROLL_BAR_DIST - 1; in redraw_scrollbar()
389 if (ty4 - ty3 < 5) return; /* not enough space (window too small) */ in redraw_scrollbar()
390 th = ((ty4 - ty3) * heights[0]) / heights[2]; in redraw_scrollbar()
392 ty1 = ty3 + ((ty4 - ty3) * heights[1]) / heights[2]; in redraw_scrollbar()
394 if (ty2 > ty4) { ty2 = ty4; ty1 = ty2 - th + 1; if (ty1 < ty3) ty1 = ty3; } in redraw_scrollbar()
399 sbc[1] = ty3; sbc[2] = ty1; sbc[3] = ty2; sbc[4] = ty4; in redraw_scrollbar()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/plugins/dfxvideo/
H A Dsoft.c2146 v4->u=tx4<<16;v4->v=ty4<<16; in SetupSections_FT4()
2406 v4->u=tx4<<16;v4->v=ty4<<16; in SetupSections_GT4()
3126 tx2,ty2,tx3,ty3,tx4,ty4, in drawPoly4TEx4_TRI()
3129 tx1,ty1,tx2,ty2,tx4,ty4, in drawPoly4TEx4_TRI()
4103 tx2,ty2,tx3,ty3,tx4,ty4, in drawPoly4TEx8_TRI()
4849 tx2,ty2,tx3,ty3,tx4,ty4); in drawPoly4TD_TRI()
4851 tx1,ty1,tx2,ty2,tx4,ty4); in drawPoly4TD_TRI()
6922 tx2,ty2,tx3,ty3,tx4,ty4, in drawPoly4TGD_TRI()
6925 tx1,ty1,tx2,ty2,tx4,ty4, in drawPoly4TGD_TRI()
7072 tx2,ty2,tx3,ty3,tx4,ty4, in drawPoly4TGD_TW()
[all …]
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/plugins/peopsxgl/
H A Dsoft.c2076 v4->u=tx4<<16;v4->v=ty4<<16; in SetupSections_FT4()
2327 v4->u=tx4<<16;v4->v=ty4<<16; in SetupSections_GT4()
3044 tx2,ty2,tx3,ty3,tx4,ty4, in drawPoly4TEx4_TRI()
3047 tx1,ty1,tx2,ty2,tx4,ty4, in drawPoly4TEx4_TRI()
4021 tx2,ty2,tx3,ty3,tx4,ty4, in drawPoly4TEx8_TRI()
4767 tx2,ty2,tx3,ty3,tx4,ty4); in drawPoly4TD_TRI()
4769 tx1,ty1,tx2,ty2,tx4,ty4); in drawPoly4TD_TRI()
6840 tx2,ty2,tx3,ty3,tx4,ty4, in drawPoly4TGD_TRI()
6843 tx1,ty1,tx2,ty2,tx4,ty4, in drawPoly4TGD_TRI()
6990 tx2,ty2,tx3,ty3,tx4,ty4, in drawPoly4TGD_TW()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/template/
H A Dparam6.C30 using ty4 = Y<p>; variable
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/plugins/dfxvideo/
H A Dsoft.c1972 v4->u=tx4<<16;v4->v=ty4<<16; in SetupSections_FT4()
2232 v4->u=tx4<<16;v4->v=ty4<<16; in SetupSections_GT4()
2796 tx2,ty2,tx3,ty3,tx4,ty4, in drawPoly4TEx4_TRI()
2799 tx1,ty1,tx2,ty2,tx4,ty4, in drawPoly4TEx4_TRI()
3464 tx2,ty2,tx3,ty3,tx4,ty4, in drawPoly4TEx8_TRI()
4059 tx2,ty2,tx3,ty3,tx4,ty4); in drawPoly4TD_TRI()
4061 tx1,ty1,tx2,ty2,tx4,ty4); in drawPoly4TD_TRI()
5779 tx2,ty2,tx3,ty3,tx4,ty4, in drawPoly4TGD_TRI()
5782 tx1,ty1,tx2,ty2,tx4,ty4, in drawPoly4TGD_TRI()
5929 tx2,ty2,tx3,ty3,tx4,ty4, in drawPoly4TGD_TW()
[all …]
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/plugins/dfxvideo/
H A Dsoft.c1972 v4->u=tx4<<16;v4->v=ty4<<16; in SetupSections_FT4()
2232 v4->u=tx4<<16;v4->v=ty4<<16; in SetupSections_GT4()
2796 tx2,ty2,tx3,ty3,tx4,ty4, in drawPoly4TEx4_TRI()
2799 tx1,ty1,tx2,ty2,tx4,ty4, in drawPoly4TEx4_TRI()
3464 tx2,ty2,tx3,ty3,tx4,ty4, in drawPoly4TEx8_TRI()
4059 tx2,ty2,tx3,ty3,tx4,ty4); in drawPoly4TD_TRI()
4061 tx1,ty1,tx2,ty2,tx4,ty4); in drawPoly4TD_TRI()
5779 tx2,ty2,tx3,ty3,tx4,ty4, in drawPoly4TGD_TRI()
5782 tx1,ty1,tx2,ty2,tx4,ty4, in drawPoly4TGD_TRI()
5929 tx2,ty2,tx3,ty3,tx4,ty4, in drawPoly4TGD_TW()
[all …]
/dports/games/bzflag-server/bzflag-2.4.22/src/geometry/
H A DAnimatedTreads.cxx179 const float ty4 = 1.0f; in buildTread() local
353 doTexCoord2f(tx, ty4); in buildTread()
363 doTexCoord2f(tx2, ty4); in buildTread()
377 doTexCoord2f(tx, ty4); in buildTread()
387 doTexCoord2f(tx4, ty4); in buildTread()
/dports/games/bzflag/bzflag-2.4.22/src/geometry/
H A DAnimatedTreads.cxx179 const float ty4 = 1.0f; in buildTread() local
353 doTexCoord2f(tx, ty4); in buildTread()
363 doTexCoord2f(tx2, ty4); in buildTread()
377 doTexCoord2f(tx, ty4); in buildTread()
387 doTexCoord2f(tx4, ty4); in buildTread()
/dports/games/xye/xye-0.12.2/src/
H A Dxsb_level.cpp711 int tx2,ty2,tx3,ty3,tx4,ty4,dx,dy; in EnsurePath() local
726 ty4=(ty>y)?y-1:y+1; in EnsurePath()
740 ty4=y; in EnsurePath()
756 if (EnsurePath(tx4,ty4,mem,true,bc,bywall)) return (mem[y*XYE_HORZ+x]=1); in EnsurePath()
765 if (EnsurePath(tx4,ty4,mem,false,bc,bywall)) return (mem[y*XYE_HORZ+x]=1); in EnsurePath()
/dports/devel/etl/synfig-1.2.2/synfig-core/src/modules/lyr_std/
H A Dwarp.cpp243 Real ty4(dest_tr[1]); in sync() local
246 swap(tx3,tx4),swap(ty3,ty4),swap(tx1,tx2),swap(ty1,ty2); in sync()
249 swap(tx3,tx1),swap(ty3,ty1),swap(tx4,tx2),swap(ty4,ty2); in sync()
272 dy1 = ty2 - ty4; in sync()
273 dy2 = ty3 - ty4; in sync()
274 dy3 = ty1 - ty2 + ty4 - ty3; in sync()
283 matrix[1][1] = ty4 - ty2; in sync()
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/modules/lyr_std/
H A Dwarp.cpp243 Real ty4(dest_tr[1]); in sync() local
246 swap(tx3,tx4),swap(ty3,ty4),swap(tx1,tx2),swap(ty1,ty2); in sync()
249 swap(tx3,tx1),swap(ty3,ty1),swap(tx4,tx2),swap(ty4,ty2); in sync()
272 dy1 = ty2 - ty4; in sync()
273 dy2 = ty3 - ty4; in sync()
274 dy3 = ty1 - ty2 + ty4 - ty3; in sync()
283 matrix[1][1] = ty4 - ty2; in sync()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/modules/lyr_std/
H A Dwarp.cpp243 Real ty4(dest_tr[1]); in sync() local
246 swap(tx3,tx4),swap(ty3,ty4),swap(tx1,tx2),swap(ty1,ty2); in sync()
249 swap(tx3,tx1),swap(ty3,ty1),swap(tx4,tx2),swap(ty4,ty2); in sync()
272 dy1 = ty2 - ty4; in sync()
273 dy2 = ty3 - ty4; in sync()
274 dy3 = ty1 - ty2 + ty4 - ty3; in sync()
283 matrix[1][1] = ty4 - ty2; in sync()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/glamor/
H A Dglamor_utils.h371 float tx1, ty1, tx2, ty2, tx3, ty3, tx4, ty4; \
377 glamor_transform_point(matrix, tx4, ty4, _x1_, _y2_); \
379 tx1, ty1, tx2, ty2, tx3, ty3, tx4, ty4); \
391 tx4, ty4); \
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/glamor/
H A Dglamor_utils.h371 float tx1, ty1, tx2, ty2, tx3, ty3, tx4, ty4; \
377 glamor_transform_point(matrix, tx4, ty4, _x1_, _y2_); \
379 tx1, ty1, tx2, ty2, tx3, ty3, tx4, ty4); \
391 tx4, ty4); \
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/glamor/
H A Dglamor_utils.h371 float tx1, ty1, tx2, ty2, tx3, ty3, tx4, ty4; \
377 glamor_transform_point(matrix, tx4, ty4, _x1_, _y2_); \
379 tx1, ty1, tx2, ty2, tx3, ty3, tx4, ty4); \
391 tx4, ty4); \
/dports/x11-servers/xephyr/xorg-server-1.20.13/glamor/
H A Dglamor_utils.h371 float tx1, ty1, tx2, ty2, tx3, ty3, tx4, ty4; \
377 glamor_transform_point(matrix, tx4, ty4, _x1_, _y2_); \
379 tx1, ty1, tx2, ty2, tx3, ty3, tx4, ty4); \
391 tx4, ty4); \
/dports/x11-servers/xwayland/xorg-server-1.20.13/glamor/
H A Dglamor_utils.h371 float tx1, ty1, tx2, ty2, tx3, ty3, tx4, ty4; \
377 glamor_transform_point(matrix, tx4, ty4, _x1_, _y2_); \
379 tx1, ty1, tx2, ty2, tx3, ty3, tx4, ty4); \
391 tx4, ty4); \

1234