Go to the source code of this file.
◆ IS_NULL_C
◆ IS_NULL_D
◆ IS_NULL_F
◆ SET_NULL_C
◆ SET_NULL_D
◆ SET_NULL_F
◆ args_t
typedef int args_t(int argc, int *argt) |
Definition at line 8 of file calc.h.
◆ func_desc
◆ func_t
typedef int func_t(int argc, const int *argt, void **args) |
Definition at line 7 of file calc.h.
◆ anonymous enum
Enumerator |
---|
E_ARG_LO | |
E_ARG_HI | |
E_ARG_TYPE | |
E_RES_TYPE | |
E_INV_TYPE | |
E_ARG_NUM | |
E_WTF | |
Definition at line 10 of file calc.h.
◆ calc_func_descs
◆ columns
Definition at line 11 of file calc.c.
Referenced by calc_init(), f_abs(), f_acos(), f_add(), f_and(), f_and2(), f_asin(), f_atan(), f_bitand(), f_bitnot(), f_bitor(), f_bitxor(), f_ceil(), f_cos(), f_div(), f_double(), f_eq(), f_eval(), f_exp(), f_float(), f_floor(), f_ge(), f_graph(), f_graph2(), f_gt(), f_int(), f_isnull(), f_le(), f_log(), f_lt(), f_max(), f_min(), f_mod(), f_mode(), f_mul(), f_ne(), f_neg(), f_nmax(), f_nmin(), f_nmode(), f_not(), f_null(), f_or(), f_or2(), f_pow(), f_rand(), f_round(), f_shiftl(), f_shiftr(), f_shiftru(), f_sin(), f_sqrt(), f_sub(), and f_tan().
◆ floating_point_exception
volatile int floating_point_exception |
|
extern |
Definition at line 8 of file calc.c.
Referenced by f_acos(), f_asin(), f_atan(), f_cos(), f_div(), f_exp(), f_log(), f_mod(), f_sin(), f_sqrt(), and f_tan().
◆ floating_point_exception_occurred
volatile int floating_point_exception_occurred |
|
extern |
Definition at line 9 of file calc.c.