Home
last modified time | relevance | path

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

/dports/devel/allegro/allegro-4.4.3.1/examples/
H A Dexstars.c50 VECTOR normal, rnormal; member
234 ship.faces[i].rnormal.x = ship.faces[i].normal.x; in init_ship()
235 ship.faces[i].rnormal.y = ship.faces[i].normal.y; in init_ship()
236 ship.faces[i].rnormal.z = ship.faces[i].normal.z; in init_ship()
271 ship.faces[i].normal.z, &ship.faces[i].rnormal.x, in draw_ship()
272 &ship.faces[i].rnormal.y, &ship.faces[i].rnormal.z); in draw_ship()
292 if (fixtof(ship.faces[i].rnormal.z) < 0.0) { in draw_ship()
293 col = fixtoi(fixmul(dot_product(ship.faces[i].rnormal.x, in draw_ship()
294 ship.faces[i].rnormal.y, in draw_ship()
295 ship.faces[i].rnormal.z, 0, 0, in draw_ship()
/dports/math/jags/JAGS-4.3.0/src/modules/glm/samplers/
H A DBinaryProbit.cc36 _z = rnormal(0, rng, _lp, 1); in update()
46 _z = rnormal(0, rng, mean, sqrt(var + 1)); in update()
H A DOrderedProbit.cc43 _z = rnormal(_cuts[0], rng, _lp); in update()
58 _z = rnormal(_cuts[0], rng, mean, sqrt(var + 1)); in update()
H A DBinaryLogit.cc75 _z = rnormal(0, rng, mean, sqrt(var + _sigma2)); in update()
H A DGLMGibbs.cc93 theta[i] = rnormal(*u, rng, mu, sigma); in update()
H A DOrderedLogit.cc90 _z = rnormal(_cuts[0], rng, mean, sqrt(var + _sigma2)); in update()
H A DHolmesHeldGibbs.cc102 theta[i] = rnormal(*u, rng, mu, sigma); in update()
/dports/math/rocs/rocs-21.12.3/libgraphtheory/fileformats/dot/autotests/testfiles/directed/
H A Darrows.gv57 _normal -> rnormal [arrowhead=rnormal label=rnormal]
58 rnormal -> rnormalrnormal [arrowhead=rnormalrnormal label=rnormalrnormal]
/dports/graphics/graphviz/graphviz-2.44.1/graphs/directed/
H A Darrows.gv57 _normal -> rnormal [arrowhead=rnormal label=rnormal]
58 rnormal -> rnormalrnormal [arrowhead=rnormalrnormal label=rnormalrnormal]
/dports/math/jags/JAGS-4.3.0/src/include/rng/
H A DTruncatedNormal.h26 double rnormal(double right, RNG *rng, double mu = 0, double sigma = 1);
/dports/math/jags/JAGS-4.3.0/src/modules/bugs/distributions/
H A DDNorm.cc78 return mu + sigma * rnormal(right, rng); in randomSample()
/dports/math/jags/JAGS-4.3.0/src/lib/rng/
H A DTruncatedNormal.cc162 double rnormal(double right, RNG *rng, double mu, double sigma) { in rnormal() function
/dports/math/R-cran-lava/lava/R/
H A Ddistribution.R121 rnormal <- if(log) rlnorm else rnorm functionVar
123 f <- function(n,mu,var,...) rnormal(n,fam$linkinv(mu),sqrt(var))
/dports/math/jags/JAGS-4.3.0/src/modules/bugs/samplers/
H A DConjugateNormal.cc224 xnew = rnormal(*ub->value(chain), rng, postmean, postsd); in update()
/dports/math/py-pandas/pandas-1.2.5/doc/source/getting_started/comparison/
H A Dcomparison_with_stata.rst502 generate value = rnormal()
513 generate value = rnormal()
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/gridmap/
H A Dgrid_map_editor_plugin.cpp636 Vector3 rclip, rnormal; in forward_spatial_input_event() local
637 if (!aabb.intersects_segment(from, from + normal * 10000, &rclip, &rnormal)) in forward_spatial_input_event()
/dports/devel/godot2/godot-2.1.6-stable/modules/gridmap/
H A Dgrid_map_editor_plugin.cpp636 Vector3 rclip, rnormal; in forward_spatial_input_event() local
637 if (!aabb.intersects_segment(from, from + normal * 10000, &rclip, &rnormal)) in forward_spatial_input_event()
/dports/editors/micro/micro-2.0.10/runtime/syntax/
H A Dstata.yaml31 …onential|rgamma|rhypergeometric|rigaussian|rlaplace|rlogistic|rnbinomial|rnormal|round|roweqnumb|r…