代码搜索:SIGNED

找到约 10,000 项符合「SIGNED」的源代码

代码结果 10,000
www.eeworm.com/read/278084/10575102

vhd 66_signed.vhd

-------------------------------------------------------------------------- -- -- -- Copyright (c) 1990, 1991 by Synopsys, Inc. A
www.eeworm.com/read/468463/6991044

m4 signed.m4

# signed.m4 serial 1 (gettext-0.10.40) dnl Copyright (C) 2001-2002 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy an
www.eeworm.com/read/463297/7183953

vhd 66_signed.vhd

-------------------------------------------------------------------------- -- -- -- Copyright (c) 1990, 1991 by Synopsys, Inc. A
www.eeworm.com/read/461590/7223898

vhd adder_signed.vhd

use work.dp32_types.all; entity adder_signed is generic(width : positive); port(a,b : in bit_vector(width-1 downto 0); y : out bit_vector(width-1 downto 0); o : out bit ); end ad
www.eeworm.com/read/461590/7223957

vhd subtractor_signed.vhd

use work.dp32_types.all; entity subtractor_signed is generic (width : positive); port(a,b : in bit_vector(width-1 downto 0); y : out bit_vector(width-1 downto 0); n,z : out bit); e
www.eeworm.com/read/450547/7481918

gif signed-number.gif

www.eeworm.com/read/245375/12801995

gif signed_stalls.gif

www.eeworm.com/read/137132/13344572

m4 signed.m4

# signed.m4 serial 1 (gettext-0.10.40) dnl Copyright (C) 2001-2002 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As
www.eeworm.com/read/316451/13522466

vhd 66_signed.vhd

-------------------------------------------------------------------------- -- -- -- Copyright (c) 1990, 1991 by Synopsys, Inc. A