Home
last modified time | relevance | path

Searched refs:xymax (Results 1 – 16 of 16) sorted by relevance

/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/axes_grid1/
H A Dscatter_hist_locatable_axes.py39 xymax = max(np.max(np.abs(x)), np.max(np.abs(y))) variable
40 lim = (int(xymax/binwidth) + 1)*binwidth
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/axes_grid1/
H A Dscatter_hist_locatable_axes.py39 xymax = max(np.max(np.abs(x)), np.max(np.abs(y))) variable
40 lim = (int(xymax/binwidth) + 1)*binwidth
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/axes_grid1/
H A Dscatter_hist_locatable_axes.py50 xymax = max(np.max(np.abs(x)), np.max(np.abs(y))) variable
51 lim = (int(xymax/binwidth) + 1)*binwidth
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/lines_bars_and_markers/
H A Dscatter_hist.py46 xymax = max(np.max(np.abs(x)), np.max(np.abs(y))) variable
47 lim = (int(xymax/binwidth) + 1) * binwidth
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/lines_bars_and_markers/
H A Dscatter_hist.py46 xymax = max(np.max(np.abs(x)), np.max(np.abs(y))) variable
47 lim = (int(xymax/binwidth) + 1) * binwidth
/dports/graphics/pear-Horde_Image/Horde_Image-2.6.1/lib/Horde/Image/
H A DGd.php399 $xymax = max($x, $y);
401 $im = $this->create($xymax, $xymax);
408 array($im, $this->_im, 0, 0, 0, 0, $xymax, $xymax)
415 0, 0, $xymax - $y, $xymax - $x,
416 $xymax, $xymax
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/lines_bars_and_markers/
H A Dscatter_hist.py45 xymax = max(np.max(np.abs(x)), np.max(np.abs(y)))
46 lim = (int(xymax/binwidth) + 1) * binwidth
/dports/math/gretl/gretl-2021d/lib/src/
H A Dcompat.c318 double xmin, xmax, xrange, ymin, ymax, yrange, xymin, xymax; in ascii_plot() local
405 xymax = (xmax >= ymax) ? xmax : ymax; in ascii_plot()
406 xyrange = xymax - xymin; in ascii_plot()
420 sprintf(word, "xy-max = %g", xymax); in ascii_plot()
455 cntrline = (floatgt(xymax, 0) && floatlt(xymin, 0))? 1 : 0; in ascii_plot()
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_toolkits/tests/
H A Dtest_axes_grid1.py52 xymax = max(np.max(np.abs(x)), np.max(np.abs(y)))
53 lim = (int(xymax/binwidth) + 1) * binwidth
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/utils/altivec/
H A Dbuild_sub22_mests.c492 vector unsigned int xymax, penalty; in _build_sub22_mests_altivec() local
507 xymax = vec_max(xxxx, yyyy); in _build_sub22_mests_altivec()
509 penalty = vec_sl(xymax, penalty /* (3,...) */ ); in _build_sub22_mests_altivec()
/dports/lang/yorick/yorick-y_2_2_04/gist/
H A Ddraw0.c1048 GpReal xymin, xymax; in DisjointScan() local
1058 if (GetLogZ(e->n, e->xq, &e->xqlog, &xymin, &xymax)) return 1; in DisjointScan()
1060 if (xymax>e->el.box.xmax) e->el.box.xmax= e->logBox.xmax; in DisjointScan()
1076 if (GetLogZ(e->n, e->yq, &e->yqlog, &xymin, &xymax)) return 1; in DisjointScan()
1078 if (xymax>e->el.box.ymax) e->el.box.ymax= e->logBox.ymax; in DisjointScan()
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/io/abinit/
H A Dabitimer.py915 xymax = np.max([np.max(np.fabs(x)), np.max(np.fabs(y))])
916 lim = (int(xymax / binwidth) + 1) * binwidth
/dports/graphics/tesseract/tesseract-5.0.0/src/ccstruct/
H A Dblobbox.h827 float &xymax);
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/tutorials/
H A Dex43.c991 PetscReal xymin[2],xymax[2]; in DMDAIntegrateErrors() local
1016 ierr = DMGetBoundingBox(stokes_da,xymin,xymax);CHKERRQ(ierr); in DMDAIntegrateErrors()
1018 h = (xymax[0]-xymin[0])/((PetscReal)M); in DMDAIntegrateErrors()
H A Dex42.c1139 PetscReal xymin[NSD],xymax[NSD]; in DMDAIntegrateErrors3D() local
1164 ierr = DMGetBoundingBox(stokes_da,xymin,xymax);CHKERRQ(ierr); in DMDAIntegrateErrors3D()
1166 h = (xymax[0]-xymin[0])/((PetscReal)(M-1)); in DMDAIntegrateErrors3D()
/dports/math/giacxcas/giac-1.6.0/src/
H A Dplot.cc1241 gen xymax=m[r-1][c-1]; in density()
1242 if (xymax.type==_VECT && xymax._VECTptr->size()>=2){ in density()
1243 xmax=xymax[0]._DOUBLE_val; in density()
1244 ymax=xymax[1]._DOUBLE_val; in density()