Defines | |
#define | CST_E 2.718281828459045235360287471352662497757 |
E definition also known as the natural logarithmic base. | |
#define | CST_INV_SQUARE_ROOT_2 0.70710678118654752440084436210485 |
1/sqrt(2) definition | |
#define | CST_LN_10 2.3025850929940456840179914546844 |
ln(10) definition | |
#define | CST_LN_2 0.69314718055994530941723212145818 |
ln(2) definition | |
#define | CST_PI 3.141592653589793238462643383279502884197 |
PI definition also known as the Archimedes' constant. | |
#define | CST_SQUARE_ROOT_2 1.4142135623730950488016887242097 |
sqrt(2) definition | |
#define | DSP16_PI_DIV_4 DSP16_Q(CST_PI/4.) |
PI/4 definition for the 16-bit fixed point type. | |
#define | DSP32_PI_DIV_4 DSP32_Q(CST_PI/4.) |
PI/4 definition for the 32-bit fixed point type. | |
#define | FALSE 0 |
Boolean FALSE constant. | |
#define | TRUE 1 |
Boolean TRUE constant. |
#define CST_E 2.718281828459045235360287471352662497757 |
E definition also known as the natural logarithmic base.
Definition at line 327 of file dsp_types.h.
#define CST_INV_SQUARE_ROOT_2 0.70710678118654752440084436210485 |
1/sqrt(2) definition
Definition at line 336 of file dsp_types.h.
Referenced by dsp16_op_exp(), dsp16_op_sqrt(), dsp32_op_exp(), and dsp32_op_sqrt().
#define CST_LN_10 2.3025850929940456840179914546844 |
ln(10) definition
Definition at line 344 of file dsp_types.h.
Referenced by dsp16_op_log10(), and dsp32_op_log10().
#define CST_LN_2 0.69314718055994530941723212145818 |
ln(2) definition
Definition at line 340 of file dsp_types.h.
Referenced by dsp16_op_exp(), dsp16_op_ln_raw(), dsp16_op_log2(), dsp16_op_pow(), dsp16_win_gauss(), dsp32_op_exp(), dsp32_op_ln_raw(), dsp32_op_log2(), dsp32_op_pow(), and dsp32_win_gauss().
#define CST_PI 3.141592653589793238462643383279502884197 |
PI definition also known as the Archimedes' constant.
Definition at line 323 of file dsp_types.h.
Referenced by dsp16_filt_lpfirdesign(), dsp16_win_kaiser(), and dsp32_win_kaiser().
#define CST_SQUARE_ROOT_2 1.4142135623730950488016887242097 |
sqrt(2) definition
Definition at line 332 of file dsp_types.h.
Referenced by dsp16_op_exp(), and dsp32_op_exp().
#define DSP16_PI_DIV_4 DSP16_Q(CST_PI/4.) |
#define DSP32_PI_DIV_4 DSP32_Q(CST_PI/4.) |
#define FALSE 0 |
Boolean FALSE constant.
Definition at line 312 of file dsp_types.h.
Referenced by controller_key_back(), controller_key_fct1(), controller_key_fct1_pressed(), controller_key_fct2(), controller_key_fct2_pressed(), controller_key_fct3(), controller_key_fct3_pressed(), controller_key_pressed(), controller_key_released(), controller_key_reset(), controller_wheel_left(), controller_wheel_pressed(), controller_wheel_right(), get_data(), gui_new_tab_layout(), gui_paint(), gui_visibility(), gui_visibility_item(), is_joystick_left(), is_joystick_released_down(), is_joystick_released_left(), is_joystick_released_pressed(), is_joystick_released_right(), is_joystick_released_up(), is_joystick_right(), kb_event(), print(), prints(), state_machine_filter(), state_machine_idle(), state_machine_signal(), state_machine_source(), state_machine_task(), templates_get_string(), and WindowProcedure().
#define TRUE 1 |
Boolean TRUE constant.
Definition at line 318 of file dsp_types.h.
Referenced by controller_key_back(), controller_key_fct1(), controller_key_fct1_pressed(), controller_key_fct2(), controller_key_fct2_pressed(), controller_key_fct3(), controller_key_fct3_pressed(), controller_key_pressed(), controller_key_released(), controller_key_reset(), controller_wheel_left(), controller_wheel_pressed(), controller_wheel_right(), gui_create(), gui_rescale(), gui_set_font(), gui_visibility(), gui_visibility_item(), is_joystick_left(), is_joystick_released_down(), is_joystick_released_left(), is_joystick_released_pressed(), is_joystick_released_right(), is_joystick_released_up(), is_joystick_right(), kb_event(), printi(), prints(), state_machine_filter(), state_machine_idle(), state_machine_signal(), state_machine_source(), state_machine_task(), switch_state(), and WindowProcedure().