Home
last modified time | relevance | path

Searched refs:lastp2 (Results 1 – 10 of 10) sorted by relevance

/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dplink_stats.c216 double lastp2 = tailp; in SNPHWE2() local
243 tailp += lastp2; in SNPHWE2()
260 tailp += lastp2; in SNPHWE2()
291 tailp += lastp2; in SNPHWE2()
308 tailp += lastp2; in SNPHWE2()
431 tailp2 = lastp2; in SNPHWE_t()
507 tailp2 = lastp2; in SNPHWE_t()
624 tailp2 = lastp2; in SNPHWE_midp_t()
703 tailp2 = lastp2; in SNPHWE_midp_t()
2239 tailp += lastp2; in binom_2sided()
[all …]
/dports/biology/plink/plink-ng-79b2df8c/2.0/include/
H A Dplink2_stats.cc1773 double lastp2 = tailp; in HweP() local
1787 tailp += lastp2; in HweP()
1806 tailp += lastp2; in HweP()
1852 tailp += lastp2; in HweP()
2029 tailp2 += lastp2; in HweThresh()
2051 tailp2 = lastp2; in HweThresh()
2054 centerp += lastp2; in HweThresh()
2103 tailp2 += lastp2; in HweThresh()
2221 tailp2 += lastp2; in HweThreshMidp()
2250 centerp += lastp2; in HweThreshMidp()
[all …]
/dports/misc/bdelta/BDelta-0.3.1/src/
H A Dbdelta.cpp135 lastp2 = 0; in main() local
142 copyloc2[i] = (long long)p2 - lastp2; in main()
151 copyloc2[i] = p2 - lastp2; in main()
157 lastp2 = p2 + num; in main()
159 if (size2 != lastp2) { in main()
161 copyloc2[nummatches] = size2 - lastp2; in main()
/dports/cad/opencascade/opencascade-7.6.0/src/PrsDim/
H A DPrsDim_IdenticRelation.cxx472 lastp2, in ComputeTwoEdgesPresentation()
571 lastp1 = lastp2; in ComputeTwoLinesPresentation()
577 lastp2 = lastp1; in ComputeTwoLinesPresentation()
745 lastp = lastp2; in ComputeTwoCirclesPresentation()
869 firstp = lastp2; in ComputeTwoCirclesPresentation()
877 lastp = lastp2; in ComputeTwoCirclesPresentation()
902 lastp = lastp2; in ComputeTwoCirclesPresentation()
1100 lastp = lastp2; in ComputeTwoEllipsesPresentation()
1224 firstp = lastp2; in ComputeTwoEllipsesPresentation()
1232 lastp = lastp2; in ComputeTwoEllipsesPresentation()
[all …]
H A DPrsDim_FixRelation.cxx268 const gp_Pnt& lastp2) const in ComputePosition()
285 gp_Vec vec2(firstp2,lastp2); in ComputePosition()
290 …if (lastp1.IsEqual(firstp2,conf) || firstp1.IsEqual(lastp2,conf)) dir.SetXYZ(vec1.XYZ() - vec2.XYZ… in ComputePosition()
H A DPrsDim_FixRelation.hxx84 …2, const gp_Pnt& firstp1, const gp_Pnt& lastp1, const gp_Pnt& firstp2, const gp_Pnt& lastp2) const;
/dports/misc/libsolv/libsolv-0.7.19/src/
H A Dsolver_util.c361 Id lastp2 = 0; in solver_add_obsoleted() local
375 lastp2 = p2; in solver_add_obsoleted()
391 if (p2 == lastp2) in solver_add_obsoleted()
394 lastp2 = p2; in solver_add_obsoleted()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DPrsDim_FixRelation.hxx84 …2, const gp_Pnt& firstp1, const gp_Pnt& lastp1, const gp_Pnt& firstp2, const gp_Pnt& lastp2) const;
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DAIS_FixRelation.hxx92 …2, const gp_Pnt& firstp1, const gp_Pnt& lastp1, const gp_Pnt& firstp2, const gp_Pnt& lastp2) const;
/dports/games/dhewm3/dhewm3-1.5.1/neo/renderer/
H A DRenderWorld.cpp1948 idVec3 top, p1, p2, lastp1, lastp2, d; in DebugCone() local
1956 lastp2 = top + radius2 * axis[1]; in DebugCone()
1962 DebugLine( color, lastp2, p2, lifetime ); in DebugCone()
1964 lastp2 = p2; in DebugCone()
1973 DebugLine( color, lastp2, p2, lifetime ); in DebugCone()
1976 lastp2 = p2; in DebugCone()