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 40
|
/* file generated by oo2c -- do not edit */
#include "RealMath.h"
#include "LowReal.h"
/* local definitions */
static float RealMath__a1[18];
static float RealMath__a2[9];
static float RealMath__em;
static float RealMath__LnInfinity;
static float RealMath__LnSmall;
static float RealMath__SqrtInfinity;
static float RealMath__TanhMax;
static float RealMath__t;
/* function prototypes */
float RealMath__SinCos(float x, float y, float sign);
int RealMath__div(int x, int y);
void RealMath__asincos(float x, int flag, int *i, float *res);
float RealMath__atan(float f);
float RealMath__ipower_Adjust(float xadj, float *RealMath__ipower_x, short int *RealMath__ipower_base);
/* module and type descriptors */
static const struct {
int length;
void* pad;
const char name[9];
} _n0 = {9, NULL, {"RealMath"}};
static struct _MD RealMath_md = {
NULL,
&Kernel__ModuleDesc_td.td,
{
NULL,
(const unsigned char*)_n0.name,
-1,
NULL
}
};
/* local strings */
|