|
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_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_vec_scalar_construct (RTOp_value_type min_ele, struct RTOp_RTOp *op) |
| int | RTOp_TOp_max_vec_scalar_destroy (struct RTOp_RTOp *op) |
| int | RTOp_TOp_max_vec_scalar_init (RTOp_value_type min_ele, struct RTOp_RTOp *op) |
Variables | |
| const struct RTOp_RTOp_vtbl_t | RTOp_TOp_max_vec_scalar_vtbl |
| #define max | ( | a, | |
| b | |||
| ) | ( (a) > (b) ? (a) : (b) ) |
Definition at line 52 of file RTOp_TOp_max_vec_scalar.c.
| #define min | ( | a, | |
| b | |||
| ) | ( (a) < (b) ? (a) : (b) ) |
Definition at line 53 of file RTOp_TOp_max_vec_scalar.c.
|
static |
Definition at line 60 of file RTOp_TOp_max_vec_scalar.c.
| int RTOp_TOp_max_vec_scalar_construct | ( | RTOp_value_type | min_ele, |
| struct RTOp_RTOp * | op | ||
| ) |
Definition at line 124 of file RTOp_TOp_max_vec_scalar.c.
| int RTOp_TOp_max_vec_scalar_destroy | ( | struct RTOp_RTOp * | op | ) |
Definition at line 135 of file RTOp_TOp_max_vec_scalar.c.
| int RTOp_TOp_max_vec_scalar_init | ( | RTOp_value_type | min_ele, |
| struct RTOp_RTOp * | op | ||
| ) |
Definition at line 143 of file RTOp_TOp_max_vec_scalar.c.
| const struct RTOp_RTOp_vtbl_t RTOp_TOp_max_vec_scalar_vtbl |
Definition at line 111 of file RTOp_TOp_max_vec_scalar.c.
1.8.6