mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 06:22:25 +00:00
Use SYSTEM.ADDRESS in libraries. Build all with -O2. Support INC(a,b) for any int a,b that support a:=a+b.
This commit is contained in:
parent
f1cbbdba28
commit
22a4f8e263
92 changed files with 2752 additions and 2695 deletions
|
|
@ -8,15 +8,15 @@
|
|||
|
||||
|
||||
|
||||
import void Reals_Convert (REAL x, int32 n, CHAR *d, LONGINT d__len);
|
||||
import void Reals_Convert (REAL x, int16 n, CHAR *d, LONGINT d__len);
|
||||
import void Reals_ConvertH (REAL y, CHAR *d, LONGINT d__len);
|
||||
import void Reals_ConvertHL (LONGREAL x, CHAR *d, LONGINT d__len);
|
||||
import void Reals_ConvertL (LONGREAL x, int32 n, CHAR *d, LONGINT d__len);
|
||||
import int32 Reals_Expo (REAL x);
|
||||
import int32 Reals_ExpoL (LONGREAL x);
|
||||
import void Reals_SetExpo (REAL *x, int32 ex);
|
||||
import REAL Reals_Ten (int32 e);
|
||||
import LONGREAL Reals_TenL (int32 e);
|
||||
import void Reals_ConvertL (LONGREAL x, int16 n, CHAR *d, LONGINT d__len);
|
||||
import int16 Reals_Expo (REAL x);
|
||||
import int16 Reals_ExpoL (LONGREAL x);
|
||||
import void Reals_SetExpo (REAL *x, int16 ex);
|
||||
import REAL Reals_Ten (int16 e);
|
||||
import LONGREAL Reals_TenL (int16 e);
|
||||
import void *Reals__init(void);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue