Embedded Artistry Framework
Embedded Systems C++ Framework
Classes | Typedefs | Functions | Variables
arithchk.c File Reference
#include <stdio.h>
Include dependency graph for arithchk.c:

Classes

struct  Akind
 

Typedefs

typedef struct Akind Akind
 

Functions

static AkindLcheck ()
 
static Akindicheck ()
 
static Akindccheck ()
 
static int fzcheck ()
 
int main ()
 Function for application main entry. More...
 

Variables

static int dalign
 
static Akind IEEE_8087 = {"IEEE_8087", 1}
 
static Akind IEEE_MC68k = {"IEEE_MC68k", 2}
 
static Akind IBM = {"IBM", 3}
 
static Akind VAX = {"VAX", 4}
 
static Akind CRAY = {"CRAY", 5}
 

Class Documentation

◆ Akind

struct Akind
Class Members
int kind
char * name

Typedef Documentation

◆ Akind

typedef struct Akind Akind

Function Documentation

◆ ccheck()

static Akind* ccheck ( )
static

References CRAY, printf, and u.

Referenced by main().

◆ fzcheck()

static int fzcheck ( )
static

References a, and b.

Referenced by main().

◆ icheck()

static Akind* icheck ( )
static

References dalign, IBM, IEEE_8087, IEEE_MC68k, u, and VAX.

Referenced by main().

◆ Lcheck()

static Akind* Lcheck ( )
static

References dalign, IBM, IEEE_8087, IEEE_MC68k, u, and VAX.

Referenced by main().

◆ main()

int main ( void  )

Function for application main entry.

References a, ccheck(), dalign, fclose(), fopen(), fprintf(), fzcheck(), icheck(), Lcheck(), and printf.

Variable Documentation

◆ CRAY

Akind CRAY = {"CRAY", 5}
static

Referenced by ccheck().

◆ dalign

int dalign
static

Referenced by icheck(), Lcheck(), main(), and test_align().

◆ IBM

Akind IBM = {"IBM", 3}
static

Referenced by icheck(), Lcheck(), and strtod().

◆ IEEE_8087

Akind IEEE_8087 = {"IEEE_8087", 1}
static

Referenced by icheck(), and Lcheck().

◆ IEEE_MC68k

Akind IEEE_MC68k = {"IEEE_MC68k", 2}
static

Referenced by icheck(), and Lcheck().

◆ VAX

Akind VAX = {"VAX", 4}
static

Referenced by icheck(), and Lcheck().