Home
last modified time | relevance | path

Searched refs:Dist3 (Results 1 – 25 of 112) sorted by relevance

12345

/dports/graphics/povray36/povray-3.6.1/scenes/incdemo/metals/
H A Dstage_xz.inc43 #declare Dist3 = 0;
66 object { Stack texture{T11} translate <Col1 Height Dist3 >}
67 object { Stack texture{T12} translate <Col2 Height Dist3 >}
68 object { Stack texture{T13} translate <Col3 Height Dist3 >}
69 object { Stack texture{T14} translate <Col4 Height Dist3 >}
70 object { Stack texture{T15} translate <Col5 Height Dist3 >}
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/scenes/incdemo/metals/
H A Dstage_xz.inc47 #declare Dist3 = 0;
70 object { Stack texture{T11} translate <Col1 Height Dist3 >}
71 object { Stack texture{T12} translate <Col2 Height Dist3 >}
72 object { Stack texture{T13} translate <Col3 Height Dist3 >}
73 object { Stack texture{T14} translate <Col4 Height Dist3 >}
74 object { Stack texture{T15} translate <Col5 Height Dist3 >}
/dports/graphics/povray37/povray-3.7.0.10/distribution/scenes/incdemo/metals/
H A Dstage_xz.inc47 #declare Dist3 = 0;
70 object { Stack texture{T11} translate <Col1 Height Dist3 >}
71 object { Stack texture{T12} translate <Col2 Height Dist3 >}
72 object { Stack texture{T13} translate <Col3 Height Dist3 >}
73 object { Stack texture{T14} translate <Col4 Height Dist3 >}
74 object { Stack texture{T15} translate <Col5 Height Dist3 >}
/dports/graphics/povray36/povray-3.6.1/scenes/incdemo/woods/
H A Dwoods1.pov82 #declare Dist3 = 0;
116 object { Thing texture{T11} translate <Col1 Height Dist3 >}
117 object { Thing texture{T12} translate <Col2 Height Dist3 >}
118 object { Thing texture{T13} translate <Col3 Height Dist3 >}
119 object { Thing texture{T14} translate <Col4 Height Dist3 >}
120 object { Thing texture{T15} translate <Col5 Height Dist3 >}
H A Dwoods2.pov84 #declare Dist3 = 0;
118 object { Thing texture{T11} translate <Col1 Height Dist3 >}
119 object { Thing texture{T12} translate <Col2 Height Dist3 >}
120 object { Thing texture{T13} translate <Col3 Height Dist3 >}
121 object { Thing texture{T14} translate <Col4 Height Dist3 >}
122 object { Thing texture{T15} translate <Col5 Height Dist3 >}
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/scenes/incdemo/woods/
H A Dwoods1.pov87 #declare Dist3 = 0;
121 object { Thing texture{T11} translate <Col1 Height Dist3 >}
122 object { Thing texture{T12} translate <Col2 Height Dist3 >}
123 object { Thing texture{T13} translate <Col3 Height Dist3 >}
124 object { Thing texture{T14} translate <Col4 Height Dist3 >}
125 object { Thing texture{T15} translate <Col5 Height Dist3 >}
H A Dwoods2.pov89 #declare Dist3 = 0;
123 object { Thing texture{T11} translate <Col1 Height Dist3 >}
124 object { Thing texture{T12} translate <Col2 Height Dist3 >}
125 object { Thing texture{T13} translate <Col3 Height Dist3 >}
126 object { Thing texture{T14} translate <Col4 Height Dist3 >}
127 object { Thing texture{T15} translate <Col5 Height Dist3 >}
/dports/graphics/povray37/povray-3.7.0.10/distribution/scenes/incdemo/woods/
H A Dwoods1.pov87 #declare Dist3 = 0;
121 object { Thing texture{T11} translate <Col1 Height Dist3 >}
122 object { Thing texture{T12} translate <Col2 Height Dist3 >}
123 object { Thing texture{T13} translate <Col3 Height Dist3 >}
124 object { Thing texture{T14} translate <Col4 Height Dist3 >}
125 object { Thing texture{T15} translate <Col5 Height Dist3 >}
H A Dwoods2.pov89 #declare Dist3 = 0;
123 object { Thing texture{T11} translate <Col1 Height Dist3 >}
124 object { Thing texture{T12} translate <Col2 Height Dist3 >}
125 object { Thing texture{T13} translate <Col3 Height Dist3 >}
126 object { Thing texture{T14} translate <Col4 Height Dist3 >}
127 object { Thing texture{T15} translate <Col5 Height Dist3 >}
/dports/cad/opencascade/opencascade-7.6.0/src/IntPatch/
H A DIntPatch_PrmPrmIntersection.cxx3373 Dist3[0]=Dist3[1]=Dist3[2]=RealLast(); in PointDepart()
3379 if(Dist3[0]<Dist3[1]) { in PointDepart()
3381 z=Dist3[0]; Dist3[0]=Dist3[1]; Dist3[1]=z; in PointDepart()
3385 if(Dist3[1]<Dist3[2]) { in PointDepart()
3387 z=Dist3[1]; Dist3[1]=Dist3[2]; Dist3[2]=z; in PointDepart()
3391 if(Dist3[0]<Dist3[1]) { in PointDepart()
3393 z=Dist3[0]; Dist3[0]=Dist3[1]; Dist3[1]=z; in PointDepart()
3407 Dist3[0]=Dist3[1]=Dist3[2]=RealLast(); in PointDepart()
3415 z=Dist3[0]; Dist3[0]=Dist3[1]; Dist3[1]=z; in PointDepart()
3421 z=Dist3[1]; Dist3[1]=Dist3[2]; Dist3[2]=z; in PointDepart()
[all …]
/dports/graphics/devil/devil-1.7.8/src-ILU/src/
H A Dilu_manip.c691 ILint TolVal, Distance, Dist1, Dist2, Dist3; in iluReplaceColour() local
718 Dist3 = (ILint)iluCurImage->Data[i+2] - (ILint)ClearCol[2]; in iluReplaceColour()
719 Distance = (ILint)sqrt((float)(Dist1 * Dist1 + Dist2 * Dist2 + Dist3 * Dist3)); in iluReplaceColour()
732 Dist3 = (ILint)iluCurImage->Data[i+2] - (ILint)ClearCol[2]; in iluReplaceColour()
733 Distance = (ILint)sqrt((float)(Dist1 * Dist1 + Dist2 * Dist2 + Dist3 * Dist3)); in iluReplaceColour()
/dports/cad/opencascade/opencascade-7.6.0/src/gce/
H A Dgce_MakeCone.cxx73 Standard_Real Dist3 = L1.Distance(P3); in gce_MakeCone() local
75 Standard_Real DifRad = Dist3-Dist4; in gce_MakeCone()
/dports/graphics/devil/devil-1.7.8/src-IL/src/
H A Dil_pal.c919 ILint Dist1, Dist2, Dist3; local
968 Dist3 = (ILint)iCurImage->Pal.Palette[i+2] - (ILint)Image.Pal.Palette[j+2];
969 PalInfo[j / 3] = Dist1 * Dist1 + Dist2 * Dist2 + Dist3 * Dist3;
1022 Dist3 = (ILint)CurImage->Data[i+2] - (ILint)Image.Pal.Palette[j+2];
1023 PalInfo[j / 3] = Dist1 * Dist1 + Dist2 * Dist2 + Dist3 * Dist3;
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/mnesia/test/
H A Dmnesia_frag_test.erl102 Dist3 = frag_dist(Tab),
103 ?match([{Node1, 2}, {Node2, 2}], Dist3),
107 ?match({atomic, ok}, mnesia:change_table_frag(Tab, {add_frag, Dist3})),
218 Dist3 = frag_dist(Tab),
219 ?match([{Node3, 2},{Node2,3},{Node1, 3}], Dist3),
226 ?match({atomic, ok}, mnesia:change_table_frag(Tab, {add_frag, Dist3})),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/mnesia/test/
H A Dmnesia_frag_test.erl102 Dist3 = frag_dist(Tab),
103 ?match([{Node1, 2}, {Node2, 2}], Dist3),
107 ?match({atomic, ok}, mnesia:change_table_frag(Tab, {add_frag, Dist3})),
218 Dist3 = frag_dist(Tab),
219 ?match([{Node3, 2},{Node2,3},{Node1, 3}], Dist3),
226 ?match({atomic, ok}, mnesia:change_table_frag(Tab, {add_frag, Dist3})),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/mnesia/test/
H A Dmnesia_frag_test.erl102 Dist3 = frag_dist(Tab),
103 ?match([{Node1, 2}, {Node2, 2}], Dist3),
107 ?match({atomic, ok}, mnesia:change_table_frag(Tab, {add_frag, Dist3})),
218 Dist3 = frag_dist(Tab),
219 ?match([{Node3, 2},{Node2,3},{Node1, 3}], Dist3),
226 ?match({atomic, ok}, mnesia:change_table_frag(Tab, {add_frag, Dist3})),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/mnesia/test/
H A Dmnesia_frag_test.erl102 Dist3 = frag_dist(Tab),
103 ?match([{Node1, 2}, {Node2, 2}], Dist3),
107 ?match({atomic, ok}, mnesia:change_table_frag(Tab, {add_frag, Dist3})),
218 Dist3 = frag_dist(Tab),
219 ?match([{Node3, 2},{Node2,3},{Node1, 3}], Dist3),
226 ?match({atomic, ok}, mnesia:change_table_frag(Tab, {add_frag, Dist3})),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/mnesia/test/
H A Dmnesia_frag_test.erl102 Dist3 = frag_dist(Tab),
103 ?match([{Node1, 2}, {Node2, 2}], Dist3),
107 ?match({atomic, ok}, mnesia:change_table_frag(Tab, {add_frag, Dist3})),
218 Dist3 = frag_dist(Tab),
219 ?match([{Node3, 2},{Node2,3},{Node1, 3}], Dist3),
226 ?match({atomic, ok}, mnesia:change_table_frag(Tab, {add_frag, Dist3})),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/mnesia/test/
H A Dmnesia_frag_test.erl102 Dist3 = frag_dist(Tab),
103 ?match([{Node1, 2}, {Node2, 2}], Dist3),
107 ?match({atomic, ok}, mnesia:change_table_frag(Tab, {add_frag, Dist3})),
218 Dist3 = frag_dist(Tab),
219 ?match([{Node3, 2},{Node2,3},{Node1, 3}], Dist3),
226 ?match({atomic, ok}, mnesia:change_table_frag(Tab, {add_frag, Dist3})),
/dports/lang/erlang/otp-OTP-24.1.7/lib/mnesia/test/
H A Dmnesia_frag_test.erl102 Dist3 = frag_dist(Tab),
103 ?match([{Node1, 2}, {Node2, 2}], Dist3),
107 ?match({atomic, ok}, mnesia:change_table_frag(Tab, {add_frag, Dist3})),
218 Dist3 = frag_dist(Tab),
219 ?match([{Node3, 2},{Node2,3},{Node1, 3}], Dist3),
226 ?match({atomic, ok}, mnesia:change_table_frag(Tab, {add_frag, Dist3})),
/dports/cad/opencascade/opencascade-7.6.0/src/GccAna/
H A DGccAna_Circ2d3Tan.cxx118 Standard_Real Dist3 = center2.Distance(center3); in GccAna_Circ2d3Tan() local
121 if (Abs(Abs(R2 - R3) - Dist3) <= Tolerance) in GccAna_Circ2d3Tan()
124 if (Abs(R2 + R3 - Dist3) <= Tolerance) in GccAna_Circ2d3Tan()
129 Abs(R2 + R3 - Dist3) <= Tolerance) { in GccAna_Circ2d3Tan()
131 if (Abs(Abs(R2 - R3) - Dist3) <= Tolerance && in GccAna_Circ2d3Tan()
/dports/games/astromenace/astromenace-1.4.1/src/core/model3d/
H A Dmodel3d.cpp282 float Dist3 = sqrtf((Point3[0] - Point1[0]) * (Point3[0] - Point1[0]) + in RecursiveTrianglesLimitedBySize() local
286 if ((Dist1 <= TriangleSizeLimit) && (Dist2 <= TriangleSizeLimit) && (Dist3 <= TriangleSizeLimit)) { in RecursiveTrianglesLimitedBySize()
300 if ((Dist1 > Dist2) && (Dist1 > Dist3)) { in RecursiveTrianglesLimitedBySize()
314 } else if ((Dist2 > Dist1) && (Dist2 > Dist3)) { in RecursiveTrianglesLimitedBySize()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/r9c_SUITE_data/src/mnesia/
H A Dmnesia_frag.erl1150 Dist3 = incr_nodes(val({Frag, disc_copies}), Dist2),
1151 Dist4 = incr_nodes(val({Frag, disc_only_copies}), Dist3),
1172 Dist3 = lists:keysort(1, Dist2),
1173 shallow_dist(Dist3).
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/r9c_SUITE_data/src/mnesia/
H A Dmnesia_frag.erl1150 Dist3 = incr_nodes(val({Frag, disc_copies}), Dist2),
1151 Dist4 = incr_nodes(val({Frag, disc_only_copies}), Dist3),
1172 Dist3 = lists:keysort(1, Dist2),
1173 shallow_dist(Dist3).
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/r9c_SUITE_data/src/mnesia/
H A Dmnesia_frag.erl1150 Dist3 = incr_nodes(val({Frag, disc_copies}), Dist2),
1151 Dist4 = incr_nodes(val({Frag, disc_only_copies}), Dist3),
1172 Dist3 = lists:keysort(1, Dist2),
1173 shallow_dist(Dist3).

12345