Home
last modified time | relevance | path

Searched refs:xnor_reduce (Results 1 – 17 of 17) sorted by relevance

/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_math_red.v22 wire xnor_reduce = ~^r; net
39 `checkh(xnor_reduce, '1);
47 `checkh(xnor_reduce, '0);
55 `checkh(xnor_reduce, '1);
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/datatypes/int/
H A Dsc_uint_base.h381 bool xnor_reduce() const in xnor_reduce() function
794 bool xnor_reduce() const in xnor_reduce() function
1145 xnor_reduce( const sc_uint_subref_r& a ) in xnor_reduce() function
1147 return a.xnor_reduce(); in xnor_reduce()
1328 xnor_reduce( const sc_uint_base& a ) in xnor_reduce() function
1330 return a.xnor_reduce(); in xnor_reduce()
H A Dsc_int_base.h397 bool xnor_reduce() const in xnor_reduce() function
814 bool xnor_reduce() const in xnor_reduce() function
1174 xnor_reduce( const sc_int_subref_r& a ) in xnor_reduce() function
1176 return a.xnor_reduce(); in xnor_reduce()
1357 xnor_reduce( const sc_int_base& a ) in xnor_reduce() function
1359 return a.xnor_reduce(); in xnor_reduce()
H A Dsc_unsigned.h889 bool xnor_reduce() const;
1258 bool xnor_reduce() const in xnor_reduce() function
2111 inline bool sc_unsigned_subref_r::xnor_reduce() const in xnor_reduce() function
H A Dsc_signed.h982 bool xnor_reduce() const;
1356 bool xnor_reduce() const in xnor_reduce() function
2298 inline bool sc_signed_subref_r::xnor_reduce() const in xnor_reduce() function
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/datatypes/misc/
H A Dsc_concatref.h436 bool xnor_reduce() const in xnor_reduce() function
437 { return value().xnor_reduce(); } in xnor_reduce()
513 xnor_reduce( const sc_concatref& a ) in xnor_reduce() function
515 return a.xnor_reduce(); in xnor_reduce()
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/examples/sysc/2.1/specialized_signals/
H A Dscx_signal_int.h867 inline bool xnor_reduce() const in xnor_reduce() function
868 { return (*this)->read().xnor_reduce(); } in xnor_reduce()
1125 inline bool xnor_reduce() const in xnor_reduce() function
1126 { return (*this)->read().xnor_reduce(); } in xnor_reduce()
H A Dscx_signal_uint.h914 inline bool xnor_reduce() const in xnor_reduce() function
915 { return (*this)->read().xnor_reduce(); } in xnor_reduce()
1174 inline bool xnor_reduce() const in xnor_reduce() function
1175 { return (*this)->read().xnor_reduce(); } in xnor_reduce()
H A Dscx_signal_signed.h1030 inline bool xnor_reduce() const in xnor_reduce() function
1031 { return (*this)->read().xnor_reduce(); } in xnor_reduce()
1288 inline bool xnor_reduce() const in xnor_reduce() function
1289 { return (*this)->read().xnor_reduce(); } in xnor_reduce()
H A Dscx_signal_unsigned.h1035 inline bool xnor_reduce() const in xnor_reduce() function
1036 { return (*this)->read().xnor_reduce(); } in xnor_reduce()
1293 inline bool xnor_reduce() const in xnor_reduce() function
1294 { return (*this)->read().xnor_reduce(); } in xnor_reduce()
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/
H A Dsystemc.h330 using sc_dt::xnor_reduce;
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/datatypes/bit/
H A Dsc_proxy.h457 value_type xnor_reduce() const
1577 xnor_reduce( const sc_proxy<X>& a )
1579 return a.xnor_reduce();
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/ticket89/x_ieee_proposed/src/
H A Dstd_logic_1164_additions.vhdl117 function xnor_reduce (l : STD_LOGIC_VECTOR) return STD_ULOGIC;
118 function xnor_reduce (l : STD_ULOGIC_VECTOR) return STD_ULOGIC;
780 function xnor_reduce (l : STD_LOGIC_VECTOR) return STD_ULOGIC is function
783 end function xnor_reduce;
785 function xnor_reduce (l : STD_ULOGIC_VECTOR) return STD_ULOGIC is function
788 end function xnor_reduce;
H A Dstandard_additions_c.vhdl103 function xnor_reduce (L : BOOLEAN_VECTOR) return BOOLEAN;
158 function xnor_reduce (L : BIT_VECTOR) return BIT;
872 function xnor_reduce (L : BOOLEAN_VECTOR) return BOOLEAN is function
879 end function xnor_reduce;
1187 function xnor_reduce (L : BIT_VECTOR) return BIT is function
1194 end function xnor_reduce;
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/datatypes/fx/
H A Dsc_fxnum.h312 bool xnor_reduce() const;
492 bool xnor_reduce() const;
2032 DEFN_RED_FNC(xnor_reduce) in DEFN_RED_FNC()
2395 DEFN_RED_FNC(xnor_reduce) in DEFN_RED_FNC()
/dports/audio/faust/faust-2.37.3/tools/faust2fpga/vhdl/
H A Dfixed_pkg_c.vhd666 function xnor_reduce (l : UNRESOLVED_ufixed) return STD_ULOGIC;
672 function xnor_reduce (l : UNRESOLVED_sfixed) return STD_ULOGIC;
1589 function xnor_reduce(arg : std_ulogic_vector) return STD_ULOGIC is function
1592 end function xnor_reduce;
3641 function xnor_reduce (l : UNRESOLVED_ufixed) return STD_ULOGIC is function
3643 return xnor_reduce (to_sulv(l));
3644 end function xnor_reduce;
3671 function xnor_reduce (l : UNRESOLVED_sfixed) return STD_ULOGIC is function
3673 return xnor_reduce (to_sulv(l));
3674 end function xnor_reduce;
H A Dfloat_pkg_c.vhd771 function xnor_reduce (l : UNRESOLVED_float) return STD_ULOGIC;
1159 function xnor_reduce(arg : STD_ULOGIC_VECTOR) return STD_ULOGIC is function
1162 end function xnor_reduce;
5683 function xnor_reduce (l : UNRESOLVED_float) return STD_ULOGIC is function
5685 return xnor_reduce (to_sulv(l));
5686 end function xnor_reduce;