Home
last modified time | relevance | path

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

/dports/math/ggobi/ggobi-2.1.11/src/
H A Dsphere.c113 vectori_realloc (&d->sphere.vars_sphered, d->sphere.vars.nels); in spherize_set_pcvars()
114 vectori_copy (&d->sphere.vars, &d->sphere.vars_sphered); /* from, to */ in spherize_set_pcvars()
140 if (d->sphere.vars_sphered.nels != d->sphere.vars.nels) in spherize_set_pcvars()
141 vectori_realloc (&d->sphere.vars_sphered, d->sphere.vars.nels); in spherize_set_pcvars()
142 vectori_copy (&d->sphere.vars, &d->sphere.vars_sphered); /* from, to */ in spherize_set_pcvars()
154 vectori_realloc (&d->sphere.vars_sphered, d->sphere.vars.nels); in spherize_set_pcvars()
155 vectori_copy (&d->sphere.vars, &d->sphere.vars_sphered); /* from, to */ in spherize_set_pcvars()
185 if (d->sphere.vars_sphered.nels != d->sphere.vars.nels) in spherize_set_pcvars()
186 vectori_realloc (&d->sphere.vars_sphered, d->sphere.vars.nels); in spherize_set_pcvars()
191 vectori_copy (&d->sphere.vars, &d->sphere.vars_sphered); /* from, to */ in spherize_set_pcvars()
[all …]
H A Dtour2d_pp_ui.c279 gboolean vars_sphered = true; in tour2dpp_window_open() local
304 if (!vars_sphered) { in tour2dpp_window_open()
H A Dggobi-data.h70 vector_i vars_sphered;/*-- vars that have been sphered --*/ member
H A Ddata.gob58 vector_i vars_sphered;/*-- vars that have been sphered --*/