Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Functions
afw_function_integer.c File Reference

afw_function_execute_* functions for integer. More...

#include "afw_internal.h"

Go to the source code of this file.

Functions

const afw_value_tafw_function_execute_abs_integer (afw_function_execute_t *x)
 Adaptive Function abs<integer> More...
 
const afw_value_tafw_function_execute_add_integer (afw_function_execute_t *x)
 Adaptive Function add<integer> More...
 
const afw_value_tafw_function_execute_divide_integer (afw_function_execute_t *x)
 Adaptive Function divide<integer> More...
 
const afw_value_tafw_function_execute_mod_integer (afw_function_execute_t *x)
 Adaptive Function mod<integer> More...
 
const afw_value_tafw_function_execute_multiply_integer (afw_function_execute_t *x)
 Adaptive Function multiply<integer> More...
 
const afw_value_tafw_function_execute_subtract_integer (afw_function_execute_t *x)
 Adaptive Function subtract<integer> More...
 
const afw_value_tafw_function_execute_to_double_integer (afw_function_execute_t *x)
 Function implementation function afw_function_execute_to_double_integer. More...
 
const afw_value_tafw_function_execute_negative_integer (afw_function_execute_t *x)
 Adaptive Function negative<integer> More...
 

Detailed Description

afw_function_execute_* functions for integer.

Definition in file afw_function_integer.c.