FAUST compiler  0.9.9.6b8
Classes | Variables
xtended.hh File Reference
#include "tlib.hh"
#include "sigtype.hh"
#include "klass.hh"
#include "sigvisitor.hh"
#include <vector>
#include "lateq.hh"
Include dependency graph for xtended.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  xtended
 

Variables

xtendedgAcosPrim
 
xtendedgAsinPrim
 
xtendedgAtanPrim
 
xtendedgAtan2Prim
 
xtendedgSinPrim
 
xtendedgCosPrim
 
xtendedgTanPrim
 
xtendedgExpPrim
 
xtendedgLogPrim
 
xtendedgLog10Prim
 
xtendedgPowPrim
 
xtendedgSqrtPrim
 
xtendedgCbrtPrim
 
xtendedgHypotPrim
 
xtendedgLdexpPrim
 
xtendedgScalbPrim
 
xtendedgLog1pPrim
 
xtendedgLogbPrim
 
xtendedgIlogbPrim
 
xtendedgExpm1Prim
 
xtendedgAcoshPrim
 
xtendedgAsinhPrim
 
xtendedgAtanhPrim
 
xtendedgSinhPrim
 
xtendedgCoshPrim
 
xtendedgTanhPrim
 
xtendedgFmodPrim
 
xtendedgRemainderPrim
 
xtendedgFloorPrim
 
xtendedgCeilPrim
 
xtendedgRintPrim
 
xtendedgAbsPrim
 
xtendedgMaxPrim
 
xtendedgMinPrim
 

Variable Documentation

xtended* gAbsPrim

Definition at line 77 of file absprim.cpp.

Referenced by yyparse().

xtended* gAcoshPrim
xtended* gAcosPrim

Definition at line 58 of file acosprim.cpp.

Referenced by yyparse().

xtended* gAsinhPrim
xtended* gAsinPrim

Definition at line 59 of file asinprim.cpp.

Referenced by yyparse().

xtended* gAtan2Prim

Definition at line 61 of file atan2prim.cpp.

Referenced by yyparse().

xtended* gAtanhPrim
xtended* gAtanPrim

Definition at line 59 of file atanprim.cpp.

Referenced by yyparse().

xtended* gCbrtPrim
xtended* gCeilPrim

Definition at line 61 of file ceilprim.cpp.

Referenced by yyparse().

xtended* gCoshPrim
xtended* gCosPrim

Definition at line 59 of file cosprim.cpp.

Referenced by yyparse().

xtended* gExpm1Prim
xtended* gExpPrim

Definition at line 61 of file expprim.cpp.

Referenced by yyparse().

xtended* gFloorPrim

Definition at line 61 of file floorprim.cpp.

Referenced by yyparse().

xtended* gFmodPrim

Definition at line 61 of file fmodprim.cpp.

Referenced by yyparse().

xtended* gHypotPrim
xtended* gIlogbPrim
xtended* gLdexpPrim
xtended* gLog10Prim

Definition at line 67 of file log10prim.cpp.

Referenced by yyparse().

xtended* gLog1pPrim
xtended* gLogbPrim
xtended* gLogPrim

Definition at line 66 of file logprim.cpp.

Referenced by yyparse().

xtended* gMaxPrim

Definition at line 121 of file maxprim.cpp.

Referenced by yyparse().

xtended* gMinPrim

Definition at line 147 of file minprim.cpp.

Referenced by yyparse().

xtended* gPowPrim

Definition at line 77 of file powprim.cpp.

Referenced by isSigPow(), sigPow(), simplification(), and yyparse().

xtended* gRemainderPrim

Definition at line 62 of file remainderprim.cpp.

Referenced by yyparse().

xtended* gRintPrim

Definition at line 67 of file rintprim.cpp.

Referenced by yyparse().

xtended* gScalbPrim
xtended* gSinhPrim
xtended* gSinPrim

Definition at line 59 of file sinprim.cpp.

Referenced by yyparse().

xtended* gSqrtPrim

Definition at line 67 of file sqrtprim.cpp.

Referenced by yyparse().

xtended* gTanhPrim
xtended* gTanPrim

Definition at line 59 of file tanprim.cpp.

Referenced by yyparse().