#include <defines.h>
Data Fields | |
char * | str |
real32 | val |
This structure contains the contents needed to store and display the floating point value used within the design.
char* rv32_s::str |
Specifies the original static string value
Referenced by codegen_gen_expr(), combination_underline_tree(), expression_display(), vector_copy(), vector_db_write(), vector_dealloc_value(), vector_display_r32(), vector_init_r32(), and vector_to_string().
real32 rv32_s::val |
Specifies 32-bit double-precision floating point value
Referenced by expression_display(), expression_op_func__add_a(), expression_op_func__assign(), expression_op_func__cond(), expression_op_func__cond_sel(), expression_op_func__divide_a(), expression_op_func__func_call(), expression_op_func__idec(), expression_op_func__iinc(), expression_op_func__multiply_a(), expression_op_func__pdec(), expression_op_func__pinc(), expression_op_func__sassign(), expression_op_func__sub_a(), expression_op_func__value_plusargs(), inst_parm_add(), reentrant_restore_data_bits(), reentrant_store_data_bits(), vector_copy(), vector_db_write(), vector_display_r32(), vector_from_int(), vector_from_real64(), vector_from_uint64(), vector_init_r32(), vector_is_not_zero(), vector_op_add(), vector_op_dec(), vector_op_divide(), vector_op_inc(), vector_op_multiply(), vector_op_negate(), vector_op_subtract(), vector_to_int(), vector_to_real64(), vector_to_sim_time(), vector_to_string(), vector_to_uint64(), vector_vcd_assign(), and vsignal_display().