Home
last modified time | relevance | path

Searched defs:tcy (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/dports/science/hypre/hypre-2.23.0/src/struct_ls/
H A Dpfmg_setup.c917 HYPRE_Real tcx, tcy, tcz; in hypre_PFMGComputeDxyz_CS() local
1072 HYPRE_Real tcy = -diag * (a_cn[Ai] + a_cs[Ai]); in hypre_PFMGComputeDxyz_SS5() local
1092 HYPRE_Real tcy = -diag * (a_cn[Ai] + a_cs[Ai]); in hypre_PFMGComputeDxyz_SS5() local
1261 … HYPRE_Real tcy = -diag * (a_cs[Ai] + a_cn[Ai] + a_csw[Ai] + a_cse[Ai] + a_cnw[Ai] + a_cne[Ai]); in hypre_PFMGComputeDxyz_SS9() local
1281 … HYPRE_Real tcy = -diag * (a_cs[Ai] + a_cn[Ai] + a_csw[Ai] + a_cse[Ai] + a_cnw[Ai] + a_cne[Ai]); in hypre_PFMGComputeDxyz_SS9() local
1436 HYPRE_Real tcy = -diag * (a_cs[Ai] + a_cn[Ai]); in hypre_PFMGComputeDxyz_SS7() local
1466 HYPRE_Real tcy = -diag * (a_cs[Ai] + a_cn[Ai]); in hypre_PFMGComputeDxyz_SS7() local
1691 …HYPRE_Real tcy = -diag * (a_cs[Ai] + a_cn[Ai] + a_an[Ai] + a_as[Ai] + a_bn[Ai] + a_bs[Ai] + a_csw[… in hypre_PFMGComputeDxyz_SS19() local
1721 …HYPRE_Real tcy = -diag * (a_cs[Ai] + a_cn[Ai] + a_an[Ai] + a_as[Ai] + a_bn[Ai] + a_bs[Ai] + a_csw[… in hypre_PFMGComputeDxyz_SS19() local
1988 HYPRE_Real tcy = 0.0; in hypre_PFMGComputeDxyz_SS27() local
[all …]
/dports/games/openbor3482/openbor-2c1ecd7/engine/sdl/
H A Dopengl.c54 static GLfixed tcx, tcy; // maximum x and y texture coords in fixed-point form variable
56 static GLfloat tcx, tcy; // maximum x and y texture coords in floating-point form variable
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkTubeFilter.cxx683 double tcy = static_cast<double>(k) / (numSides - 1); in GenerateTextureCoords() local
699 double tcy = static_cast<double>(k) / (numSides - 1); in GenerateTextureCoords() local
729 double tcy = static_cast<double>(k) / (numSides - 1); in GenerateTextureCoords() local
/dports/math/vtk8/VTK-8.2.0/Filters/Core/
H A DvtkTubeFilter.cxx691 double tcy = static_cast<double>(k) / (numSides - 1); in GenerateTextureCoords() local
707 double tcy = static_cast<double>(k) / (numSides - 1); in GenerateTextureCoords() local
733 double tcy = static_cast<double>(k) / (numSides - 1); in GenerateTextureCoords() local
/dports/devel/upp/upp/uppsrc/ide/
H A DOrganizer.cpp10 int tcy = GetTLTextHeight(txt, StdFont()); in Paint() local
30 int tcy = GetTLTextHeight(txt, StdFont().Bold()); in Paint() local
54 int tcy = GetTLTextHeight(txt, StdFont()); in Paint() local
79 int tcy = GetTLTextHeight(txt, StdFont()); in Paint() local
/dports/games/openbor3979/openbor-2bcf25b/engine/sdl/
H A Dopengl.c66 static GLfixed tcx, tcy; // maximum x and y texture coords in fixed-point form variable
68 static GLfloat tcx, tcy; // maximum x and y texture coords in floating-point form variable
/dports/games/openbor3711/openbor-6ec17fa/engine/sdl/
H A Dopengl.c54 static GLfixed tcx, tcy; // maximum x and y texture coords in fixed-point form variable
56 static GLfloat tcx, tcy; // maximum x and y texture coords in floating-point form variable
/dports/devel/upp/upp/reference/ColumnList/
H A Dmain.cpp22 int tcy = GetTextSize(s, StdFont()).cy; in Paint() local
/dports/devel/upp/upp/uppsrc/ide/Designers/
H A DImg.cpp8 int tcy = Draw::GetStdFontCy(); in Paint() local
/dports/graphics/cegui/cegui-0.8.7/samples/EffectsDemo/
H A DEffectsDemo.cpp98 const float tcy = in realiseGeometry() local
258 const float tcy = in realiseGeometry() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/demo/share/jfc/J2Ddemo/java2d/demos/Mix/
H A DStars3D.java109 float tcx = 0, tcy = 0; // Transformed last moveTo point in render() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/demo/share/jfc/J2Ddemo/java2d/demos/Mix/
H A DStars3D.java109 float tcx = 0, tcy = 0; // Transformed last moveTo point in render() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/demo/share/jfc/J2Ddemo/java2d/demos/Mix/
H A DStars3D.java109 float tcx = 0, tcy = 0; // Transformed last moveTo point in render() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/demo/share/jfc/J2Ddemo/java2d/demos/Mix/
H A DStars3D.java109 float tcx = 0, tcy = 0; // Transformed last moveTo point in render() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/demo/share/jfc/J2Ddemo/java2d/demos/Mix/
H A DStars3D.java109 float tcx = 0, tcy = 0; // Transformed last moveTo point in render() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/demo/share/jfc/J2Ddemo/java2d/demos/Mix/
H A DStars3D.java109 float tcx = 0, tcy = 0; // Transformed last moveTo point in render() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/demo/share/jfc/J2Ddemo/java2d/demos/Mix/
H A DStars3D.java109 float tcx = 0, tcy = 0; // Transformed last moveTo point in render() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/demo/share/jfc/J2Ddemo/java2d/demos/Mix/
H A DStars3D.java109 float tcx = 0, tcy = 0; // Transformed last moveTo point in render() local
/dports/www/swiggle/swiggle-0.4/
H A Dresize.c209 int tcx, tcy, tfx, tfy, tx, ty, t_row_width, x, y; in resize_bilinear() local
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/layout/
H A DmxParallelEdgeLayout.java160 double tcy = trg.getY() + trg.getHeight() / 2; in layout() local
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/texturing/
H A Dtexredefine.c90 float tcy = (float)CellSize / baseh * (1 << lvl); in cell() local
/dports/games/openbor4432/openbor-ba1eb4f/engine/sdl/
H A Dopengl.c38 static GLfloat tcx, tcy; // maximum x and y texture coords in floating-point form variable
/dports/games/openbor/openbor-3caaddd5/engine/sdl/
H A Dopengl.c37 static GLfloat tcx, tcy; // maximum x and y texture coords in floating-point form variable
/dports/net/tn5250/tn5250-0.17.4/lib5250/
H A Ddbuffer.h50 int tcx, tcy; /* for set_new_ic */ member
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DSwitch.cpp170 int tcy = GetTextSize("W", font).cy; in Paint() local

12345678910>>...12