Numworks Epsilon  1.4.1
Graphing Calculator Operating System
ieee_extended_shape_type Union Reference

#include <math_private.h>

Public Attributes

long double value
 
struct {
   int   exp:16
 
   int   padl:16
 
   u_int32_t   msw
 
   u_int32_t   lsw
 
parts
 
struct {
   u_int32_t   lsw
 
   u_int32_t   msw
 
   int   exp:16
 
   int   padl:16
 
parts
 

Detailed Description

Definition at line 127 of file math_private.h.

Member Data Documentation

◆ exp

int ieee_extended_shape_type::exp

Definition at line 134 of file math_private.h.

◆ lsw

u_int32_t ieee_extended_shape_type::lsw

Definition at line 137 of file math_private.h.

◆ msw

u_int32_t ieee_extended_shape_type::msw

Definition at line 136 of file math_private.h.

◆ padl

int ieee_extended_shape_type::padl

Definition at line 135 of file math_private.h.

◆ parts [1/2]

struct { ... } ieee_extended_shape_type::parts

◆ parts [2/2]

struct { ... } ieee_extended_shape_type::parts

◆ value

long double ieee_extended_shape_type::value

Definition at line 129 of file math_private.h.


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