Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Macros | Functions | Variables
uninit.c File Reference
#include <stdio.h>
#include <string.h>
Include dependency graph for uninit.c:

Go to the source code of this file.

Macros

#define TYSHORT   2
 
#define TYLONG   3
 
#define TYREAL   4
 
#define TYDREAL   5
 
#define TYCOMPLEX   6
 
#define TYDCOMPLEX   7
 
#define TYINT1   11
 
#define TYQUAD   14
 
#define Long   long
 
#define RNAN   0xff800001
 
#define DNAN0   1
 
#define DNAN1   0xfff00000
 
#define Void   void
 
#define FA7UL   0xfa7a7a7aUL
 

Functions

static void ieee0 (Void)
 
void _uninit_f2c (void *x, int type, long len)
 

Variables

static unsigned Long rnan = RNAN
 
static unsigned Long dnan0 = DNAN0
 
static unsigned Long dnan1 = DNAN1
 
double _0 = 0.
 

Macro Definition Documentation

◆ TYSHORT

#define TYSHORT   2

Definition at line 35 of file uninit.c.

◆ TYLONG

#define TYLONG   3

Definition at line 36 of file uninit.c.

◆ TYREAL

#define TYREAL   4

Definition at line 37 of file uninit.c.

◆ TYDREAL

#define TYDREAL   5

Definition at line 38 of file uninit.c.

◆ TYCOMPLEX

#define TYCOMPLEX   6

Definition at line 39 of file uninit.c.

◆ TYDCOMPLEX

#define TYDCOMPLEX   7

Definition at line 40 of file uninit.c.

◆ TYINT1

#define TYINT1   11

Definition at line 41 of file uninit.c.

◆ TYQUAD

#define TYQUAD   14

Definition at line 42 of file uninit.c.

◆ Long

#define Long   long

Definition at line 44 of file uninit.c.

◆ RNAN

#define RNAN   0xff800001

Definition at line 60 of file uninit.c.

◆ DNAN0

#define DNAN0   1

Definition at line 65 of file uninit.c.

◆ DNAN1

#define DNAN1   0xfff00000

Definition at line 66 of file uninit.c.

◆ Void

#define Void   void

Definition at line 74 of file uninit.c.

◆ FA7UL

#define FA7UL   0xfa7a7a7aUL

Definition at line 75 of file uninit.c.

Function Documentation

◆ ieee0()

static void ieee0 ( Void )
static

Definition at line 385 of file uninit.c.

◆ _uninit_f2c()

void _uninit_f2c ( void * x,
int type,
long len )

Definition at line 94 of file uninit.c.

Variable Documentation

◆ rnan

unsigned Long rnan = RNAN
static

Definition at line 84 of file uninit.c.

◆ dnan0

unsigned Long dnan0 = DNAN0
static

Definition at line 85 of file uninit.c.

◆ dnan1

unsigned Long dnan1 = DNAN1
static

Definition at line 86 of file uninit.c.

◆ _0

double _0 = 0.

Definition at line 88 of file uninit.c.