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

/gem5/ext/dsent/model/optical_graph/
H A DOpticalFilter.cc73 bool lower_match = (wavelengths_.first >= getDropWavelengths().first); local
77 ASSERT(lower_match == upper_match, "[Error] " + getInstanceName() +
82 return (upper_match && lower_match);
H A DOpticalNode.cc83 bool lower_match = (wavelengths_.first >= getWavelengths().first); local
87 ASSERT(lower_match == upper_match, "[Error] " + getInstanceName() +
90 return (upper_match && lower_match);

Completed in 5 milliseconds