File: LRealMath.d

package info (click to toggle)
oo2c32 1.5.4-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 8,888 kB
  • ctags: 5,436
  • sloc: ansic: 95,310; sh: 473; makefile: 345; perl: 57; lisp: 20
file content (39 lines) | stat: -rw-r--r-- 947 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/* file generated by oo2c -- do not edit */
#include "LRealMath.h"
#include "LowLReal.h"
#include "RealMath.h"

/* local definitions */
static double LRealMath__a1[18];
static double LRealMath__a2[9];
static double LRealMath__em;
static double LRealMath__LnInfinity;
static double LRealMath__LnSmall;
static double LRealMath__SqrtInfinity;
static double LRealMath__TanhMax;
static double LRealMath__t;

/* function prototypes */
double LRealMath__SinCos(double x, double y, double sign);
int LRealMath__div(int x, int y);
double LRealMath__ipower_Adjust(double xadj, double *LRealMath__ipower_x, short int *LRealMath__ipower_base);

/* module and type descriptors */
static const struct {
  int length;
  void* pad;
  const char name[10];
} _n0 = {10, NULL, {"LRealMath"}};
static struct _MD LRealMath_md = {
  NULL, 
  &Kernel__ModuleDesc_td.td, 
  {
    NULL, 
    (const unsigned char*)_n0.name, 
    -1, 
    NULL
  }
};

/* local strings */