Searched defs:to_value (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_bit.h95 static bool to_value( char c ) function in class:sc_dt::sc_bit
103 static bool to_value( int i ) function in class:sc_dt::sc_bit
110 static bool to_value( bool b ) function in class:sc_dt::sc_bit
H A Dsc_logic.h111 static sc_logic_value_t to_value( sc_logic_value_t v ) function in class:sc_dt::sc_logic
119 static sc_logic_value_t to_value( bool b ) function in class:sc_dt::sc_logic
122 static sc_logic_value_t to_value( char c ) function in class:sc_dt::sc_logic
141 static sc_logic_value_t to_value( int i ) function in class:sc_dt::sc_logic
/gem5/src/systemc/ext/dt/bit/
H A Dsc_bit.hh95 to_value(char c) function in class:sc_dt::sc_bit
104 to_value(int i) function in class:sc_dt::sc_bit
111 static bool to_value(bool b) { return b; } function in class:sc_dt::sc_bit
H A Dsc_logic.hh107 to_value(sc_logic_value_t v) function in class:sc_dt::sc_logic
117 static sc_logic_value_t to_value(bool b) { return (b ? Log_1 : Log_0); } function in class:sc_dt::sc_logic
120 to_value(char c) function in class:sc_dt::sc_logic
132 to_value(int i) function in class:sc_dt::sc_logic

Completed in 6 milliseconds