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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.cpp560 bool mant_is_neg = false; local
572 mant_is_neg = ( scfx_to_digit( *p, numrep ) >= ( base >> 1 ) );
760 if( mant_is_neg )
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc511 bool mant_is_neg = false; local
521 mant_is_neg = (scfx_to_digit(* p, numrep) >= (base >> 1));
702 if (mant_is_neg) {

Completed in 15 milliseconds