|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|

Go to the source code of this file.
Functions | |
| void | pre_exec (void) |
| void | post_exec (void) |
| void | calc_init (int cols) |
Variables | |
| volatile int | floating_point_exception |
| volatile int | floating_point_exception_occurred |
| int | columns |
Definition at line 38 of file calc.c.
References AMI_STREAM< T >::AMI_STREAM(), and NULL.
Definition at line 21 of file calc.c.
References AMI_STREAM< T >::AMI_STREAM(), floating_point_exception_occurred, and NULL.
| int columns |
Definition at line 11 of file calc.c.
Referenced by calc_init(), db_get_table_column_by_name(), 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_median(), f_min(), f_mod(), f_mode(), f_mul(), f_ne(), f_neg(), f_nmax(), f_nmedian(), 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(), f_tan(), and Vect_write_ascii().
Definition at line 9 of file calc.c.
Referenced by pre_exec().