Home
last modified time | relevance | path

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

/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/src/
H A Dho_rev.c404 revreal **rpp_A, *AP1, *AP2; local
475 rpp_A[i] = Aqo;
501 rpp_A[i] = Aqo;
527 rpp_A[i] = Aqo;
554 ADOLC_CURRENT_TAPE_INFOS.rpp_A = rpp_A;
2486 ASSIGN_A(Aarg1, rpp_A[arg1])
2487 ASSIGN_A(Ares, rpp_A[res])
2541 ASSIGN_A(Ares, rpp_A[res])
2542 ASSIGN_A(Aarg, rpp_A[arg])
3284 free(*rpp_A);
[all …]
H A Dfo_rev.c348 revreal **rpp_A, *Aqo; in fos_pl_reverse() local
507 rpp_A = (revreal**)malloc(ADOLC_CURRENT_TAPE_INFOS.stats[NUM_MAX_LIVES] * in fos_pl_reverse()
509 if (rpp_A == NULL) fail(ADOLC_MALLOC_FAILED); in fos_pl_reverse()
514 rpp_A[j] = Aqo + j*p; in fos_pl_reverse()
516 ADOLC_CURRENT_TAPE_INFOS.rpp_A = rpp_A; in fos_pl_reverse()
527 # define ADJOINT_BUFFER rpp_A in fos_pl_reverse()
528 # define ADJOINT_BUFFER_ARG_L rpp_A[arg][l] in fos_pl_reverse()
529 # define ADJOINT_BUFFER_RES_L rpp_A[res][l] in fos_pl_reverse()
530 # define ADJOINT_BUFFER_ARG rpp_A[arg] in fos_pl_reverse()
531 # define ADJOINT_BUFFER_RES rpp_A[res] in fos_pl_reverse()
[all …]
H A Dtaping_p.h291 revreal **rpp_A; member
H A Dcheckpointing.cpp403 revreal **A = ADOLC_CURRENT_TAPE_INFOS.rpp_A; in cp_fov_reverse()