|
void | limpet::LUT_alloc (LUT *plut, int cols, float mn, float mx, float res, const char *name, Target target) |
|
int | limpet::LUT_dump (LUT *plut, const char *fname) |
|
int | limpet::check_LUT (LUT *lut) |
|
LUT_data_t | limpet::LUT_interp (LUT *t, int i, int j, GlobalData_t x) |
|
LUT_data_t | limpet::LUT_derror (LUT *t, int idx, GlobalData_t x) |
|
LUT_data_t | limpet::LUT_interpRow (LUT *const tab, GlobalData_t val, int i, LUT_data_t *row) |
|
void | limpet::LUT_problem (LUT *lt, double val, int wv, const char *tabname) |
|
void | limpet::IIF_warn (const int wv, const char *error) |
|
void | limpet::destroy_lut (LUT *plut, Target target) |
|
template<typename T > |
T ** | limpet::build_matrix_ns (int m, int n, int size, Target target) |
|
LUT_data_t * | limpet::LUT_row (LUT *lut, GlobalData_t val, int locind) |
|
void | limpet::LUT_interpRow_n_elements (char *table, char *val_ptr, int offset, int distance, int index, int n, char *row_ptr, int lut_numelements) |
|
void | limpet::LUT_interpRow_mlir (char *table, int i, char *row_ptr, int lut_num_elements, int vector_size) |
|
void | limpet::LUT_problem_mlir (char *tab, GlobalData_t val, int locind) |
|
int | limpet::LUT_index (LUT *tab, GlobalData_t val, int locind) |
|