diff options
| author | Mattias Andrée <maandree@kth.se> | 2016-05-13 04:38:09 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2016-05-13 04:38:09 +0200 |
| commit | 16a001c8fe4e5ca99d5aafdd8ed02a35f09b6caa (patch) | |
| tree | fe1116e5d8ce39e032c777003caa6d03ce667c78 /doc/bit-operations.tex | |
| parent | Exponentiation: clarification of a mathematical expression (diff) | |
| download | libzahl-16a001c8fe4e5ca99d5aafdd8ed02a35f09b6caa.tar.gz libzahl-16a001c8fe4e5ca99d5aafdd8ed02a35f09b6caa.tar.bz2 libzahl-16a001c8fe4e5ca99d5aafdd8ed02a35f09b6caa.tar.xz | |
Miscellaneous stuff
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'doc/bit-operations.tex')
| -rw-r--r-- | doc/bit-operations.tex | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/doc/bit-operations.tex b/doc/bit-operations.tex new file mode 100644 index 0000000..83a08ed --- /dev/null +++ b/doc/bit-operations.tex @@ -0,0 +1,56 @@ +\chapter{Bit operations} +\label{chap:Bit operations} + +TODO + +\vspace{1cm} +\minitoc + + +\newpage +\section{Boundary} +\label{sec:Boundary} + +TODO % zbits zlsb + + +\newpage +\section{Logic} +\label{sec:Logic} + +TODO % zand zor zxor znot + + +\newpage +\section{Shift} +\label{sec:Shift} + +TODO % zlsh zrsh + + +\newpage +\section{Truncation} +\label{sec:Truncation} + +TODO % ztrunc + + +\newpage +\section{Split} +\label{sec:Split} + +TODO % zsplit + + +\newpage +\section{Bit manipulation} +\label{sec:Bit manipulation} + +TODO % zbset + + +\newpage +\section{Bit test} +\label{sec:Bit test} + +TODO % zbtest |
