Home
last modified time | relevance | path

Searched +defs:Proj +defs:d (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/geomview/geomview-1.9.5/src/lib/geometry/point3/
H A Dsegments.c66 Pt3Coord alen, blen, d, cosang; in SgSgDistance() local
139 static void Proj(Point3 *a, Point3 *b, Point3 *ans) in Proj() function
185 Pt3Coord d,t1 = 0.0 ,t2 = 0.0; in ParSgSgDistance() local
229 Pt3Coord d; in SgPtDistance() local
294 Pt3Coord d; in LnPlIntersect() local
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dphotons.cpp1578 VECTOR d; in addSurfacePhoton() local
1667 VECTOR d; in addMediaPhoton() local
1790 static void insertSort(int start, int end, int d) in insertSort()
1831 static void quickSortRec(int left, int right, int d) in quickSortRec()
2250 static void PQInsert(PHOTON *photon, DBL d) in PQInsert()
2285 static void PQInsert(PHOTON *photon, DBL d) in PQInsert()
2331 static void PQInsert(PHOTON *photon, DBL d) in PQInsert()
2357 static void FullPQInsert(PHOTON *photon, DBL d) in FullPQInsert()
2428 DBL d,dx,dy,dz; in gatherPhotonsRec() local
2642 DBL Proj; in ChooseRay() local
[all …]
H A Dtriangle.cpp189 DBL x, y, z, uDenominator, Proj; in compute_smooth_triangle() local
1476 DBL a,b,c,d,e,f,g,h,i; in Calculate_Smooth_T() local
/dports/graphics/povray36/povray-3.6.1/source/
H A Dphotons.cpp1544 VECTOR d; in addSurfacePhoton() local
1633 VECTOR d; in addMediaPhoton() local
1756 static void insertSort(int start, int end, int d) in insertSort()
1797 static void quickSortRec(int left, int right, int d) in quickSortRec()
2193 static void PQInsert(PHOTON *photon, DBL d) in PQInsert()
2226 static void PQInsert(PHOTON *photon, DBL d) in PQInsert()
2270 static void PQInsert(PHOTON *photon, DBL d) in PQInsert()
2296 static void FullPQInsert(PHOTON *photon, DBL d) in FullPQInsert()
2367 DBL d,dx,dy,dz; in gatherPhotonsRec() local
2581 DBL Proj; in ChooseRay() local
[all …]
H A Dtriangle.cpp184 DBL x, y, z, uDenominator, Proj; in compute_smooth_triangle() local
1471 DBL a,b,c,d,e,f,g,h,i; in Calculate_Smooth_T() local
/dports/math/palp/palp-2.20/
H A DNef.h17 int d; member
76 int Proj[Nef_Max]; member
87 int n, y, w, p, t, S, Lv, Lp, N, u, d, g, VP, B, T, H, dd, gd, member
88 noconvex, Msum, Sym, V, Rv, Test, Sort, Dir, Proj, f, G; member
/dports/graphics/povray37/povray-3.7.0.10/source/backend/lighting/
H A Dphotons.cpp904 VECTOR d; in addSurfacePhoton() local
996 VECTOR d; in addMediaPhoton() local
1680 void PhotonMap::insertSort(int start, int end, int d) in insertSort()
1720 void PhotonMap::quickSortRec(int left, int right, int d) in quickSortRec()
2151 static void PQInsert(Photon *photon, DBL d) in PQInsert()
2184 static void PQInsert(Photon *photon, DBL d) in PQInsert()
2228 void PhotonGatherer::PQInsert(Photon *photon, DBL d) in PQInsert()
2254 void PhotonGatherer::FullPQInsert(Photon *photon, DBL d) in FullPQInsert()
2325 DBL d,dx,dy,dz; in gatherPhotonsRec() local
2623 DBL Proj; in ChooseRay() local
[all …]
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/lighting/
H A Dphotons.cpp879 Vector3d d; in addSurfacePhoton() local
970 Vector3d d; in addMediaPhoton() local
1561 void PhotonMap::insertSort(int start, int end, int d) in insertSort()
1601 void PhotonMap::quickSortRec(int left, int right, int d) in quickSortRec()
1659 void PhotonMap::halfSortRec(int left, int right, int d, int mid) in halfSortRec()
2063 static void PQInsert(Photon *photon, DBL d) in PQInsert()
2096 static void PQInsert(Photon *photon, DBL d) in PQInsert()
2140 void PhotonGatherer::PQInsert(Photon *photon, DBL d) in PQInsert()
2166 void PhotonGatherer::FullPQInsert(Photon *photon, DBL d) in FullPQInsert()
2528 DBL Proj; in ChooseRay() local
[all …]
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/shape/
H A Dtriangle.cpp132 DBL x, y, z, uDenominator, Proj; in Compute_Smooth_Triangle() local
1336 DBL a,b,c,d,e,f,g,h,i; in Calculate_Smooth_T() local
/dports/graphics/povray37/povray-3.7.0.10/source/backend/shape/
H A Dtriangle.cpp129 DBL x, y, z, uDenominator, Proj; in Compute_Smooth_Triangle() local
1408 DBL a,b,c,d,e,f,g,h,i; in Calculate_Smooth_T() local
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/
H A DSubstitute.hs307 d { funClauses = apply cs args function
337 d { dataPars = np - size args function
342 d { recPars = np - size args function
347 d { conPars = np - size args } function
349 d { primClauses = apply cs args } function
658 d { funClauses = abstract tel cs function
689 d { recPars = np + size tel function
694 d { conPars = np + size tel } function
1471 Proj _ x == Proj _ y = x == y function
1477 Proj _ x `compare` Proj _ y = x `compare` y function
[all …]
/dports/math/latte-integrale/latte-version_1_7_6/code/latte/
H A Dpreprocess.cpp258 ZZ d, sum, sum2; in preprocessProblem() local
521 mat_ZZ tmpProjU, Proj; in preprocessProblem() local
660 ZZ d, sum, sum2; in preprocessProblem_hack() local
/dports/math/symmetrica/symmetrica-e29c85915f368d6fb2f89d703b6695ff29ab9eae/src/
H A Dsab.c213 static INT add_to_PROJ(PROJ,d,D) OP PROJ, d, D; in add_to_PROJ() argument
243 OP Proj = callocobject(); local
1915 OP d; local
1936 OP d; local
2533 OP Proj = callocobject(); local
2608 INT glm_homtest(m,d) OP m,d; in glm_homtest() argument
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/opencascade/
H A Dutilities.cc225 for (int d = dim; d >= 0; --d) in point_compare() local
761 GeomAPI_ProjectPointOnCurve Proj(point(origin), CurveToProj); in project_point_and_pull_back() local
/dports/cad/opencascade/opencascade-7.6.0/src/BRepLib/
H A DBRepLib.cxx801 ProjLib_ProjectedCurve Proj(HS,HC); in GetEdgeTol() local
1418 Standard_Real d = Precision::Infinite(); in SameParameter() local