30 double adp_lrot(WORD_T da, WORD_T db,
int r);
32 void adp_lrot_odiffs(
const WORD_T da,
const int r, WORD_T dx[4],
double P[4]);
34 double adp_lrot_exper(
const WORD_T da,
const WORD_T db,
const int r);
36 double adp_lrot2_exper(
const WORD_T da,
const WORD_T db_r,
const WORD_T db_s,
const int r,
const int s);
38 #endif // #ifndef ADP_ROT_H
double adp_lrot(WORD_T da, WORD_T db, int r)
Definition: adp-rot.cc:128
void adp_lrot_odiffs(const WORD_T da, const int r, WORD_T dx[4], double P[4])
Definition: adp-rot.cc:39
double adp_lrot_exper(const WORD_T da, const WORD_T db, const int r)
Definition: adp-rot.cc:151
double adp_lrot2_exper(const WORD_T da, const WORD_T db_r, const WORD_T db_s, const int r, const int s)
Definition: adp-rot.cc:242