Home
last modified time | relevance | path

Searched +defs:w +defs:normalize (Results 151 – 175 of 840) sorted by relevance

12345678910>>...34

/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/test/core/
H A Dcore_func_geometric.cpp83 namespace normalize namespace
93 glm::vec3 w = glm::normalize(glm::vec3(0, -0.2f, 0) - ro); in test() local
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/Wings3DExporter/
H A Dvector.py8 def __init__(self, x, y=None, z=None, w=None): argument
92 def normalize(self): member in Vector
/dports/graphics/ogre3d/ogre-1.11.6/Tools/Wings3DExporter/
H A Dvector.py8 def __init__(self, x, y=None, z=None, w=None): argument
92 def normalize(self): member in Vector
/dports/math/glm/glm-0.9.9.8/test/core/
H A Dcore_func_geometric.cpp90 namespace normalize namespace
100 glm::vec3 w = glm::normalize(glm::vec3(0, -0.2f, 0) - ro); in test() local
/dports/textproc/py-nltk/nltk-3.4.1/nltk/tag/
H A Dperceptron.py64 def upd_feat(c, f, w, v): argument
229 def normalize(self, word): member in PerceptronTagger
/dports/audio/festival/festival/src/arch/festival/
H A Dwave.cc68 EST_Wave *w = wave(lwave); in wave_save() local
106 EST_Wave *w = new EST_Wave; in wave_load() local
127 static LISP wave_copy(LISP w) in wave_copy()
144 EST_Wave *w = wave(w1); in wave_info() local
196 EST_Wave *w = wave(w1); in wave_resample() local
203 static LISP wave_rescale(LISP lw,LISP lgain,LISP normalize) in wave_rescale()
205 EST_Wave *w = wave(lw); in wave_rescale() local
216 void play_wave(EST_Wave *w) in play_wave()
505 EST_Wave *w; in utt_send_wave_client() local
540 EST_Wave *w; in utt_send_wave_asterisk() local
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/graphics/
H A Dvec.h281 inline void normalize(){ in normalize() function
513 inline void normalize() { in normalize() function
631 T w; variable
677 Vec4(T x, T y, T z, T w){ in Vec4()
684 Vec4(Vec3<T> v, T w){ in Vec4()
/dports/games/bzflag-server/bzflag-2.4.22/include/
H A Dvectors.h271 static bool normalize(vec2& v) in normalize() function
280 vec2 normalize() const in normalize() function
585 static bool normalize(vec3& v) in normalize() function
594 vec3 normalize() const in normalize() function
739 T w; member
/dports/games/bzflag/bzflag-2.4.22/include/
H A Dvectors.h271 static bool normalize(vec2& v) in normalize() function
280 vec2 normalize() const in normalize() function
585 static bool normalize(vec3& v) in normalize() function
594 vec3 normalize() const in normalize() function
739 T w; member
/dports/games/simutrans/simutrans-121.0/display/
H A Dscr_coord.h189 scr_coord_val w; variable
203 scr_rect( const scr_coord& pt, scr_coord_val w, scr_coord_val h ) { set( pt.x, pt.y, w, h ); } in scr_rect()
205 …scr_rect( scr_coord_val x, scr_coord_val y, scr_coord_val w, scr_coord_val h ) { set( x, y, w, h )… in scr_rect()
302 void normalize() { in normalize() function
/dports/multimedia/gmerlin/gmerlin-1.2.0/plugins/videofilters/
H A Dfv_colorbalance.c52 int normalize; member
299 int w = vp->format.image_width; in process_rgb24() local
328 int w = vp->format.image_width; in process_rgb32() local
357 int w = vp->format.image_width; in process_bgr24() local
386 int w = vp->format.image_width; in process_bgr32() local
415 int w = vp->format.image_width; in process_rgb48() local
444 int w = vp->format.image_width; in process_rgb64() local
472 int w = vp->format.image_width; in process_rgb_float() local
503 int w = vp->format.image_width; in process_rgba_float() local
/dports/math/R/R-4.1.2/src/library/stats/R/
H A Dloess.R22 drop.square = FALSE, normalize = TRUE, argument
39 w <- model.weights(mf) %||% rep_len(1, length(y)) functionVar
94 parametric = FALSE, drop.square = FALSE, normalize = TRUE, argument
260 normalize = normalize, nameattr
301 normalize, parametric, drop.square, surface, cell, family, argument
491 w <- rep_len(1, length(y)) functionVar
/dports/math/libRmath/R-4.1.1/src/library/stats/R/
H A Dloess.R22 drop.square = FALSE, normalize = TRUE, argument
39 w <- model.weights(mf) %||% rep_len(1, length(y)) functionVar
94 parametric = FALSE, drop.square = FALSE, normalize = TRUE, argument
260 normalize = normalize, nameattr
301 normalize, parametric, drop.square, surface, cell, family, argument
491 w <- rep_len(1, length(y)) functionVar
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/src/
H A Dscene-effect-2d.cpp196 unsigned int w = UINT_MAX; in parse_matrix() local
248 normalize(std::vector<float> &kernel) in normalize() function
/dports/devel/ros-urdfdom_headers/urdfdom_headers-1.0.4/urdf_model/include/urdf_model/
H A Dpose.h157 double x,y,z,w; variable
169 void normalize() in normalize() function
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/jdkato/prose/tag/
H A Daptag.go285 func featurize(i int, ctx []string, w, p1, p2 string) map[string]float64 { argument
318 func normalize(word string) string { func
/dports/misc/sdformat/osrf-sdformat-f555f9a69f8f/src/urdf/urdf_model/
H A Dpose.h168 double x,y,z,w; variable
180 void normalize() in normalize() function
/dports/misc/visp/visp-3.4.0/modules/core/src/math/transformation/
H A DvpQuaternionVector.cpp307 void vpQuaternionVector::normalize() in normalize() function in vpQuaternionVector
322 double vpQuaternionVector::w() const { return data[3]; } in w() function in vpQuaternionVector
/dports/benchmarks/glmark2/glmark2-2021.12/src/
H A Dscene-effect-2d.cpp196 unsigned int w = UINT_MAX; in parse_matrix() local
248 normalize(std::vector<float> &kernel) in normalize() function
/dports/editors/fxite/fxite-FXITE-0_92/src/
H A Dtoolbar.cpp145 void ToolBarFrame::normalize() in normalize() function in ToolBarFrame
157 FXint w=btn->getWidth(); in normalize() local
328 for (FXWindow*w=getFirst(); w; w=w->getNext()) { in CreateButtons() local
/dports/graphics/kolourpaint/kolourpaint-21.12.3/imagelib/effects/
H A Dblitz.cpp389 float normalize, value; in defaultConvolveMatrixSize() local
422 int i, x, y, w, h, matrix_x, matrix_y; in convolve() local
425 float *m, *normalize_matrix, normalize; in convolve() local
577 float normalize=0.0; in gaussianSharpen() local
/dports/audio/festival/speech_tools/speech_class/
H A DEST_Wave.cc66 EST_Wave::EST_Wave(const EST_Wave &w) in EST_Wave()
108 void EST_Wave::copy_setup(const EST_Wave &w) in copy_setup()
114 void EST_Wave::copy_data(const EST_Wave &w) in copy_data()
119 void EST_Wave::copy(const EST_Wave &w) in copy()
453 void EST_Wave::rescale(float gain, int normalize) in rescale()
548 EST_Wave &EST_Wave::operator =(const EST_Wave &w) in operator =()
554 EST_Wave &EST_Wave::operator +=(const EST_Wave &w) in operator +=()
581 EST_Wave w = wi; // to allow resampling of const in operator |=() local
/dports/x11-toolkits/lesstif/lesstif-0.95.2/clients/Motif-2.1/mwm/
H A Dfunctions.c467 move(ScreenInfo *scr, XEvent *eventp, Window w, MwmWindow *tmp_win, in move()
523 cancel_cb(Widget w, XtPointer calldata, XtPointer cbs) in cancel_cb()
529 restart_cb(Widget w, XtPointer calldata, XtPointer cbs) in restart_cb()
599 quit_cb(Widget w, XtPointer calldata, XtPointer cbs) in quit_cb()
666 noset_cb(Widget w, XtPointer calldata, XtPointer cbs) in noset_cb()
672 toggle_behavior(Widget w, XtPointer calldata, XtPointer cbs) in toggle_behavior()
911 normalize(ScreenInfo *scr, MwmWindow *tmp_win, int val1, int val2, in normalize() function
940 Window w; in FUNC_Execute() local
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dstdconvolution.hxx98 int w = src_lr.x - src_ul.x; in convolveImage() local
486 int w = src_lr.x - src_ul.x; in doxygen_overloaded_function() local
919 int w = right_.x - left_.x + 1; in initSeparable() local
977 int w = right_.x - left_.x + 1; in initSeparable() local
1057 int w = right_.x - left_.x + 1; in initDisk() local
1072 int w = (int)(VIGRA_CSTD::sqrt(r2 - r*r) + 0.5); in initDisk() local
1140 int w = right_.x - left_.x + 1; in initExplicitly() local
1251 void normalize(value_type norm) in normalize() function in vigra::Kernel2D
1275 void normalize() in normalize() function in vigra::Kernel2D
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DPixelToParallelogramConverter.java86 int x, int y, int w, int h) in drawRect()
112 int x, int y, int w, int h) in fillRect()
127 double w = r2d.getWidth(); in draw() local
154 double w = r2d.getWidth(); in fill() local
173 double normalize(double v) { in normalize() method in PixelToParallelogramConverter

12345678910>>...34