Go to the source code of this file.
|
void | hip_fusedcg_cpld_part1 (void *a1, void *a2, void *a3, void *b1, void *b2, void *b3, void *tmp, int *n) |
|
void | hip_fusedcg_cpld_update_p (void *p1, void *p2, void *p3, void *z1, void *z2, void *z3, void *po1, void *po2, void *po3, real *beta, int *n) |
|
void | hip_fusedcg_cpld_update_x (void *x1, void *x2, void *x3, void *p1, void *p2, void *p3, void *alpha, int *p_cur, int *n) |
|
real | hip_fusedcg_cpld_part2 (void *a1, void *a2, void *a3, void *b, void *c1, void *c2, void *c3, void *alpha_d, real *alpha, int *p_cur, int *n) |
|
◆ hip_fusedcg_cpld_part1()
void hip_fusedcg_cpld_part1 |
( |
void * |
a1, |
|
|
void * |
a2, |
|
|
void * |
a3, |
|
|
void * |
b1, |
|
|
void * |
b2, |
|
|
void * |
b3, |
|
|
void * |
tmp, |
|
|
int * |
n |
|
) |
| |
◆ hip_fusedcg_cpld_part2()
real hip_fusedcg_cpld_part2 |
( |
void * |
a1, |
|
|
void * |
a2, |
|
|
void * |
a3, |
|
|
void * |
b, |
|
|
void * |
c1, |
|
|
void * |
c2, |
|
|
void * |
c3, |
|
|
void * |
alpha_d, |
|
|
real * |
alpha, |
|
|
int * |
p_cur, |
|
|
int * |
n |
|
) |
| |
◆ hip_fusedcg_cpld_update_p()
void hip_fusedcg_cpld_update_p |
( |
void * |
p1, |
|
|
void * |
p2, |
|
|
void * |
p3, |
|
|
void * |
z1, |
|
|
void * |
z2, |
|
|
void * |
z3, |
|
|
void * |
po1, |
|
|
void * |
po2, |
|
|
void * |
po3, |
|
|
real * |
beta, |
|
|
int * |
n |
|
) |
| |
◆ hip_fusedcg_cpld_update_x()
void hip_fusedcg_cpld_update_x |
( |
void * |
x1, |
|
|
void * |
x2, |
|
|
void * |
x3, |
|
|
void * |
p1, |
|
|
void * |
p2, |
|
|
void * |
p3, |
|
|
void * |
alpha, |
|
|
int * |
p_cur, |
|
|
int * |
n |
|
) |
| |
◆ fusedcg_cpld_buf
real* fusedcg_cpld_buf = NULL |
◆ fusedcg_cpld_buf_d
real* fusedcg_cpld_buf_d = NULL |
◆ fusedcg_cpld_buf_len
int fusedcg_cpld_buf_len = 0 |