代码搜索:Sign

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

代码结果 10,000
www.eeworm.com/read/380993/2650947

tdf sign_div_unsign_1nh.tdf

--sign_div_unsign DEN_REPRESENTATION="UNSIGNED" DEN_WIDTH=10 LPM_PIPELINE=0 MAXIMIZE_SPEED=5 NUM_REPRESENTATION="UNSIGNED" NUM_WIDTH=10 SKIP_BITS=0 denominator numerator quotient remainder --VERSION_
www.eeworm.com/read/380993/2650965

tdf sign_div_unsign_9nh.tdf

--sign_div_unsign DEN_REPRESENTATION="UNSIGNED" DEN_WIDTH=14 LPM_PIPELINE=0 MAXIMIZE_SPEED=5 NUM_REPRESENTATION="UNSIGNED" NUM_WIDTH=14 SKIP_BITS=0 denominator numerator quotient remainder --VERSION_
www.eeworm.com/read/293203/8309579

tdf sign_div_unsign_3li.tdf

--sign_div_unsign DEN_REPRESENTATION="UNSIGNED" DEN_WIDTH=4 LPM_PIPELINE=1 MAXIMIZE_SPEED=5 NUM_REPRESENTATION="UNSIGNED" NUM_WIDTH=10 SKIP_BITS=0 aclr clock denominator numerator quotient remainder
www.eeworm.com/read/415288/11077880

tdf sign_div_unsign_39h.tdf

--sign_div_unsign DEN_REPRESENTATION="SIGNED" DEN_WIDTH=32 LPM_PIPELINE=0 MAXIMIZE_SPEED=5 NUM_REPRESENTATION="SIGNED" NUM_WIDTH=32 SKIP_BITS=0 denominator numerator quotient remainder --VERSION_BEGI
www.eeworm.com/read/415288/11077898

tdf sign_div_unsign_79h.tdf

--sign_div_unsign DEN_REPRESENTATION="SIGNED" DEN_WIDTH=16 LPM_PIPELINE=0 MAXIMIZE_SPEED=5 NUM_REPRESENTATION="SIGNED" NUM_WIDTH=16 SKIP_BITS=0 denominator numerator quotient remainder --VERSION_BEGI
www.eeworm.com/read/267063/11196093

tdf sign_div_unsign_6jg.tdf

--sign_div_unsign DEN_REPRESENTATION="UNSIGNED" DEN_WIDTH=7 LPM_PIPELINE=0 MAXIMIZE_SPEED=5 NUM_REPRESENTATION="UNSIGNED" NUM_WIDTH=14 denominator numerator quotient remainder --VERSION_BEGIN 5.0 cbx
www.eeworm.com/read/267063/11196162

tdf sign_div_unsign_8jg.tdf

--sign_div_unsign DEN_REPRESENTATION="UNSIGNED" DEN_WIDTH=9 LPM_PIPELINE=0 MAXIMIZE_SPEED=5 NUM_REPRESENTATION="UNSIGNED" NUM_WIDTH=14 denominator numerator quotient remainder --VERSION_BEGIN 5.0 cbx
www.eeworm.com/read/267063/11196230

tdf sign_div_unsign_3jg.tdf

--sign_div_unsign DEN_REPRESENTATION="UNSIGNED" DEN_WIDTH=4 LPM_PIPELINE=0 MAXIMIZE_SPEED=5 NUM_REPRESENTATION="UNSIGNED" NUM_WIDTH=14 denominator numerator quotient remainder --VERSION_BEGIN 5.0 cbx
www.eeworm.com/read/433100/8546519

f test.f

c x1=sign(1.,-3.) x2=sign(1.,3.) write(0,*) x1,x2 stop end
www.eeworm.com/read/297283/8033148

m wphase.m

function y=Wphase(x,Sign) [M N]=size(x); y=x.*Sign;