Numworks Epsilon  1.4.1
Graphing Calculator Operating System
ieee_quad_shape_type Union Reference

#include <math_private.h>

Public Attributes

long double value
 
struct {
   u_int32_t   mswhi
 
   u_int32_t   mswlo
 
   u_int32_t   lswhi
 
   u_int32_t   lswlo
 
parts32
 
struct {
   u_int64_t   msw
 
   u_int64_t   lsw
 
parts64
 
struct {
   u_int32_t   lswlo
 
   u_int32_t   lswhi
 
   u_int32_t   mswlo
 
   u_int32_t   mswhi
 
parts32
 
struct {
   u_int64_t   lsw
 
   u_int64_t   msw
 
parts64
 

Detailed Description

Definition at line 38 of file math_private.h.

Member Data Documentation

◆ lsw

u_int64_t ieee_quad_shape_type::lsw

Definition at line 49 of file math_private.h.

◆ lswhi

u_int32_t ieee_quad_shape_type::lswhi

Definition at line 44 of file math_private.h.

◆ lswlo

u_int32_t ieee_quad_shape_type::lswlo

Definition at line 45 of file math_private.h.

◆ msw

u_int64_t ieee_quad_shape_type::msw

Definition at line 48 of file math_private.h.

◆ mswhi

u_int32_t ieee_quad_shape_type::mswhi

Definition at line 42 of file math_private.h.

◆ mswlo

u_int32_t ieee_quad_shape_type::mswlo

Definition at line 43 of file math_private.h.

◆ parts32 [1/2]

struct { ... } ieee_quad_shape_type::parts32

◆ parts32 [2/2]

struct { ... } ieee_quad_shape_type::parts32

◆ parts64 [1/2]

struct { ... } ieee_quad_shape_type::parts64

◆ parts64 [2/2]

struct { ... } ieee_quad_shape_type::parts64

◆ value

long double ieee_quad_shape_type::value

Definition at line 40 of file math_private.h.


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