Home | History | Annotate | Download | only in bn

Lines Matching defs:sign

2010 	static int sign[8]={0,0,0,1,1,0,1,1};
2012 return(sign[(neg++)%8]);