Searched refs:first_digit (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxval.cpp800 bool first_digit = true; local
807 if( first_digit )
823 first_digit = false;
841 bool first_digit = ( int_digits == 0 ); local
849 if( first_digit )
866 first_digit = false;
/gem5/src/systemc/dt/fx/
H A Dsc_fxval.cc744 bool first_digit = true; local
750 if (first_digit) {
764 first_digit = false;
777 bool first_digit = (int_digits == 0); local
782 if (first_digit) {
797 first_digit = false;

Completed in 9 milliseconds