Searched refs:neg (Results 26 - 48 of 48) sorted by relevance

12

/gem5/src/systemc/tests/systemc/communication/sc_buffer/test02/
H A Dsc_buffer_edge_reset.cpp28 This test checks the functionality of the pos(), neg() event finders and
47 spawn_trigger( "trigger_neg", &in.neg() );
/gem5/src/systemc/tests/systemc/communication/sc_signal/check_writer/test02/
H A Dtest02.cpp80 sensitive << clk.neg();
/gem5/src/systemc/tests/systemc/communication/sc_signal/check_writer/test03/
H A Dtest03.cpp80 sensitive << clk.neg();
/gem5/src/systemc/tests/systemc/communication/sc_signal/check_writer/test07/
H A Dtest07.cpp80 sensitive << clk.neg();
/gem5/src/systemc/tests/systemc/misc/synth/add_chain_FUNC/
H A Dreset_stim.cpp71 SC_CTHREAD( entry, clk.neg() );
/gem5/src/systemc/tests/systemc/kernel/sc_module/test05/
H A Dtest05.cpp100 SC_CTHREAD( main_action, clk.neg() );
/gem5/src/systemc/tests/systemc/misc/unit/control/timing/
H A Drdy.h63 SC_CTHREAD( entry, clk.neg() );
/gem5/src/arch/arm/insts/
H A Dvfp.cc414 bool neg = bits(opBits, sBitPos); local
434 neg = false;
467 if ((mode == VfpRoundUpward && !neg && extra) ||
468 (mode == VfpRoundDown && neg && extra) ||
513 if ((mode == VfpRoundUpward && !neg && nonZero) ||
514 (mode == VfpRoundDown && neg && nonZero) ||
538 (mode == VfpRoundUpward && !neg) ||
539 (mode == VfpRoundDown && neg)) {
561 if (neg)
601 bool neg local
[all...]
H A Dfplib.cc1209 fp16_add(uint16_t a, uint16_t b, int neg, int mode, int *flags) argument
1221 b_sgn ^= neg;
1269 fp32_add(uint32_t a, uint32_t b, int neg, int mode, int *flags) argument
1281 b_sgn ^= neg;
1329 fp64_add(uint64_t a, uint64_t b, int neg, int mode, int *flags) argument
1341 b_sgn ^= neg;
/gem5/src/systemc/tests/systemc/kernel/reset_signal_is/test05/
H A Dtest05.cpp46 SC_CTHREAD(resetter,m_clk.neg());
/gem5/src/systemc/tests/systemc/misc/synth/circle/
H A Dtb.h72 SC_CTHREAD( entry, clk.neg() );
/gem5/src/systemc/tests/systemc/misc/v1.0/module_name/
H A Dmodule_name.cpp72 SC_CTHREAD( block_d, clk.neg() );
/gem5/src/systemc/tests/systemc/kernel/process_control/disable_enable/test2/
H A Dtest2.cpp70 sensitive << m_clk.neg();
/gem5/src/systemc/tests/systemc/kernel/process_control/suspend_resume/test2/
H A Dtest2.cpp83 sensitive << m_clk.neg();
/gem5/src/systemc/tests/systemc/misc/synth/bubble/
H A Dstim.h95 SC_CTHREAD( entry, clk.neg() );
/gem5/src/systemc/ext/channel/
H A Dsc_in.hh296 sc_event_finder &neg() const { return _negFinder; } function in class:sc_core::sc_in
456 sc_event_finder &neg() const { return _negFinder; } function in class:sc_core::sc_in
H A Dsc_inout.hh335 sc_event_finder &neg() const { return _negFinder; } function in class:sc_core::sc_inout
525 sc_event_finder &neg() const { return _negFinder; } function in class:sc_core::sc_inout
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal_ports.h560 sc_event_finder& neg() const function in class:sc_core::sc_in
827 sc_event_finder& neg() const function in class:sc_core::sc_in
1336 sc_event_finder& neg() const function in class:sc_core::sc_inout
1572 sc_event_finder& neg() const function in class:sc_core::sc_inout
1899 // finder for each port for each type of event, e.g., pos(), neg(), and
/gem5/ext/pybind11/include/pybind11/
H A Doperators.h148 PYBIND11_UNARY_OPERATOR(neg, operator-, -l)
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxval.h147 friend void neg( sc_fxval&, const sc_fxval& );
486 friend void neg( sc_fxval_fast&, const sc_fxval_fast& );
903 neg( sc_fxval& c, const sc_fxval& a ) function in namespace:sc_dt
1665 neg( sc_fxval_fast& c, const sc_fxval_fast& a ) function in namespace:sc_dt
H A Dsc_fxnum.h635 friend void neg( sc_fxval&, const sc_fxnum& );
636 friend void neg( sc_fxnum&, const sc_fxnum& );
1062 friend void neg( sc_fxval_fast&, const sc_fxnum_fast& );
1063 friend void neg( sc_fxnum_fast&, const sc_fxnum_fast& );
2689 neg( sc_fxval& c, const sc_fxnum& a ) function in namespace:sc_dt
2697 neg( sc_fxnum& c, const sc_fxnum& a ) function in namespace:sc_dt
3819 neg( sc_fxval_fast& c, const sc_fxnum_fast& a ) function in namespace:sc_dt
3827 neg( sc_fxnum_fast& c, const sc_fxnum_fast& a ) function in namespace:sc_dt
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxval.hh128 friend void neg(sc_fxval &, const sc_fxval &);
415 friend void neg(sc_fxval_fast &, const sc_fxval_fast &);
759 neg(sc_fxval &c, const sc_fxval &a) function in namespace:sc_dt
1408 neg(sc_fxval_fast &c, const sc_fxval_fast &a) function in namespace:sc_dt
H A Dsc_fxnum.hh540 friend void neg(sc_fxval &, const sc_fxnum &);
541 friend void neg(sc_fxnum &, const sc_fxnum &);
900 friend void neg(sc_fxval_fast &, const sc_fxnum_fast &);
901 friend void neg(sc_fxnum_fast &, const sc_fxnum_fast &);
2270 neg(sc_fxval &c, const sc_fxnum &a) function in namespace:sc_dt
2277 neg(sc_fxnum &c, const sc_fxnum &a) function in namespace:sc_dt
3242 neg(sc_fxval_fast &c, const sc_fxnum_fast &a) function in namespace:sc_dt
3249 neg(sc_fxnum_fast &c, const sc_fxnum_fast &a) function in namespace:sc_dt

Completed in 86 milliseconds

12