Functions | Variables
arith.old.c File Reference

Go to the source code of this file.

Functions

pointer ABS (context *ctx, int n, argv)
pointer ACOSH (context *ctx, int n, argv)
pointer ADD1 (context *ctx, int n, argv)
pointer add_big_big ()
 add_int_big ()
 arith (context *ctx, pointer mod)
pointer ASH (context *ctx, int n, argv)
pointer ASINH (context *ctx, int n, argv)
pointer ATAN (context *ctx, int n, argv)
pointer ATANH (context *ctx, int n, argv)
pointer big_minus ()
pointer big_plus ()
eusinteger_t big_sign (pointer)
pointer big_times ()
eusfloat_t big_to_float (pointer)
pointer CEILING (context *ctx, int n, argv)
pointer copy_big ()
pointer COS (context *ctx, int n, argv)
pointer COSH (context *ctx, int n, argv)
pointer DECFLOAT (context *ctx, int n, argv)
pointer DPB (context *ctx, int n, argv)
pointer eusfloat_to_big (float)
pointer EXP (context *ctx, int n, argv)
pointer extend_big (pointer, int)
pointer FLOAT (context *ctx, int n, argv)
pointer FLOOR (context *ctx, int n, argv)
pointer FREXP (context *ctx, int n, argv)
int gcd ()
pointer GREATERP (context *ctx, int n, argv)
pointer GREQP (context *ctx, int n, argv)
pointer int2ratio (eusinteger_t i)
pointer LDB (context *ctx, int n, argv)
pointer LESSP (context *ctx, int n, argv)
pointer LOG (context *ctx, int n, argv)
pointer LOGAND (context *ctx, int n, pointer argv[])
pointer LOGBITP (context *ctx, int n, argv)
pointer LOGEQV (context *ctx, int n, argv)
pointer LOGIOR (context *ctx, int n, argv)
pointer LOGNAND (context *ctx, int n, argv)
pointer LOGNOR (context *ctx, int n, argv)
pointer LOGNOT (context *ctx, int n, argv)
pointer LOGTEST (context *ctx, int n, argv)
pointer LOGXOR (context *ctx, int n, argv)
pointer LSEQP (context *ctx, int n, argv)
pointer makebig ()
pointer makebig1 ()
pointer makebig2 ()
pointer makeratio ()
pointer MAX (context *ctx, int n, argv)
pointer MIN (context *ctx, int n, argv)
pointer MINUS (context *ctx, int n, argv)
pointer MOD (context *ctx, int n, argv)
pointer normalize_bignum ()
pointer NUMEQUAL (context *ctx, int n, argv)
pointer PLUS (context *ctx, int n, argv)
pointer QUOTIENT (context *ctx, int n, argv)
pointer RANDOM (context *ctx, int n, argv)
eusfloat_t ratio2flt (pointer r)
pointer ratio_divide (pointer x, pointer y)
pointer ratio_minus (pointer x, pointer y)
pointer ratio_plus (pointer x, pointer y)
pointer ratio_times (pointer x, pointer y)
pointer return_ratio (pointer r)
pointer ROUND (context *ctx, int n, argv)
pointer SIN (context *ctx, int n, argv)
pointer SINH (context *ctx, int n, argv)
pointer SQRT (context *ctx, int n, argv)
pointer SUB1 (context *ctx, int n, argv)
 sub_int_big ()
pointer TAN (context *ctx, int n, argv)
pointer TANH (context *ctx, int n, argv)
pointer TIMES (context *ctx, int n, argv)
pointer TRUNCATE (context *ctx, int n, argv)

Variables

pointer RANDSTATE
static char * rcsid = "@(#)$Id$"

Function Documentation

pointer ABS ( context ctx,
int  n,
argv   
)

Definition at line 950 of file arith.old.c.

pointer ACOSH ( context ctx,
int  n,
argv   
)

Definition at line 915 of file arith.old.c.

pointer ADD1 ( context ctx,
int  n,
argv   
)

Definition at line 367 of file arith.old.c.

arith ( context ctx,
pointer  mod 
)

Definition at line 1394 of file arith.old.c.

pointer ASH ( context ctx,
int  n,
argv   
)

Definition at line 1263 of file arith.old.c.

pointer ASINH ( context ctx,
int  n,
argv   
)

Definition at line 899 of file arith.old.c.

pointer ATAN ( context ctx,
int  n,
argv   
)

Definition at line 866 of file arith.old.c.

pointer ATANH ( context ctx,
int  n,
argv   
)

Definition at line 883 of file arith.old.c.

Definition at line 422 of file big.c.

Definition at line 953 of file big.c.

pointer CEILING ( context ctx,
int  n,
argv   
)

Definition at line 999 of file arith.old.c.

pointer COS ( context ctx,
int  n,
argv   
)

Definition at line 850 of file arith.old.c.

pointer COSH ( context ctx,
int  n,
argv   
)

Definition at line 907 of file arith.old.c.

pointer DECFLOAT ( context ctx,
int  n,
argv   
)

Definition at line 1055 of file arith.old.c.

pointer DPB ( context ctx,
int  n,
argv   
)

Definition at line 1329 of file arith.old.c.

pointer eusfloat_to_big ( float  )

Definition at line 967 of file big.c.

pointer EXP ( context ctx,
int  n,
argv   
)

Definition at line 942 of file arith.old.c.

pointer extend_big ( pointer  ,
int   
)

Definition at line 391 of file big.c.

pointer FLOAT ( context ctx,
int  n,
argv   
)

Definition at line 1041 of file arith.old.c.

pointer FLOOR ( context ctx,
int  n,
argv   
)

Definition at line 986 of file arith.old.c.

pointer FREXP ( context ctx,
int  n,
argv   
)

Definition at line 1025 of file arith.old.c.

int gcd ( )
pointer GREATERP ( context ctx,
int  n,
argv   
)

Definition at line 82 of file arith.old.c.

pointer GREQP ( context ctx,
int  n,
argv   
)

Definition at line 210 of file arith.old.c.

Definition at line 474 of file arith.old.c.

pointer LDB ( context ctx,
int  n,
argv   
)

Definition at line 1313 of file arith.old.c.

pointer LESSP ( context ctx,
int  n,
argv   
)

Definition at line 146 of file arith.old.c.

pointer LOG ( context ctx,
int  n,
argv   
)

Definition at line 931 of file arith.old.c.

pointer LOGAND ( context ctx,
int  n,
pointer  argv[] 
)

Definition at line 1124 of file arith.old.c.

pointer LOGBITP ( context ctx,
int  n,
argv   
)

Definition at line 1252 of file arith.old.c.

pointer LOGEQV ( context ctx,
int  n,
argv   
)

Definition at line 1198 of file arith.old.c.

pointer LOGIOR ( context ctx,
int  n,
argv   
)

Definition at line 1171 of file arith.old.c.

pointer LOGNAND ( context ctx,
int  n,
argv   
)

Definition at line 1209 of file arith.old.c.

pointer LOGNOR ( context ctx,
int  n,
argv   
)

Definition at line 1220 of file arith.old.c.

pointer LOGNOT ( context ctx,
int  n,
argv   
)

Definition at line 1231 of file arith.old.c.

pointer LOGTEST ( context ctx,
int  n,
argv   
)

Definition at line 1242 of file arith.old.c.

pointer LOGXOR ( context ctx,
int  n,
argv   
)

Definition at line 1187 of file arith.old.c.

pointer LSEQP ( context ctx,
int  n,
argv   
)

Definition at line 274 of file arith.old.c.

pointer MAX ( context ctx,
int  n,
argv   
)

Definition at line 1067 of file arith.old.c.

pointer MIN ( context ctx,
int  n,
argv   
)

Definition at line 1094 of file arith.old.c.

pointer MINUS ( context ctx,
int  n,
argv   
)

Definition at line 563 of file arith.old.c.

pointer MOD ( context ctx,
int  n,
argv   
)

Definition at line 338 of file arith.old.c.

pointer NUMEQUAL ( context ctx,
int  n,
argv   
)

Definition at line 32 of file arith.old.c.

pointer PLUS ( context ctx,
int  n,
argv   
)

Definition at line 501 of file arith.old.c.

pointer QUOTIENT ( context ctx,
int  n,
argv   
)

Definition at line 771 of file arith.old.c.

pointer RANDOM ( context ctx,
int  n,
argv   
)

Definition at line 1351 of file arith.old.c.

Definition at line 478 of file arith.old.c.

Definition at line 452 of file arith.old.c.

Definition at line 412 of file arith.old.c.

Definition at line 388 of file arith.old.c.

Definition at line 434 of file arith.old.c.

Definition at line 494 of file arith.old.c.

pointer ROUND ( context ctx,
int  n,
argv   
)

Definition at line 970 of file arith.old.c.

pointer SIN ( context ctx,
int  n,
argv   
)

Definition at line 842 of file arith.old.c.

pointer SINH ( context ctx,
int  n,
argv   
)

Definition at line 891 of file arith.old.c.

pointer SQRT ( context ctx,
int  n,
argv   
)

Definition at line 923 of file arith.old.c.

pointer SUB1 ( context ctx,
int  n,
argv   
)

Definition at line 347 of file arith.old.c.

pointer TAN ( context ctx,
int  n,
argv   
)

Definition at line 858 of file arith.old.c.

pointer TANH ( context ctx,
int  n,
argv   
)

Definition at line 875 of file arith.old.c.

pointer TIMES ( context ctx,
int  n,
argv   
)

Definition at line 662 of file arith.old.c.

pointer TRUNCATE ( context ctx,
int  n,
argv   
)

Definition at line 1011 of file arith.old.c.


Variable Documentation

Definition at line 172 of file eus.c.

char* rcsid = "@(#)$Id$" [static]

Definition at line 8 of file arith.old.c.



euslisp
Author(s): Toshihiro Matsui
autogenerated on Thu Sep 3 2015 10:36:20