Home
last modified time | relevance | path

Searched defs:GlobalTapeVarsCL (Results 1 – 3 of 3) sorted by relevance

/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/src/
H A Dtaping_p.h313 typedef struct GlobalTapeVarsCL { struct
314 double* store; /* double store for calc. while taping */
316 char* actStore; /* activity store for tracking while taping */
340 GlobalTapeVarsCL(); argument
342 const GlobalTapeVarsCL& operator=(const GlobalTapeVarsCL&); argument
345 void *paramStoreMgrPtr;
346 void *storeManagerPtr;
H A Dstoremanager.h82 class GlobalTapeVarsCL; variable
H A Dtape_handling.cpp48 GlobalTapeVarsCL::GlobalTapeVarsCL() { in GlobalTapeVarsCL() function in GlobalTapeVarsCL