Searched refs:based_point (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxval.cpp752 bool based_point = false; local
763 SCFX_FAIL_IF_( based_point );
764 based_point = true;
769 if( based_point )
H A Dscfx_rep.cpp517 bool based_point = false; local
528 SCFX_FAIL_IF_( based_point );
529 based_point = true;
534 if( based_point )
/gem5/src/systemc/dt/fx/
H A Dsc_fxval.cc707 bool based_point = false; local
716 SCFX_FAIL_IF_(based_point);
717 based_point = true;
720 if (based_point)
H A Dscfx_rep.cc475 bool based_point = false; local
484 SCFX_FAIL_IF_(based_point);
485 based_point = true;
488 if (based_point)

Completed in 20 milliseconds