LMS 2012
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
c_math.c File Reference
#include "lms2012.h"
#include "c_math.h"
#include <math.h>
#include <stdio.h>
#include <string.h>

Go to the source code of this file.

Functions

void cMathAdd8 (void)
 opADD8 More...
 
void cMathAdd16 (void)
 opADD16 More...
 
void cMathAdd32 (void)
 opADD32 More...
 
void cMathAddF (void)
 opADDF More...
 
void cMathSub8 (void)
 opSUB8 More...
 
void cMathSub16 (void)
 opSUB16 More...
 
void cMathSub32 (void)
 opSUB32 More...
 
void cMathSubF (void)
 opSUBF More...
 
void cMathMul8 (void)
 opMUL8 More...
 
void cMathMul16 (void)
 opMUL16 More...
 
void cMathMul32 (void)
 opMUL32 More...
 
void cMathMulF (void)
 opMULF More...
 
void cMathDiv8 (void)
 opDIV8 More...
 
void cMathDiv16 (void)
 opDIV16 More...
 
void cMathDiv32 (void)
 opDIV32 More...
 
void cMathDivF (void)
 opDIVF More...
 
void cMathOr8 (void)
 opOR8 More...
 
void cMathOr16 (void)
 opOR16 More...
 
void cMathOr32 (void)
 opOR32 More...
 
void cMathAnd8 (void)
 opAND8 More...
 
void cMathAnd16 (void)
 opAND16 More...
 
void cMathAnd32 (void)
 opAND32 More...
 
void cMathXor8 (void)
 opXOR8 More...
 
void cMathXor16 (void)
 opXOR16 More...
 
void cMathXor32 (void)
 opXOR32 More...
 
void cMathRl8 (void)
 opRL8 More...
 
void cMathRl16 (void)
 opRL16 More...
 
void cMathRl32 (void)
 opRL32 More...
 
void cMath (void)
 opMATH More...
 

Function Documentation

void cMath ( void  )

opMATH

Definition at line 925 of file c_math.c.

void cMathAdd16 ( void  )

opADD16

Definition at line 71 of file c_math.c.

void cMathAdd32 ( void  )

opADD32

Definition at line 96 of file c_math.c.

void cMathAdd8 ( void  )

opADD8

Definition at line 46 of file c_math.c.

void cMathAddF ( void  )

opADDF

Definition at line 121 of file c_math.c.

void cMathAnd16 ( void  )

opAND16

Definition at line 592 of file c_math.c.

void cMathAnd32 ( void  )

opAND32

Definition at line 617 of file c_math.c.

void cMathAnd8 ( void  )

opAND8

Definition at line 567 of file c_math.c.

void cMathDiv16 ( void  )

opDIV16

Definition at line 386 of file c_math.c.

void cMathDiv32 ( void  )

opDIV32

Definition at line 426 of file c_math.c.

void cMathDiv8 ( void  )

opDIV8

Definition at line 346 of file c_math.c.

void cMathDivF ( void  )

opDIVF

Definition at line 466 of file c_math.c.

void cMathMul16 ( void  )

opMUL16

Definition at line 271 of file c_math.c.

void cMathMul32 ( void  )

opMUL32

Definition at line 296 of file c_math.c.

void cMathMul8 ( void  )

opMUL8

Definition at line 246 of file c_math.c.

void cMathMulF ( void  )

opMULF

Definition at line 321 of file c_math.c.

void cMathOr16 ( void  )

opOR16

Definition at line 517 of file c_math.c.

void cMathOr32 ( void  )

opOR32

Definition at line 542 of file c_math.c.

void cMathOr8 ( void  )

opOR8

Definition at line 492 of file c_math.c.

void cMathRl16 ( void  )

opRL16

Definition at line 742 of file c_math.c.

void cMathRl32 ( void  )

opRL32

Definition at line 767 of file c_math.c.

void cMathRl8 ( void  )

opRL8

Definition at line 717 of file c_math.c.

void cMathSub16 ( void  )

opSUB16

Definition at line 171 of file c_math.c.

void cMathSub32 ( void  )

opSUB32

Definition at line 196 of file c_math.c.

void cMathSub8 ( void  )

opSUB8

Definition at line 146 of file c_math.c.

void cMathSubF ( void  )

opSUBF

Definition at line 221 of file c_math.c.

void cMathXor16 ( void  )

opXOR16

Definition at line 667 of file c_math.c.

void cMathXor32 ( void  )

opXOR32

Definition at line 692 of file c_math.c.

void cMathXor8 ( void  )

opXOR8

Definition at line 642 of file c_math.c.