Home
last modified time | relevance | path

Searched refs:gmt_grd_mad (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgrdinfo.c817 z_scale = gmt_grd_mad (GMT, G, W, &z_median, false); in GMT_grdinfo()
H A Dgmt_prototypes.h818 EXTERN_MSC double gmt_grd_mad (struct GMT_CTRL *GMT, struct GMT_GRID *G, struct GMT_GRID *W, double…
H A Dgmt_stat.c2612 double gmt_grd_mad (struct GMT_CTRL *GMT, struct GMT_GRID *G, struct GMT_GRID *W, double *median, b… in gmt_grd_mad() function
H A Dgrdmath.c3687 mad_f = (float)gmt_grd_mad (GMT, stack[last]->G, W, NULL, true); in grdmath_MAD()
3705 wmad = (float)gmt_grd_mad (GMT, stack[prev]->G, stack[last]->G, NULL, true); in grdmath_MADW()