MOOCHO (Single Doxygen Collection)
Version of the Day
|
Go to the source code of this file.
Macros | |
#define | max(a, b) ( (a) > (b) ? (a) : (b) ) |
#define | min(a, b) ( (a) < (b) ? (a) : (b) ) |
Functions | |
static int | RTOp_TOp_max_abs_vec_scalar_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 reduct_obj) |
int | RTOp_TOp_max_abs_vec_scalar_construct (RTOp_value_type min_ele, struct RTOp_RTOp *op) |
int | RTOp_TOp_max_abs_vec_scalar_destroy (struct RTOp_RTOp *op) |
int | RTOp_TOp_max_abs_vec_scalar_init (RTOp_value_type min_ele, struct RTOp_RTOp *op) |
Variables | |
const struct RTOp_RTOp_vtbl_t | RTOp_TOp_max_abs_vec_scalar_vtbl |
#define max | ( | a, | |
b | |||
) | ( (a) > (b) ? (a) : (b) ) |
Definition at line 54 of file RTOp_TOp_max_abs_vec_scalar.c.
#define min | ( | a, | |
b | |||
) | ( (a) < (b) ? (a) : (b) ) |
Definition at line 55 of file RTOp_TOp_max_abs_vec_scalar.c.
|
static |
Definition at line 62 of file RTOp_TOp_max_abs_vec_scalar.c.
int RTOp_TOp_max_abs_vec_scalar_construct | ( | RTOp_value_type | min_ele, |
struct RTOp_RTOp * | op | ||
) |
Definition at line 126 of file RTOp_TOp_max_abs_vec_scalar.c.
int RTOp_TOp_max_abs_vec_scalar_destroy | ( | struct RTOp_RTOp * | op | ) |
Definition at line 137 of file RTOp_TOp_max_abs_vec_scalar.c.
int RTOp_TOp_max_abs_vec_scalar_init | ( | RTOp_value_type | min_ele, |
struct RTOp_RTOp * | op | ||
) |
Definition at line 145 of file RTOp_TOp_max_abs_vec_scalar.c.
const struct RTOp_RTOp_vtbl_t RTOp_TOp_max_abs_vec_scalar_vtbl |
Definition at line 113 of file RTOp_TOp_max_abs_vec_scalar.c.