Go to the source code of this file.
Functions | |
| Symbol * | plus_rhs_function_code (list *args) |
| Symbol * | times_rhs_function_code (list *args) |
| Symbol * | minus_rhs_function_code (list *args) |
| Symbol * | fp_divide_rhs_function_code (list *args) |
| Symbol * | div_rhs_function_code (list *args) |
| Symbol * | mod_rhs_function_code (list *args) |
| Symbol * | sin_rhs_function_code (list *args) |
| Symbol * | cos_rhs_function_code (list *args) |
| Symbol * | sqrt_rhs_function_code (list *args) |
| Symbol * | atan2_rhs_function_code (list *args) |
| Symbol * | abs_rhs_function_code (list *args) |
| Symbol * | int_rhs_function_code (list *args) |
| Symbol * | float_rhs_function_code (list *args) |
| void | init_built_in_rhs_math_functions (void) |
| void | remove_built_in_rhs_math_functions (void) |
|
|
Definition at line 488 of file rhsfun_math.c. References symbol_union::fc, cons_struct::first, symbol_union::ic, list, make_float_constant(), make_int_constant(), print(), print_with_symbols(), Symbol, int_constant_struct::value, and float_constant_struct::value. Referenced by init_built_in_rhs_math_functions(). |
|
|
Definition at line 438 of file rhsfun_math.c. References cons, symbol_union::fc, cons_struct::first, symbol_union::ic, list, make_float_constant(), print(), print_with_symbols(), cons_struct::rest, Symbol, int_constant_struct::value, and float_constant_struct::value. Referenced by init_built_in_rhs_math_functions(). |
|
|
Definition at line 383 of file rhsfun_math.c. References symbol_union::fc, cons_struct::first, symbol_union::ic, list, make_float_constant(), print(), print_with_symbols(), Symbol, int_constant_struct::value, and float_constant_struct::value. Referenced by init_built_in_rhs_math_functions(). |
|
|
Definition at line 290 of file rhsfun_math.c. References cons_struct::first, symbol_union::ic, list, make_int_constant(), print(), print_with_symbols(), cons_struct::rest, Symbol, and int_constant_struct::value. Referenced by init_built_in_rhs_math_functions(). |
|
|
Definition at line 568 of file rhsfun_math.c. References cons_struct::first, symbol_union::ic, list, make_float_constant(), print(), print_with_symbols(), cons_struct::rest, Symbol, symbol_to_string(), and int_constant_struct::value. Referenced by init_built_in_rhs_math_functions(). |
|
|
Definition at line 224 of file rhsfun_math.c. References cons, symbol_union::fc, cons_struct::first, symbol_union::ic, list, make_float_constant(), print(), print_with_symbols(), cons_struct::rest, Symbol, float_constant_struct::value, and int_constant_struct::value. Referenced by init_built_in_rhs_math_functions(). |
|
|
|
Definition at line 517 of file rhsfun_math.c. References symbol_union::fc, cons_struct::first, list, make_int_constant(), print(), print_with_symbols(), cons_struct::rest, Symbol, symbol_to_string(), and float_constant_struct::value. Referenced by init_built_in_rhs_math_functions(). |
|
|
Definition at line 154 of file rhsfun_math.c. References cons, symbol_union::fc, cons_struct::first, symbol_union::ic, list, make_float_constant(), make_int_constant(), print(), print_with_symbols(), cons_struct::rest, Symbol, float_constant_struct::value, and int_constant_struct::value. Referenced by init_built_in_rhs_math_functions(). |
|
|
Definition at line 323 of file rhsfun_math.c. References cons_struct::first, symbol_union::ic, list, make_int_constant(), print(), print_with_symbols(), cons_struct::rest, Symbol, and int_constant_struct::value. Referenced by init_built_in_rhs_math_functions(). |
|
|
Definition at line 56 of file rhsfun_math.c. References cons, symbol_union::fc, cons_struct::first, symbol_union::ic, list, make_float_constant(), make_int_constant(), print_with_symbols(), cons_struct::rest, Symbol, float_constant_struct::value, and int_constant_struct::value. Referenced by init_built_in_rhs_math_functions(). |
|
|
Definition at line 636 of file rhsfun_math.c. References make_sym_constant(), and remove_rhs_function(). Referenced by remove_built_in_rhs_functions(). |
|
|
Definition at line 355 of file rhsfun_math.c. References symbol_union::fc, cons_struct::first, symbol_union::ic, list, make_float_constant(), print(), print_with_symbols(), Symbol, int_constant_struct::value, and float_constant_struct::value. Referenced by init_built_in_rhs_math_functions(). |
|
|
Definition at line 410 of file rhsfun_math.c. References symbol_union::fc, cons_struct::first, symbol_union::ic, list, make_float_constant(), print(), print_with_symbols(), Symbol, int_constant_struct::value, and float_constant_struct::value. Referenced by init_built_in_rhs_math_functions(). |
|
|
Definition at line 104 of file rhsfun_math.c. References cons, symbol_union::fc, cons_struct::first, symbol_union::ic, list, make_float_constant(), make_int_constant(), print_with_symbols(), cons_struct::rest, Symbol, float_constant_struct::value, and int_constant_struct::value. Referenced by init_built_in_rhs_math_functions(). |
1.3.5