Home
last modified time | relevance | path

Searched +defs:w +defs:normalize (Results 226 – 250 of 840) sorted by relevance

12345678910>>...34

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/include/core/
H A DSkM44.h44 SkV2 normalize() const { return Normalize(*this); } in normalize() function
86 SkV3 normalize() const { return Normalize(*this); } in normalize() function
93 float x, y, z, w; member
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/complex/
H A DQuaternion.java138 final double w = q1a * q2a - q1b * q2b - q1c * q2c - q1d * q2d; in multiply() local
250 public Quaternion normalize() { in normalize() method in Quaternion
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/2geom/
H A Dpolynomial.cpp66 void Poly::normalize() { in normalize() function in Geom::Poly
86 gsl_poly_complex_workspace * w in solve() local
/dports/math/lib2geom/lib2geom-1.1/src/2geom/
H A Dpolynomial.cpp66 void Poly::normalize() { in normalize() function in Geom::Poly
86 gsl_poly_complex_workspace * w in solve() local
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/editors/old/
H A DSoGLMaterialSphere.cpp89 void normalize(float *v) in normalize() function
193 void SoGLMaterialSphere::resizeGL(int w, int h) in resizeGL()
/dports/graphics/qgis/qgis-3.22.3/src/analysis/interpolation/
H A DCloughTocherInterpolator.cpp33 …ghTocherInterpolator::calcBernsteinPoly( int n, int i, int j, int k, double u, double v, double w ) in calcBernsteinPoly()
45 static void normalize( QgsPoint &point ) in normalize() function
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/interpolation/
H A DCloughTocherInterpolator.cpp33 …ghTocherInterpolator::calcBernsteinPoly( int n, int i, int j, int k, double u, double v, double w ) in calcBernsteinPoly()
45 static void normalize( QgsPoint &point ) in normalize() function
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickCore/
H A Deffect.c140 normalize, in AdaptiveBlurImage() local
158 w, in AdaptiveBlurImage() local
461 normalize, in AdaptiveSharpenImage() local
479 w, in AdaptiveSharpenImage() local
928 w, in BilateralBlurImage() local
1613 normalize; in EmbossImage() local
2327 normalize; in GetMotionBlurKernel() local
2384 w, in MotionBlurImage() local
3170 w, in RotationalBlurImage() local
4006 normalize; in SharpenImage() local
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickCore/
H A Deffect.c140 normalize, in AdaptiveBlurImage() local
158 w, in AdaptiveBlurImage() local
461 normalize, in AdaptiveSharpenImage() local
479 w, in AdaptiveSharpenImage() local
928 w, in BilateralBlurImage() local
1613 normalize; in EmbossImage() local
2327 normalize; in GetMotionBlurKernel() local
2384 w, in MotionBlurImage() local
3170 w, in RotationalBlurImage() local
4006 normalize; in SharpenImage() local
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dseparableconvolution.hxx76 int w = std::distance( is, iend ); in internalConvolveLineOptimistic() local
106 int w = std::distance( is, iend ); in copyLineWithBorderTreatment() local
231 int w = std::distance( is, iend ); in internalConvolveLineWrap() local
332 int w = std::distance( is, iend ); in internalConvolveLineClip() local
436 int w = std::distance( is, iend ); in internalConvolveLineZeropad() local
515 int w = std::distance( is, iend ); in internalConvolveLineReflect() local
614 int w = std::distance( is, iend ); in internalConvolveLineRepeat() local
713 int w = std::distance( is, iend ); in internalConvolveLineAvoid() local
911 int w = std::distance( is, iend ); in doxygen_overloaded_function() local
2186 normalize() in normalize() function in vigra::Kernel1D
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/include/core/
H A DSkM44.h42 SkV2 normalize() const { return Normalize(*this); } in normalize() function
84 SkV3 normalize() const { return Normalize(*this); } in normalize() function
91 float x, y, z, w; member
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dsp-ellipse.cpp102 double const w = viewport.width(); in set() local
617 void SPGenericEllipse::normalize() in normalize() function in SPGenericEllipse
/dports/graphics/wdune/wdune-1.926/src/
H A DSFRotation.cpp47 SFRotation::SFRotation(float x, float y, float z, float w) in SFRotation()
173 void SFRotation::normalize() in normalize() function in SFRotation
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/shared/
H A Dmatrix.cpp175 void CMatrix::targetZ(CVector d, bool normalize) in targetZ()
341 CVector w = u.crossProduct(v); in getRotation() local
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/point_cloud_editor/src/
H A Dtrackball.cpp81 normalize(float x, float y, float z, float &nx, float &ny, float &nz) in normalize() function
92 float w = q.R_component_1(); in normalizeQuaternion() local
/dports/sysutils/graffer/graffer-1.1/
H A Dgraph.c241 normalize(struct matrix *m) in normalize() function
257 unsigned x = m->x0, y = m->y0, w = m->w0, h = m->h0; in draw() local
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/search/
H A DConstantScoreQuery.cpp31 …ConstantScorer(Similarity* similarity, IndexReader* reader, Weight* w, Filter* filter) : Scorer(si… in ConstantScorer()
99 void normalize(float_t norm) { in normalize() function in ConstantWeight
/dports/x11/qimageblitz/qimageblitz-0.1.0/blitz/
H A Dhistogram.cpp193 bool Blitz::normalize(QImage &img) in normalize() function in Blitz
352 int i, x, y, w, h, matrix_x, matrix_y; in oilPaint() local
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/filters/
H A Dthresholding.py256 def _validate_image_histogram(image, hist, nbins=None, normalize=False): argument
968 def _mean_std(image, w): argument
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dimagebufalgo.cpp354 bool normalize, ROI roi, int nthreads) in convolve_()
397 const ImageBuf& kernel, bool normalize, ROI roi, in convolve()
421 bool normalize, ROI roi, int nthreads) in convolve()
444 float depth, bool normalize) in make_kernel()
446 int w = std::max(1, (int)ceilf(width)); in make_kernel() local
1181 int w = src.spec().width, h = src.spec().height; in fillholes_pushpull() local
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dimagebufalgo.cpp354 bool normalize, ROI roi, int nthreads) in convolve_()
397 const ImageBuf& kernel, bool normalize, ROI roi, in convolve()
421 bool normalize, ROI roi, int nthreads) in convolve()
444 float depth, bool normalize) in make_kernel()
446 int w = std::max(1, (int)ceilf(width)); in make_kernel() local
1181 int w = src.spec().width, h = src.spec().height; in fillholes_pushpull() local
/dports/science/plumed/plumed2-2.7.2/src/tools/
H A DKernelFunctions.cpp124 …st std::vector<double>& sig, const std::string& type, const std::string& mtype, const double& w ) { in KernelFunctions()
137 …st std::vector<double>& sig, const std::string& type, const std::string& mtype, const double& w ) { in setData()
161 void KernelFunctions::normalize( const std::vector<Value*>& myvals ) { in normalize() function in PLMD::KernelFunctions
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/userguide/java/org/apache/commons/math3/userguide/
H A DClusterAlgorithmComparison.java169 …public static List<DoublePoint> normalize(final List<Vector2D> input, double minX, double maxX, do… in normalize() method in ClusterAlgorithmComparison
257 int w = getWidth(); in paintComponent() local
/dports/graphics/colmap/colmap-3.6/lib/FLANN/util/
H A Dcutil_math.h190 inline __host__ __device__ float4 make_float4(float3 a, float w) in make_float4()
211 inline __host__ __device__ int4 make_int4(int3 a, int w) in make_int4()
233 inline __host__ __device__ uint4 make_uint4(uint3 a, uint w) in make_uint4()
1179 inline __host__ __device__ float2 normalize(float2 v) in normalize() function
1184 inline __host__ __device__ float3 normalize(float3 v) in normalize() function
1189 inline __host__ __device__ float4 normalize(float4 v) in normalize() function
/dports/math/flann/flann-1.9.1-29-g1d04523/src/cpp/flann/util/
H A Dcutil_math.h190 inline __host__ __device__ float4 make_float4(float3 a, float w) in make_float4()
211 inline __host__ __device__ int4 make_int4(int3 a, int w) in make_int4()
233 inline __host__ __device__ uint4 make_uint4(uint3 a, uint w) in make_uint4()
1179 inline __host__ __device__ float2 normalize(float2 v) in normalize() function
1184 inline __host__ __device__ float3 normalize(float3 v) in normalize() function
1189 inline __host__ __device__ float4 normalize(float4 v) in normalize() function

12345678910>>...34