Home
last modified time | relevance | path

Searched refs:R_SMALL8 (Results 1 – 18 of 18) sorted by relevance

/dports/science/py-pymol/pymol-open-source-2.4.0/layer0/
H A DBase.h40 #ifndef R_SMALL8
41 #define R_SMALL8 0.00000001F macro
H A DUtil.cpp428 #ifndef R_SMALL8
429 #define R_SMALL8 0.00000001F macro
489 if(range<R_SMALL8) { in UtilSemiSortFloatIndexWithNBinsImpl()
H A DMatrix.cpp1252 if((e_val[0] > R_SMALL8) && in MatrixFitRMSTTTf()
1253 (e_val[1] > R_SMALL8) && (e_val[2] > R_SMALL8)) { in MatrixFitRMSTTTf()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DShaker.cpp112 if(result1 > R_SMALL8) { in ShakerDoPyra()
172 if((result = (float) fabs(dev)) > R_SMALL8) { in ShakerDoLine()
H A DExtrude.cpp2066 if(stdev < R_SMALL8) in ExtrudeComputePuttyScaleFactors()
2079 if(fabs(range) < R_SMALL8) in ExtrudeComputePuttyScaleFactors()
2087 if(fabs(data_range) < R_SMALL8) in ExtrudeComputePuttyScaleFactors()
H A DBasis.cpp193 if(len > R_SMALL8) { in LineToSphere()
1417 if(scale[0] > R_SMALL8) { in BasisGetEllipsoidNormal()
1422 if(scale[1] > R_SMALL8) { in BasisGetEllipsoidNormal()
1427 if(scale[2] > R_SMALL8) { in BasisGetEllipsoidNormal()
H A DRay.cpp7241 if(p->n0[0] > R_SMALL8) { in ellipsoid3fv()
7254 if(p->n0[1] > R_SMALL8) { in ellipsoid3fv()
7267 if(p->n0[2] > R_SMALL8) { in ellipsoid3fv()
H A DCGO.cpp6765 if (radius < R_SMALL8) { in CGO_gl_special()
8169 if(scale[0] > R_SMALL8) { in CGOSimpleEllipsoid()
8174 if(scale[1] > R_SMALL8) { in CGOSimpleEllipsoid()
8180 if(scale[2] > R_SMALL8) { in CGOSimpleEllipsoid()
H A DScene.cpp6956 if((fog_density > R_SMALL8) && (fog_density != 1.0F)) { in SceneSetFog()
6974 glFogf(GL_FOG_DENSITY, fog_density > R_SMALL8 ? fog_density : 1.0F); in SceneSetFog()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer2/
H A DSculpt.cpp36 #ifndef R_SMALL8
37 #define R_SMALL8 0.00000001 macro
84 if((result = (float) fabs(dev)) > R_SMALL8) { in ShakerDoDist()
86 if(len > R_SMALL8) { /* nonoverlapping */ in ShakerDoDist()
1538 if((abs_dev = (float) fabs(dev)) > R_SMALL8) { in SculptDoBump()
1541 if(actual > R_SMALL8) { /* nonoverlapping */ in SculptDoBump()
1592 if((abs_dev = (float) fabs(dev)) > R_SMALL8) { in SculptDoAvoid()
1595 if(actual > R_SMALL8) { /* nonoverlapping */ in SculptDoAvoid()
H A DObjectSlice.cpp942 if((diffsq3f(pos, oss->origin) > R_SMALL8) || in render()
943 (diffsq3f(view, oss->system) > R_SMALL8) || in render()
944 (diffsq3f(view + 4, oss->system + 3) > R_SMALL8) || in render()
945 (diffsq3f(view + 8, oss->system + 6) > R_SMALL8)) { in render()
H A DObjectGadgetRamp.cpp183 if(fabs(d) > R_SMALL8) { in _ObjectGadgetRampInterpolate()
203 if(fabs(range) < R_SMALL8) in _ObjectGadgetRampInterpolate()
661 if (fabs(range) < R_SMALL8) { in ObjectGadgetRampUpdateCGO()
H A DRepAngle.cpp377 if(length3f(d3) < R_SMALL8) { in RepAngleNew()
H A DRepDihedral.cpp422 if(length3f(d3) < R_SMALL8) { in RepDihedralNew()
H A DObjectMap.cpp1038 a = (int) floor(x + R_SMALL8); in ObjectMapStateInterpolate()
1039 b = (int) floor(y + R_SMALL8); in ObjectMapStateInterpolate()
1040 c = (int) floor(z + R_SMALL8); in ObjectMapStateInterpolate()
1119 a = (int) floor(x + R_SMALL8); in ObjectMapStateInterpolate()
1120 b = (int) floor(y + R_SMALL8); in ObjectMapStateInterpolate()
1121 c = (int) floor(z + R_SMALL8); in ObjectMapStateInterpolate()
4085 if(calc_sigma > R_SMALL8) { in ObjectMapBRIXStrToMap()
4546 if(stdev < R_SMALL8) in ObjectMapGRDStrToMap()
H A DCoordSet.cpp844 if (determinant33f(sca, 4) < R_SMALL8 || in CoordSetInsureOrthogonal()
845 determinant33f(r2f, 3) < R_SMALL8) { in CoordSetInsureOrthogonal()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer3/
H A DSelector.cpp5483 if(d < R_SMALL8) in SelectorMapGaussian()
5484 d = R_SMALL8; in SelectorMapGaussian()
5502 if(d < R_SMALL8) in SelectorMapGaussian()
5503 d = R_SMALL8; in SelectorMapGaussian()
5530 if(stdev < R_SMALL8) in SelectorMapGaussian()
5531 stdev = R_SMALL8; in SelectorMapGaussian()
H A DExecutive.cpp6867 if(md->Grid[a] <= R_SMALL8) in ExecutiveMapNew()
6868 md->Grid[a] = R_SMALL8; in ExecutiveMapNew()
14165 if(diffsq3f(v1, v2) > R_SMALL8) { in ExecutiveSymExp()