This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| struct | _sSCplx |
| Single precision complex datatype. More... | |
| struct | _sDCplx |
| Double precision complex datatype. More... | |
| struct | _sSPolar |
| Single precision polar datatype. More... | |
| struct | _sDPolar |
| Double precision polar datatype. More... | |
| union | _uSCoord |
| Single precision cartesian/polar datatype. More... | |
| union | _uDCoord |
| Double precision cartesian/polar datatype. More... | |
Typedefs | |
| typedef _sSCplx | stSCplx |
| Single precision complex datatype. | |
| typedef _sSCplx * | stpSCplx |
| Single precision complex datatype. | |
| typedef _sDCplx | stDCplx |
| Double precision complex datatype. | |
| typedef _sDCplx * | stpDCplx |
| Double precision complex datatype. | |
| typedef _sSPolar | stSPolar |
| Single precision polar datatype. | |
| typedef _sSPolar * | stpSPolar |
| Single precision polar datatype. | |
| typedef _sDPolar | stDPolar |
| Double precision polar datatype. | |
| typedef _sDPolar * | stpDPolar |
| Double precision polar datatype. | |
| typedef _uSCoord | utSCoord |
| Single precision cartesian/polar datatype. | |
| typedef _uSCoord * | utpSCoord |
| Single precision cartesian/polar datatype. | |
| typedef _uDCoord | utDCoord |
| Double precision cartesian/polar datatype. | |
| typedef _uDCoord * | utpDCoord |
| Double precision cartesian/polar datatype. | |
|
|
Single precision complex datatype. Type prefix is left out to prevent need of source code changes when precision is changed. Referenced by clDSPOp::Add(), clDSPOp::Copy(), clDSPOp::CplxPow(), clDSPOp::CplxRoot(), clDSPOp::Div(), dsp_caddf(), dsp_cdivf(), dsp_cmulf(), dsp_cset2f(), dsp_csetf(), dsp_csubf(), clHankel::Initialize(), clFlipBand::Initialize(), clFilter::Initialize(), clDSPOp::Mul(), clHankel::Process0(), clHankel::Process1(), clDSPOp::Reverse(), clDSPOp::Set(), and clDSPOp::Sub(). |
|
|
|
Double precision complex datatype.
Referenced by clDSPOp::Add(), clDSPOp::Copy(), clDSPOp::CplxPow(), clDSPOp::CplxRoot(), clDSPOp::Div(), dsp_cadd(), dsp_cdiv(), dsp_cmul(), dsp_cset(), dsp_cset2(), dsp_csub(), clHankel::Initialize(), clFlipBand::Initialize(), clFilter::Initialize(), clDSPOp::Mul(), clHankel::Process0(), clHankel::Process1(), clDSPOp::Reverse(), clDSPOp::Set(), and clDSPOp::Sub(). |
|
|
|
Single precision polar datatype.
|
|
|
Single precision polar datatype.
Referenced by clDSPOp::Cart2Polar(), clDSPOp::CartToPolar(), dsp_cart2polar3f(), dsp_polar2cart3f(), clDSPAlloc::operator stSPolar *(), clDSPOp::Polar2Cart(), and clDSPOp::PolarToCart(). |
|
|
Double precision polar datatype.
|
|
|
Double precision polar datatype.
Referenced by clDSPOp::Cart2Polar(), clDSPOp::CartToPolar(), dsp_cart2polar3(), dsp_polar2cart3(), clDSPAlloc::operator stDPolar *(), clDSPOp::Polar2Cart(), and clDSPOp::PolarToCart(). |
|
|
Single precision cartesian/polar datatype.
|
|
|
Single precision cartesian/polar datatype.
Referenced by clDSPOp::Cart2Polar(), clDSPOp::CartToPolar(), dsp_cart2polar4f(), dsp_polar2cart4f(), clDSPOp::Polar2Cart(), and clDSPOp::PolarToCart(). |
|
|
Double precision cartesian/polar datatype.
|
|
|
Double precision cartesian/polar datatype.
Referenced by clDSPOp::Cart2Polar(), clDSPOp::CartToPolar(), dsp_cart2polar4(), dsp_polar2cart4(), clDSPOp::Polar2Cart(), and clDSPOp::PolarToCart(). |
1.3.6