Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
user_fp::fp_reg Struct Reference

#include <user.h>

Data Fields

unsigned int sign1:1
 
unsigned int unused:15
 
unsigned int sign2:1
 
unsigned int exponent:14
 
unsigned int j:1
 
unsigned int mantissa1:31
 
unsigned int mantissa0:32
 

Detailed Description

Definition at line 34 of file user.h.

Field Documentation

unsigned int exponent

Definition at line 38 of file user.h.

unsigned int j

Definition at line 39 of file user.h.

unsigned int mantissa0

Definition at line 41 of file user.h.

unsigned int mantissa1

Definition at line 40 of file user.h.

unsigned int sign1

Definition at line 35 of file user.h.

unsigned int sign2

Definition at line 37 of file user.h.

unsigned int unused

Definition at line 36 of file user.h.


The documentation for this struct was generated from the following file: