Home
last modified time | relevance | path

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

/dports/lang/gnu-apl/apl-1.8/src/
H A DLApack.hh1237 char * pivot_tau_tmp = new char[N*(sizeof(ShapeItem) + 4*sizeof(APL_Float))]; in scaled_gelsy() local
1240 ShapeItem * pivot = reinterpret_cast<ShapeItem *>(pivot_tau_tmp); in scaled_gelsy()
1254 delete[] pivot_tau_tmp; in scaled_gelsy()
1291 delete[] pivot_tau_tmp; in scaled_gelsy()