Home
last modified time | relevance | path

Searched refs:sparse_xarray_clone (Results 1 – 4 of 4) sorted by last modified time

/dports/math/pspp/pspp-1.4.1/src/data/
H A Ddatasheet.c1288 new->data = sparse_xarray_clone (old->data); in source_clone()
/dports/math/pspp/pspp-1.4.1/src/libpspp/
H A Dsparse-xarray.h50 struct sparse_xarray *sparse_xarray_clone (const struct sparse_xarray *);
H A Dsparse-xarray.c75 sparse_xarray_clone (const struct sparse_xarray *old) in sparse_xarray_clone() function
/dports/math/pspp/pspp-1.4.1/tests/libpspp/
H A Dsparse-xarray-test.c89 ts->xarrays[i] = sparse_xarray_clone (ots->xarrays[i]); in test_state_clone()