#include <unistd.h>
#include <signal.h>
#include <grass/calc.h>
Go to the source code of this file.
◆ calc_init()
void calc_init |
( |
int |
cols | ) |
|
◆ post_exec()
◆ pre_exec()
◆ columns
Definition at line 12 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_cos(), f_div(), f_double(), f_eq(), f_eval(), f_exp(), f_float(), 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 |
Definition at line 9 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 |