Home
last modified time | relevance | path

Searched refs:categoricals_done (Results 1 – 6 of 6) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/math/
H A Dcategoricals.h62 void categoricals_done (const struct categoricals *);
H A Dcovariance.c361 categoricals_done (cov->categoricals); in covariance_accumulate_pass2()
H A Dcategoricals.c465 categoricals_done (const struct categoricals *cat_) in categoricals_done() function
/dports/math/pspp/pspp-1.4.1/src/language/stats/
H A Dlogistic.c544 categoricals_done (res->cats); in initial_pass()
H A Dexamine.c1392 categoricals_done (cmd->cats); in run_examine()
/dports/math/pspp/pspp-1.4.1/
H A DChangeLog12369 ONEWAY: call categoricals_done only once
13787 Categoricals.c: Call payload->destroy inside categoricals_done
15059 Move call to categoricals_done earlier in the covariance code
17119 categoricals: Make parameter to categoricals_done() const.
17120 From a high-level point of view, categoricals_done() does not actually
20986 Call categoricals_done at start of second pass.