Home
last modified time | relevance | path

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

/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/src/
H A Dfo_rev.c169 #define TRES rp_T[res]
170 #define TARG rp_T[arg]
171 #define TARG1 rp_T[arg1]
172 #define TARG2 rp_T[arg2]
352 revreal *rp_T; in fos_pl_reverse() local
487 if (rp_T == NULL) fail(ADOLC_MALLOC_FAILED); in fos_pl_reverse()
519 if (rp_T == NULL) fail(ADOLC_MALLOC_FAILED); in fos_pl_reverse()
559 ADOLC_CURRENT_TAPE_INFOS.rp_T = rp_T; in fos_pl_reverse()
2698 res = (size_t)trunc(fabs(rp_T[ref])); in fos_pl_reverse()
2758 res = (size_t)trunc(fabs(rp_T[ref])); in fos_pl_reverse()
[all …]
H A Dtaping_p.h288 revreal *rp_T; member
510 ADOLC_CURRENT_TAPE_INFOS.rp_T[X] = *ADOLC_CURRENT_TAPE_INFOS.currTay;\