Home
last modified time | relevance | path

Searched refs:uumax (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/features2d/src/
H A Dorb.cpp926 UMat uumax; in computeKeyPoints() local
928 copyVectorToUMat(umax, uumax); in computeKeyPoints()
931 useOCL = ocl_ICAngles(uimagePyramid, ulayerInfo, ukeypoints, uresponses, uumax, in computeKeyPoints()
/dports/science/hdf/hdf-4.2.15/mfhdf/nctest/
H A Datttests.c469 static nclong uumax = 1000; /* attribute value */ local
471 {___, "valid_max", NC_LONG, 1, (void *) &uumax};
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nctest/
H A Datttests.c469 static nclong uumax = 1000; /* attribute value */ local
471 {___, "valid_max", NC_LONG, 1, (void *) &uumax};
/dports/science/netcdf/netcdf-c-4.7.4/nctest/
H A Datttests.c469 static nclong uumax = 1000; /* attribute value */ local
471 {___, "valid_max", NC_LONG, 1, (void *) &uumax};
/dports/cad/opencascade/opencascade-7.6.0/src/ChFi3d/
H A DChFi3d_Builder_0.cxx568 const Standard_Real uumax, in ChFi3d_BoundFac() argument
573 ChFi3d_BoundSrf(S.ChangeSurface(), uumin,uumax,vvmin,vvmax,checknaturalbounds); in ChFi3d_BoundFac()
582 const Standard_Real uumax, in ChFi3d_BoundSrf() argument
587 Standard_Real umin = uumin, umax = uumax, vmin = vvmin, vmax = vvmax; in ChFi3d_BoundSrf()