Go to the source code of this file.
|
| static int | yac_interp_operator_fixed_is_source (struct yac_interp_operator *interp) |
| |
| static int | yac_interp_operator_fixed_is_target (struct yac_interp_operator *interp) |
| |
| static void | yac_interp_operator_fixed_execute (struct yac_interp_operator *interp, double ***src_fields, double ***src_frac_masks, double **tgt_field, double frac_mask_fallback_value, double scale_factor, double scale_summand) |
| |
| static void | yac_interp_operator_fixed_execute_put (struct yac_interp_operator *interp, double ***src_fields, double ***src_frac_masks, int is_target, double frac_mask_fallback_value, double scale_factor, double scale_summand) |
| |
| static void | yac_interp_operator_fixed_execute_get (struct yac_interp_operator *interp, double **tgt_field, double frac_mask_fallback_value, double scale_factor, double scale_summand) |
| |
| static void | yac_interp_operator_fixed_execute_get_async (struct yac_interp_operator *interp, double **tgt_field, double frac_mask_fallback_value, double scale_factor, double scale_summand) |
| |
| static enum YAC_INTERP_TEST_STATUS | yac_interp_operator_fixed_execute_test (struct yac_interp_operator *interp) |
| |
| static void | yac_interp_operator_fixed_execute_wait (struct yac_interp_operator *interp) |
| |
| static struct yac_interp_operator * | yac_interp_operator_fixed_copy (struct yac_interp_operator *interp) |
| |
| static void | yac_interp_operator_fixed_delete (struct yac_interp_operator *interp) |
| |
| struct yac_interp_operator * | yac_interp_operator_fixed_new (struct yac_collection_selection const *collection_selection, double value, size_t count, size_t const *pos) |
| | Create a fixed-value interpolation operator.
|
| |
| static void | yac_interp_operator_fixed_execute_get_ (struct yac_interp_operator *interp, double **tgt_field) |
| |
◆ yac_interp_operator_fixed_copy()
◆ yac_interp_operator_fixed_delete()
◆ yac_interp_operator_fixed_execute()
| static void yac_interp_operator_fixed_execute |
( |
struct yac_interp_operator * | interp, |
|
|
double *** | src_fields, |
|
|
double *** | src_frac_masks, |
|
|
double ** | tgt_field, |
|
|
double | frac_mask_fallback_value, |
|
|
double | scale_factor, |
|
|
double | scale_summand ) |
|
static |
◆ yac_interp_operator_fixed_execute_get()
| static void yac_interp_operator_fixed_execute_get |
( |
struct yac_interp_operator * | interp, |
|
|
double ** | tgt_field, |
|
|
double | frac_mask_fallback_value, |
|
|
double | scale_factor, |
|
|
double | scale_summand ) |
|
static |
◆ yac_interp_operator_fixed_execute_get_()
| static void yac_interp_operator_fixed_execute_get_ |
( |
struct yac_interp_operator * | interp, |
|
|
double ** | tgt_field ) |
|
static |
◆ yac_interp_operator_fixed_execute_get_async()
| static void yac_interp_operator_fixed_execute_get_async |
( |
struct yac_interp_operator * | interp, |
|
|
double ** | tgt_field, |
|
|
double | frac_mask_fallback_value, |
|
|
double | scale_factor, |
|
|
double | scale_summand ) |
|
static |
◆ yac_interp_operator_fixed_execute_put()
| static void yac_interp_operator_fixed_execute_put |
( |
struct yac_interp_operator * | interp, |
|
|
double *** | src_fields, |
|
|
double *** | src_frac_masks, |
|
|
int | is_target, |
|
|
double | frac_mask_fallback_value, |
|
|
double | scale_factor, |
|
|
double | scale_summand ) |
|
static |
◆ yac_interp_operator_fixed_execute_test()
◆ yac_interp_operator_fixed_execute_wait()
◆ yac_interp_operator_fixed_is_source()
◆ yac_interp_operator_fixed_is_target()
◆ interpolation_fixed_vtable
Initial value:= {
}
static enum YAC_INTERP_TEST_STATUS yac_interp_operator_fixed_execute_test(struct yac_interp_operator *interp)
static void yac_interp_operator_fixed_execute_get(struct yac_interp_operator *interp, double **tgt_field, double frac_mask_fallback_value, double scale_factor, double scale_summand)
static void yac_interp_operator_fixed_execute_get_async(struct yac_interp_operator *interp, double **tgt_field, double frac_mask_fallback_value, double scale_factor, double scale_summand)
static void yac_interp_operator_fixed_delete(struct yac_interp_operator *interp)
static int yac_interp_operator_fixed_is_target(struct yac_interp_operator *interp)
static void yac_interp_operator_fixed_execute_put(struct yac_interp_operator *interp, double ***src_fields, double ***src_frac_masks, int is_target, double frac_mask_fallback_value, double scale_factor, double scale_summand)
static struct yac_interp_operator * yac_interp_operator_fixed_copy(struct yac_interp_operator *interp)
static void yac_interp_operator_fixed_execute_wait(struct yac_interp_operator *interp)
static void yac_interp_operator_fixed_execute(struct yac_interp_operator *interp, double ***src_fields, double ***src_frac_masks, double **tgt_field, double frac_mask_fallback_value, double scale_factor, double scale_summand)
static int yac_interp_operator_fixed_is_source(struct yac_interp_operator *interp)
Definition at line 42 of file interp_operator_fixed.c.