PandA-2024.02
|
Go to the source code of this file.
Functions | |
void | ref_diff_sq_acc (int a[N], int b[N], long long int *dout) |
int | main (void) |
int main | ( | void | ) |
Definition at line 53 of file diff_sq_acc_tb.cpp.
References aa, diff_sq_acc(), k, N, and ref_diff_sq_acc().
void ref_diff_sq_acc | ( | int | a[N], |
int | b[N], | ||
long long int * | dout | ||
) |
Definition at line 35 of file diff_sq_acc_tb.cpp.
References N.
Referenced by main().