1 |
dashley |
6 |
%$Header: /home/dashley/cvsrep/e3ft_gpl01/e3ft_gpl01/dtaipubs/esrgubka/c_mul0/c_mul0.tex,v 1.2 2001/07/01 19:56:10 dtashley Exp $
|
2 |
|
|
|
3 |
|
|
\chapter{\cmulzerolongtitle{}}
|
4 |
|
|
|
5 |
|
|
\label{cmul0}
|
6 |
|
|
|
7 |
|
|
\section{Hardware Implementation Of Multiplication}
|
8 |
|
|
|
9 |
|
|
\section{Multiplication Of Unsigned Operands}
|
10 |
|
|
|
11 |
|
|
\section{Multiplication Of Signed Operands}
|
12 |
|
|
|
13 |
|
|
\section{Multiplication Of Arbitrary-Size Operands}
|
14 |
|
|
|
15 |
|
|
\section{Exercises}
|
16 |
|
|
|
17 |
|
|
|
18 |
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
19 |
|
|
|
20 |
|
|
\noindent\begin{figure}[!b]
|
21 |
|
|
\noindent\rule[-0.25in]{\textwidth}{1pt}
|
22 |
|
|
\begin{tiny}
|
23 |
|
|
\begin{verbatim}
|
24 |
|
|
$RCSfile: c_mul0.tex,v $
|
25 |
|
|
$Source: /home/dashley/cvsrep/e3ft_gpl01/e3ft_gpl01/dtaipubs/esrgubka/c_mul0/c_mul0.tex,v $
|
26 |
|
|
$Revision: 1.2 $
|
27 |
|
|
$Author: dtashley $
|
28 |
|
|
$Date: 2001/07/01 19:56:10 $
|
29 |
|
|
\end{verbatim}
|
30 |
|
|
\end{tiny}
|
31 |
|
|
\noindent\rule[0.25in]{\textwidth}{1pt}
|
32 |
|
|
\end{figure}
|
33 |
|
|
|
34 |
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
35 |
|
|
% $Log: c_mul0.tex,v $
|
36 |
|
|
% Revision 1.2 2001/07/01 19:56:10 dtashley
|
37 |
|
|
% Move out of binary mode for use with CVS.
|
38 |
|
|
%
|
39 |
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
40 |
|
|
% $History: c_mul0.tex $
|
41 |
|
|
%
|
42 |
|
|
% ***************** Version 4 *****************
|
43 |
|
|
% User: Dashley1 Date: 12/22/00 Time: 12:56a
|
44 |
|
|
% Updated in $/uC Software Multi-Volume Book (A)/Chapter, MUL0, Multiplication
|
45 |
|
|
% Tcl automated method of build refined.
|
46 |
|
|
%
|
47 |
|
|
% ***************** Version 3 *****************
|
48 |
|
|
% User: David T. Ashley Date: 7/11/00 Time: 8:31p
|
49 |
|
|
% Updated in $/uC Software Multi-Volume Book (A)/Chapter, MUL0, Multiplication
|
50 |
|
|
% Separation and enhancement of quantization chapter.
|
51 |
|
|
%
|
52 |
|
|
% ***************** Version 2 *****************
|
53 |
|
|
% User: David T. Ashley Date: 7/09/00 Time: 11:16p
|
54 |
|
|
% Updated in $/uC Software Multi-Volume Book (A)/Chapter, MUL0, Multiplication
|
55 |
|
|
% Addition of new chapters, enhancements to preface.
|
56 |
|
|
%
|
57 |
|
|
% ***************** Version 1 *****************
|
58 |
|
|
% User: David T. Ashley Date: 7/09/00 Time: 9:31p
|
59 |
|
|
% Created in $/uC Software Multi-Volume Book (A)/Chapter, MUL0, Multiplication
|
60 |
|
|
% Initial check-in.
|
61 |
|
|
%
|
62 |
|
|
%End of file C_MUL0.TEX
|