Go to the source code of this file.
|
static int CALL_API | targ_extract_state (const struct RTOp_obj_type_vtbl_t *vtbl, const void *instance_data, void *obj, int num_values, RTOp_value_type value_data[], int num_indexes, RTOp_index_type index_data[], int num_chars, RTOp_char_type char_data[]) |
|
static int CALL_API | targ_load_state (const struct RTOp_obj_type_vtbl_t *vtbl, const void *instance_data, int num_values, const RTOp_value_type value_data[], int num_indexes, const RTOp_index_type index_data[], int num_chars, const RTOp_char_type char_data[], void **obj) |
|
static int | RTOp_ROp_max_abs_ele_apply_op (const struct RTOp_RTOp_vtbl_t *vtbl, const void *obj_data, const int num_vecs, const struct RTOp_SubVector vecs[], const int num_targ_vecs, const struct RTOp_MutableSubVector targ_vecs[], RTOp_ReductTarget targ_obj) |
|
static int | reduce_reduct_objs (const struct RTOp_RTOp_vtbl_t *vtbl, const void *obj_data, RTOp_ReductTarget in_reduct_obj, RTOp_ReductTarget inout_reduct_obj) |
|
| INSERT_GET_REDUCT_OP_FUNCS (1, 1, 0, RTOp_value_index_type, reduce_reduct_objs, targ_load_state, targ_extract_state, external_reduct_op, get_reduct_op) const |
|
int | RTOp_ROp_max_abs_ele_construct (struct RTOp_RTOp *op) |
|
int | RTOp_ROp_max_abs_ele_destroy (struct RTOp_RTOp *op) |
|
struct RTOp_value_index_type | RTOp_ROp_max_abs_ele_val (RTOp_ReductTarget targ_obj) |
|
int RTOp_ROp_max_abs_ele_construct |
( |
struct RTOp_RTOp * |
op | ) |
|
int RTOp_ROp_max_abs_ele_destroy |
( |
struct RTOp_RTOp * |
op | ) |
|