Home
last modified time | relevance | path

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

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dplotting_shade_surf.cpp31 Guard<BaseGDL> xval_guard, yval_guard, zval_guard, p0_guard; member in lib::shade_surf_call
93 p0_guard.Init ( p0 ); // delete upon exit in handle_args()
111 p0_guard.Init(p0); // delete upon exit in handle_args()
H A Dplotting_surface.cpp33 Guard<BaseGDL> xval_guard, yval_guard, zval_guard, p0_guard; member in lib::surface_call
91 p0_guard.Init(p0); // delete upon exit in handle_args()
107 p0_guard.Init(p0); // delete upon exit in handle_args()
H A Dplotting_contour.cpp60 Guard<BaseGDL> xval_guard, yval_guard, zval_guard, p0_guard; member in lib::contour_call
108 p0_guard.Init ( p0 ); // delete upon exit in handle_args()
128 p0_guard.Init( p0 ); // delete upon exit in handle_args()
147 p0_guard.Init(p0); // delete upon exit in handle_args()
H A Dplotting.cpp1608 Guard<BaseGDL> p0_guard; in usersym() local
1624 p0_guard.Reset(p0); // delete upon exit in usersym()
H A Dgsl_fun.cpp2225 Guard<BaseGDL> p0_guard; in amoeba() local
2237 p0_guard.Reset(p0); in amoeba()
2288 p0_guard.Reset(p0); in amoeba()
H A Dbasic_fun.cpp3935 Guard<BaseGDL> p0_guard; in array_equal_bool() local
3969 p0_guard.Reset(p0); in array_equal_bool()