mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 04:02:25 +00:00
Moving to config independent types stage 1 - generate intxx types.
This commit is contained in:
parent
159f5a3d80
commit
ee8342ef0d
168 changed files with 6673 additions and 6565 deletions
|
|
@ -8,15 +8,15 @@
|
|||
|
||||
|
||||
|
||||
import void Reals_Convert (REAL x, INTEGER 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, INTEGER n, CHAR *d, LONGINT d__len);
|
||||
import INTEGER Reals_Expo (REAL x);
|
||||
import INTEGER Reals_ExpoL (LONGREAL x);
|
||||
import void Reals_SetExpo (REAL *x, INTEGER ex);
|
||||
import REAL Reals_Ten (INTEGER e);
|
||||
import LONGREAL Reals_TenL (INTEGER 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