Home
last modified time | relevance | path

Searched refs:and_reduce (Results 1 – 25 of 31) sorted by relevance

12

/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_math_red.v19 wire and_reduce = &r; net
28 cyc, r, and_reduce, or_reduce, xor_reduce, check_equal);
36 `checkh(and_reduce, '0);
44 `checkh(and_reduce, '0);
52 `checkh(and_reduce, '1);
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/datatypes/int/
H A Dsc_uint_base.h369 bool and_reduce() const;
372 { return ( ! and_reduce() ); } in nand_reduce()
782 bool and_reduce() const;
785 { return ( ! and_reduce() ); } in nand_reduce()
1005 sc_uint_subref_r::and_reduce() const in and_reduce() function
1008 return a.and_reduce(); in and_reduce()
1110 and_reduce( const sc_uint_subref_r& a ) in and_reduce() function
1112 return a.and_reduce(); in and_reduce()
1293 and_reduce( const sc_uint_base& a ) in and_reduce() function
1295 return a.and_reduce(); in and_reduce()
H A Dsc_int_base.h385 bool and_reduce() const;
388 { return ( ! and_reduce() ); } in nand_reduce()
802 bool and_reduce() const;
805 { return ( ! and_reduce() ); } in nand_reduce()
1032 sc_int_subref_r::and_reduce() const in and_reduce() function
1035 return a.and_reduce(); in and_reduce()
1139 and_reduce( const sc_int_subref_r& a ) in and_reduce() function
1141 return a.and_reduce(); in and_reduce()
1322 and_reduce( const sc_int_base& a ) in and_reduce() function
1324 return a.and_reduce(); in and_reduce()
H A Dsc_int_base.cpp586 sc_int_base::and_reduce() const in and_reduce() function in sc_dt::sc_int_base
H A Dsc_uint_base.cpp558 sc_uint_base::and_reduce() const in and_reduce() function in sc_dt::sc_uint_base
H A Dsc_unsigned.h884 bool and_reduce() const;
1246 bool and_reduce() const;
1249 { return ( ! and_reduce() ); } in nand_reduce()
2075 inline bool sc_unsigned_subref_r::and_reduce() const in and_reduce() function
2085 return !and_reduce(); in nand_reduce()
H A Dsc_signed.h977 bool and_reduce() const;
1344 bool and_reduce() const;
1347 { return ( ! and_reduce() ); } in nand_reduce()
2262 inline bool sc_signed_subref_r::and_reduce() const in and_reduce() function
2272 return !and_reduce(); in nand_reduce()
/dports/cad/freehdl/freehdl-0.0.7/v2cc/
H A Dv2cc.h238 and_reduce (const vector < bool > &vec) in and_reduce() function
680 if (!and_reduce(valid) || !and_reduce(a.valid)) return false;
695 if (! and_reduce (a.valid) || in operator()
696 ! and_reduce (b.valid)) in operator()
H A Dv2cc-explore.cc609 and_reduce(aliased_static_range.valid)) in explore_and_check_alias()
632 if (and_reduce(alias_static_range.valid)) in explore_and_check_alias()
1015 if (!and_reduce(range.valid)) in m_explore_and_check()
1035 if (!and_reduce(range.valid)) in m_explore_and_check()
1653 if (error_count != 0 || !and_reduce(locally_static_range.valid)) { in explore_and_check_array_case_statement()
1693 if (!and_reduce(erange.valid)) { in explore_and_check_array_case_statement()
2452 if (and_reduce(range.valid)) in check_association()
2851 if (! and_reduce (range_iter->valid)) continue; in check_association()
2932 if (and_reduce (target_range.valid) && in check_association()
4140 if (and_reduce(range.valid)) { in m_check_expression()
[all …]
H A Dv2cc-const-fold.cc550 if (and_reduce(range.valid)) { in m_constant_fold()
1053 if (and_reduce(range.valid)) { in m_constant_fold()
1068 if (and_reduce(range.valid)) { in m_constant_fold()
1074 if (and_reduce(range.valid)) { in m_constant_fold()
H A Dv2cc-acl.cc70 if (! and_reduce (iter->valid)) in sprint_object_reference()
H A Dv2cc-decl.cc1838 if (and_reduce(range.valid)) { in m_emit_hdr()
1869 if (and_reduce (range.valid)) { in m_emit_hdr()
1898 if (and_reduce(range.valid)) { in m_emit_hdr()
1928 if (and_reduce(range.valid)) { in m_emit_hdr()
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/datatypes/misc/
H A Dsc_concatref.h421 bool and_reduce() const in and_reduce() function
422 { return value().and_reduce(); } in and_reduce()
478 and_reduce( const sc_concatref& a ) in and_reduce() function
480 return a.and_reduce(); in and_reduce()
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/ticket89/x_ieee_proposed/src/
H A DREADME37 2) _reduce functions (and_reduce, nand_reduce, or_reduce ...) are defined
80 3) _reduce functions (and_reduce, nand_reduce, or_reduce ...) are defined
129 11) _reduce functions (and_reduce, nand_reduce, or_reduce ...) are defined
H A Dstd_logic_1164_additions.vhdl107 function and_reduce (l : STD_LOGIC_VECTOR) return STD_ULOGIC;
108 function and_reduce (l : STD_ULOGIC_VECTOR) return STD_ULOGIC;
703 function and_reduce (l : STD_LOGIC_VECTOR) return STD_ULOGIC is function
705 return and_reduce (to_StdULogicVector (l));
706 end function and_reduce;
708 function and_reduce (l : STD_ULOGIC_VECTOR) return STD_ULOGIC is function
715 end function and_reduce;
722 return not (and_reduce(to_StdULogicVector(l)));
727 return not (and_reduce(l));
H A Dstandard_additions_c.vhdl98 function and_reduce (L : BOOLEAN_VECTOR) return BOOLEAN;
153 function and_reduce (L : BIT_VECTOR) return BIT;
827 function and_reduce (L : BOOLEAN_VECTOR) return BOOLEAN is function
834 end function and_reduce;
1142 function and_reduce (L : BIT_VECTOR) return BIT is function
1149 end function and_reduce;
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/datatypes/bit/
H A Dsc_proxy.h445 value_type and_reduce() const;
448 { return sc_logic::not_table[and_reduce()]; }
1285 sc_proxy<X>::and_reduce() const
1537 and_reduce( const sc_proxy<X>& a )
1539 return a.and_reduce();
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/examples/sysc/2.1/specialized_signals/
H A Dscx_signal_int.h859 inline bool and_reduce() const in and_reduce() function
860 { return (*this)->read().and_reduce(); } in and_reduce()
1117 inline bool and_reduce() const in and_reduce() function
1118 { return (*this)->read().and_reduce(); } in and_reduce()
H A Dscx_signal_uint.h906 inline bool and_reduce() const in and_reduce() function
907 { return (*this)->read().and_reduce(); } in and_reduce()
1166 inline bool and_reduce() const in and_reduce() function
1167 { return (*this)->read().and_reduce(); } in and_reduce()
H A Dscx_signal_signed.h1022 inline bool and_reduce() const in and_reduce() function
1023 { return (*this)->read().and_reduce(); } in and_reduce()
1280 inline bool and_reduce() const in and_reduce() function
1281 { return (*this)->read().and_reduce(); } in and_reduce()
H A Dscx_signal_unsigned.h1027 inline bool and_reduce() const in and_reduce() function
1028 { return (*this)->read().and_reduce(); } in and_reduce()
1285 inline bool and_reduce() const in and_reduce() function
1286 { return (*this)->read().and_reduce(); } in and_reduce()
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/
H A Dsystemc.h325 using sc_dt::and_reduce;
/dports/audio/faust/faust-2.37.3/tools/faust2fpga/vhdl/
H A Dfloat_pkg_c.vhd1090 function and_reduce (arg : STD_ULOGIC_VECTOR) function
1113 end function and_reduce;
1115 function and_reduce (arg : UNSIGNED) function
1118 return and_reduce (STD_ULOGIC_VECTOR (arg));
1119 end function and_reduce;
1121 function and_reduce (arg : SIGNED) function
1124 return and_reduce (STD_ULOGIC_VECTOR (arg));
1125 end function and_reduce;
1151 return not and_reduce (arg);
5660 return and_reduce (to_sulv(l));
[all …]
H A Dfixed_pkg_c.vhd661 function and_reduce (l : UNRESOLVED_ufixed) return STD_ULOGIC;
667 function and_reduce (l : UNRESOLVED_sfixed) return STD_ULOGIC;
1533 -- This is a copy of the proposed "and_reduce" from 1076.3
1534 function and_reduce (arg : STD_ULOGIC_VECTOR) function
1557 end function and_reduce;
1583 return not and_reduce (arg);
3618 return and_reduce (to_sulv(l));
3619 end function and_reduce;
3648 return and_reduce (to_sulv(l));
3649 end function and_reduce;
[all …]
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DIRMatch.h1302 constexpr inline bool and_reduce() { in and_reduce() function
1307 constexpr bool and_reduce(bool first, Args... rest) { in and_reduce() function
1308 return first && and_reduce(rest...); in and_reduce()
1321 constexpr static bool canonical = and_reduce((Args::canonical)...);

12