/csrg-svn/lib/libm/common/ |
H A D | sincos.c | 17 double a,c,z; local 47 double a,c,z,s = 1.0; local
|
/csrg-svn/usr.bin/f77/libF77/ |
H A D | z_abs.c | 11 double z_abs(z) in z_abs() argument
|
H A D | r_imag.c | 14 float r_imag(z) in r_imag() argument
|
H A D | d_imag.c | 14 double d_imag(z) in d_imag() argument
|
H A D | c_abs.c | 14 float c_abs(z) in c_abs() argument
|
H A D | z_cos.c | 14 z_cos(r, z) in z_cos() argument
|
H A D | r_cnjg.c | 14 r_cnjg(r, z) in r_cnjg() argument
|
H A D | c_cos.c | 14 c_cos(r, z) in c_cos() argument
|
H A D | d_cnjg.c | 17 d_cnjg(r, z) in d_cnjg() argument
|
H A D | c_log.c | 14 c_log(r, z) in c_log() argument
|
H A D | c_sin.c | 14 c_sin(r, z) in c_sin() argument
|
H A D | z_sin.c | 14 z_sin(r, z) in z_sin() argument
|
H A D | z_exp.c | 14 z_exp(r, z) in z_exp() argument
|
H A D | c_sqrt.c | 17 c_sqrt(r, z) in c_sqrt() argument
|
H A D | c_exp.c | 14 c_exp(r, z) in c_exp() argument
|
H A D | z_log.c | 17 z_log(r, z) in z_log() argument
|
/csrg-svn/usr.bin/f77/include.tahoe/ |
H A D | defines.h | 225 #define ISCOMPLEX(z) ONEOF(z, MSKCOMPLEX) argument 226 #define ISREAL(z) ONEOF(z, MSKREAL) argument 227 #define ISNUMERIC(z) ONEOF(z, MSKINT|MSKREAL|MSKCOMPLEX) argument 228 #define ISICON(z) (z->tag==TCONST && ISINT(z->constblock.vtype)) argument 229 #define ISCHAR(z) (z->headblock.vtype==TYCHAR) argument 230 #define ISINT(z) ONEOF(z, MSKINT) argument 231 #define ISCONST(z) (z->tag==TCONST) argument 232 #define ISERROR(z) (z->tag==TERROR) argument 233 #define ISPLUSOP(z) (z->tag==TEXPR && z->exprblock.opcode==OPPLUS) argument 234 #define ISSTAROP(z) (z->tag==TEXPR && z->exprblock.opcode==OPSTAR) argument [all …]
|
/csrg-svn/usr.bin/f77/include.vax/ |
H A D | defines.h | 238 #define ISCOMPLEX(z) ONEOF(z, MSKCOMPLEX) argument 239 #define ISREAL(z) ONEOF(z, MSKREAL) argument 240 #define ISNUMERIC(z) ONEOF(z, MSKINT|MSKREAL|MSKCOMPLEX) argument 241 #define ISICON(z) (z->tag==TCONST && ISINT(z->constblock.vtype)) argument 242 #define ISCHAR(z) (z->headblock.vtype==TYCHAR) argument 243 #define ISINT(z) ONEOF(z, MSKINT) argument 244 #define ISCONST(z) (z->tag==TCONST) argument 245 #define ISERROR(z) (z->tag==TERROR) argument 246 #define ISPLUSOP(z) (z->tag==TEXPR && z->exprblock.opcode==OPPLUS) argument 247 #define ISSTAROP(z) (z->tag==TEXPR && z->exprblock.opcode==OPSTAR) argument [all …]
|
/csrg-svn/lib/libmp/ |
H A D | gcd.c | 11 { MINT x,y,z,w; local 28 { MINT x, y, z, w, Anew, Aold; local
|
/csrg-svn/usr.bin/netstat/ |
H A D | ns.c | 126 #define ANY(x,y,z) \ argument 205 #define ANY(x,y,z) ((x) ? printf("\t%d %s%s%s\n",x,y,plural(x),z) : 0) argument 254 int z; local 290 ns_erputil(z, c) in ns_erputil() argument
|
/csrg-svn/lib/libm/ieee/ |
H A D | cabs.c | 150 cabs(z) in cabs() argument 157 z_abs(z) in z_abs() argument
|
/csrg-svn/games/snake/snake/ |
H A D | move.c | 88 struct point z; variable 304 struct point z; in home() local 317 struct point z; in ll() local 415 struct point z; local 551 struct point z; in getcap() local
|
/csrg-svn/lib/libm/common_source/ |
H A D | atanh.c | 47 double z; local
|
H A D | exp.c | 94 double z,hi,lo,c; variable 139 double z,hi,lo, t; local
|
/csrg-svn/contrib/ed/ |
H A D | z.c | 36 z(inputt, errnum) in z() function
|