Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
fpopcode.c File Reference
#include "fpa11.h"
#include "softfloat.h"
#include "fpopcode.h"
#include "fpsr.h"
#include "fpmodule.h"
#include "fpmodule.inl"

Go to the source code of this file.

Variables

const float64 float64Constant []
 
const float32 float32Constant []
 

Variable Documentation

const float32 float32Constant[]
Initial value:
= {
0x00000000,
0x3f800000,
0x40000000,
0x40400000,
0x40800000,
0x40a00000,
0x3f000000,
0x41200000
}

Definition at line 53 of file fpopcode.c.

const float64 float64Constant[]
Initial value:
= {
0x0000000000000000ULL,
0x3ff0000000000000ULL,
0x4000000000000000ULL,
0x4008000000000000ULL,
0x4010000000000000ULL,
0x4014000000000000ULL,
0x3fe0000000000000ULL,
0x4024000000000000ULL
}

Definition at line 42 of file fpopcode.c.