Home
last modified time | relevance | path

Searched refs:x (Results 1 – 25 of 1357) sorted by relevance

12345678910>>...55

/original-bsd/games/quiz/datfiles/
H A Dmult1 1 x 0:0
2 1 x 1:1
3 1 x 2:2
4 1 x 3:3
5 1 x 4:4
6 1 x 5:5
7 1 x 6:6
8 1 x 7:7
9 1 x 8:8
10 1 x 9:9
[all …]
/original-bsd/old/pcc/lint/llibs/
H A Dllib-lm3 double acos(x) double x; { return x; }
4 double acosh(x) double x; { return x; }
5 double asin(x) double x; { return x; }
6 double asinh(x) double x; { return x; }
7 double atan(x) double x; { return x; }
8 double atanh(x) double x; { return x; }
11 double cbrt(x) double x; { return x; }
12 double ceil(x) double x; { return x; }
14 double cos(x) double x; { return x; }
15 double cosh(x) double x; { return x; }
[all …]
/original-bsd/old/roff/nroff_term/
H A Dchartst10 .de x
20 .x \(ru "rule"
21 .x \(14 "1/4"
22 .x \(12 "1/2"
23 .x \(34 "3/4"
25 .x \(fi "fi"
26 .x \(fl "fl"
27 .x \(ff "ff"
28 .x \(Fi "ffi"
29 .x \(Fl "ffl"
[all …]
/original-bsd/old/awk/
H A Dparse.c21 return(x); in ALLOC()
32 x=ALLOC(0); in node0()
34 x->nobj=a; in node0()
35 return(x); in node0()
40 x=ALLOC(1);
42 x->nobj=a;
44 return(x);
54 return(x);
65 return(x);
77 return(x);
[all …]
H A Drun.c54 obj x; local
85 obj x; local
103 if (isbreak(x) || isnext(x) || iscont(x))
112 obj x; in getline() local
158 if (isstr(x)) s = x.optr->sval;
705 if (!istrue(x)) return(x);
712 if (isnext(x) || isexit(x))
726 if (!istrue(x)) return(x);
734 if (isnext(x) || isexit(x))
760 if (isnext(x) || isexit(x))
[all …]
/original-bsd/sys/pmax/include/
H A Dendian.h48 #define ntohl(x) (x) argument
49 #define ntohs(x) (x) argument
50 #define htonl(x) (x) argument
51 #define htons(x) (x) argument
53 #define NTOHL(x) (x) argument
54 #define NTOHS(x) (x) argument
55 #define HTONL(x) (x) argument
60 #define NTOHL(x) (x) = ntohl((u_long)x)
61 #define NTOHS(x) (x) = ntohs((u_short)x)
62 #define HTONL(x) (x) = htonl((u_long)x)
[all …]
/original-bsd/sys/hp300/include/
H A Dendian.h43 #define ntohl(x) (x) argument
44 #define ntohs(x) (x) argument
45 #define htonl(x) (x) argument
46 #define htons(x) (x) argument
48 #define NTOHL(x) (x) argument
49 #define NTOHS(x) (x) argument
50 #define HTONL(x) (x) argument
55 #define NTOHL(x) (x) = ntohl((u_long)x)
56 #define NTOHS(x) (x) = ntohs((u_short)x)
57 #define HTONL(x) (x) = htonl((u_long)x)
[all …]
/original-bsd/games/hack/
H A Dhack.mkmaze.c20 for(x = 2; x < COLNO-1; x++) in makemaz()
22 levl[x][y].typ = (x%2 && y%2) ? 0 : HWALL; in makemaz()
28 for(x = zx-2; x < zx+4; x++) for(y = zy-2; y <= zy+2; y++) { in makemaz()
52 for(x = 2; x < COLNO-1; x++) in makemaz()
63 for(x = rn1(8,11); x; x--) { in makemaz()
67 for(x = rn1(10,2); x; x--) { in makemaz()
73 for(x = rn1(5,7); x; x--) { in makemaz()
77 for(x = rn1(6,7); x; x--) { in makemaz()
81 for(x = rn1(6,7); x; x--) in makemaz()
89 walkfrom(x,y) int x,y; { in walkfrom() argument
[all …]
/original-bsd/lib/libm/common_source/
H A Dfloor.c30 floor(x)
31 double x;
37 x != x || /* NaN */
40 return x;
51 ceil(x) in ceil() argument
52 double x; in ceil()
58 x != x || /* NaN */
61 return x;
94 rint(x) in rint() argument
95 double x; in rint()
[all …]
H A Dj0.c121 if (_IEEE) return one/(x*x);
123 x = fabs(x);
130 z = -cos(x+x);
141 u = pzero(x); v = qzero(x);
153 z = x*x;
185 return (one/(x+x*x));
215 z = -cos(x+x);
230 z = x*x;
233 return (u/v + tpi*(j0(x)*log(x)));
317 z = one/(x*x);
[all …]
H A Djn.c96 if (_IEEE && isnan(x)) return x+x;
99 x = -x;
104 x = fabs(x);
125 case 0: temp = cos(x)+sin(x); break;
126 case 1: temp = -cos(x)+sin(x); break;
127 case 2: temp = -cos(x)-sin(x); break;
128 case 3: temp = cos(x)-sin(x); break;
187 w = (n+n)/(double)x; h = 2.0/(double)x;
238 if (x <= 0 || (_IEEE && x != x))
266 case 0: temp = sin(x)-cos(x); break;
[all …]
H A Dj1.c120 double x; in j1()
125 if (_IEEE && x != x)
160 z = x*x;
163 r *= x;
183 double x; in y1()
209 z = cos(x+x);
227 u = pone(x); v = qone(x);
235 z = x*x;
238 return (x*(u/v) + tpi*(j1(x)*log(x)-one/x));
323 z = one/(x*x);
[all …]
/original-bsd/lib/libm/ieee/
H A Dsupport.c74 if( x == zero ) return(x);
143 else if(x != x)
210 p *= b; x = drem(x,p); x *= b; return(drem(x,p)/b);}
233 { x -= p ; if ( x >= hp ) x -= p ; }
259 if(x!=x||x==zero) return(x);
275 x=scalb(x,-n);
351 if(x!=x) return(x); if(y!=y) return(y); /* x or y is NaN */
384 n=x/t; x=(x-n*t1)-n*(t-t1);
393 if(x>hy||((x==hy)&&n%2==1)) x-=y;
453 if(x!=x||x==0.0) return(x); /* sqrt(NaN) is NaN, sqrt(+-0) = +-0 */
[all …]
H A Dcabs.c81 hypot(x,y)
82 double x, y;
93 x=copysign(x,one);
96 { t=x; x=y; y=t; }
105 r=x-y;
124 else if(x==x) /* x is +-INF */
177 x=copysign(x,one);
180 { temp=x; x=y; y=temp; }
184 x=scalb(x,-exp);
189 return(scalb(sqrt(x*x+y*y),exp));
[all …]
/original-bsd/old/dbx/tests/mod/
H A DMakefile20 arrayrec.x arrays.x assign.x bool.x bitfields.x \
21 call.x const.x dynarrays.x \
22 imports.x jsb.x multirefs.x nested.x opaque.x \
23 procvars.x proftrace.x ptrarray.x \
24 reals.x records.x recur.x \
25 sets.x stkcmds.x trace.x
42 .mod.x:
44 mv tmp $*.x
54 .x.t:
77 jsb.x: jsb.mod
[all …]
/original-bsd/old/libm/libm/IEEE/
H A Dsupport.c79 if( x == zero ) return(x);
144 else if(x != x)
193 return( (x != x)? x:zero/zero );
198 p *= b; x = drem(x,p); x *= b; return(drem(x,p)/b);}
221 { x -= p ; if ( x >= hp ) x -= p ; }
242 if(x!=x||x==zero) return(x);
252 x=scalb(x,-n);
361 n=x/t; x=(x-n*t1)-n*(t-t1);
370 if(x>hy||((x==hy)&&n%2==1)) x-=y;
427 if(x!=x||x==0.0) return(x); /* sqrt(NaN) is NaN, sqrt(+-0) = +-0 */
[all …]
H A Dcabs.c111 double x, y; in hypot()
122 x=copysign(x,one);
124 if(y > x)
125 { t=x; x=y; y=t; }
134 r=x-y;
153 else if(x==x) /* x is +-INF */
175 x=copysign(x,one);
178 { temp=x; x=y; y=temp; }
182 x=scalb(x,-exp);
187 return(scalb(sqrt(x*x+y*y),exp));
[all …]
/original-bsd/lib/libc/hp300/
H A DSYS.h19 #define ENTRY(x) .globl _ ## x; .even; _ ## x:; .data; PROF ## x:; \ argument
23 #define ENTRY(x) .globl _ ## x; .even; _ ## x:; .data; PROF ## x:; \ argument
28 #define ENTRY(x) .globl _ ## x; .even; _ ## x: argument
31 #define SYSTRAP(x) movl \#SYS_ ## x,d0; trap \#0 argument
33 #define SYSTRAP(x) movl #SYS_ ## x,d0; trap #0 argument
37 #define ENTRY(x) .globl _/**/x; .even; _/**/x:; .data; PROF/**/x:; \ argument
41 #define ENTRY(x) .globl _/**/x; .even; _/**/x: argument
43 #define SYSTRAP(x) movl #SYS_/**/x,d0; trap #0 argument
46 #define SYSCALL(x) .even; err: jmp cerror; ENTRY(x); SYSTRAP(x); jcs err argument
47 #define RSYSCALL(x) SYSCALL(x); rts argument
[all …]
/original-bsd/usr.bin/tn3270/ctlr/
H A Dscreen.h26 #define ScreenLineOffset(x) ((x)%NumberColumns) argument
27 #define ScreenLine(x) ((int)((x)/NumberColumns)) argument
28 #define ScreenInc(x) (((x)==HighestScreen())? LowestScreen():x+1) argument
29 #define ScreenDec(x) (((x)==LowestScreen())? HighestScreen():x-1) argument
32 #define IsOrder(x) (Orders[x]) argument
33 #define BAIC(x) ((x)&0x3f) argument
34 #define CIAB(x) (CIABuffer[(x)&0x3f]) argument
36 #define BufferTo3270_1(x) (CIABuffer[(x)&0x3f]) argument
37 #define Addr3270(x,y) (BAIC(x)*64+BAIC(y)) argument
45 #define FieldAttributes(x) (IsStartField(x)? GetHost(x) : \ argument
[all …]
/original-bsd/usr.bin/f77/tests/tests/
H A Dfm005.f141 80344 format (11x)
195 80380 format (11x,i3)
208 80390 format (11x,i4)
238 80412 format (10x,32h(10x,i1,3x,i2,3x,i3,3x,i4,3x,i5))
240 80410 format (10x,i1,3x,i2,3x,i3,3x,i4,3x,i5)
258 80420 format (6x,8hivon01 =,i5,3x,8hivon02 =,i5)
273 80430 format (11x,i2)
347 80482 format (11x,43hunder format 10x,i2,3x,i3,3x,i4,3x,i5,3x,i6)
349 80480 format (10x,i2,3x,i3,3x,i4,3x,i5,3x,i6)
370 80490 format (11x,i5,3x,i5,3x,i5,3x,i5,3x,i5)
[all …]
/original-bsd/old/sdb/
H A Dcdefs.h19 # define BTYPE(x) (x&BTMASK) /* basic type of x */ argument
20 # define ISUNSIGNED(x) ((x)<=ULONG&&(x)>=UCHAR) argument
21 # define UNSIGNABLE(x) ((x)<=LONG&&(x)>=CHAR) argument
22 # define ENUNSIGN(x) ((x)+(UNSIGNED-INT)) argument
23 # define DEUNSIGN(x) ((x)+(INT-UNSIGNED)) argument
24 # define ISPTR(x) ((x&TMASK)==PTR) argument
25 # define ISFTN(x) ((x&TMASK)==FTN) /* is x a function type */ argument
26 # define ISARY(x) ((x&TMASK)==ARY) /* is x an array type */ argument
27 # define INCREF(x) (((x&~BTMASK)<<TSHIFT)|PTR|(x&BTMASK)) argument
28 # define DECREF(x) (((x>>TSHIFT)&~BTMASK&0x3fff)|(x&BTMASK)) argument
/original-bsd/old/lisp/fp/fp.vax/
H A DprimFp.l21 (cond ((ok_pair x 'numberp) (plus (car x) (cadr x)))
33 (cond ((ok_pair x 'numberp) (diff (car x) (cadr x)))
61 (quotient (car x) (cadr x)))
122 ((boolp x) (cond ((eq x 'T) 'F) (t 'T)))
145 (cond ((equal (car x) (cadr x)) 'T)
152 (cond ((not (lessp (car x) (cadr x))) 'T)
159 (cond ((greaterp (car x) (cadr x)) 'T)
363 (cond ((undefp x) x)
468 (cond ((numberp x) (sin x))
478 (cond ((numberp x) (cos x))
[all …]
/original-bsd/old/libm/libm/
H A Dlog.c89 double log(x) in log() argument
90 double x; in log()
97 if(x!=x) return(x); /* x is NaN */
99 if(finite(x)) {
103 k=logb(x); x=scalb(x,-k);
105 {n=logb(x); x=scalb(x,-n); k+=n;}
106 if(x >= sqrt2 ) {k += 1; x *= half;}
110 s=x/(2+x); t=x*x*half;
121 if ( x == zero )
127 if ( x == zero )
[all …]
/original-bsd/old/pcc/mip/
H A Dmanifest.h40 #define MODTYPE(x,y) x = ((x)&(~BTMASK))|(y) /* set basic type of x to y */ argument
41 #define BTYPE(x) ((x)&BTMASK) /* basic type of x */ argument
42 #define ISUNSIGNED(x) ((x)<=ULONG&&(x)>=UCHAR) argument
43 #define UNSIGNABLE(x) ((x)<=LONG&&(x)>=CHAR) argument
44 #define ENUNSIGN(x) ((x)+(UNSIGNED-INT)) argument
45 #define DEUNSIGN(x) ((x)+(INT-UNSIGNED)) argument
46 #define ISPTR(x) (((x)&TMASK)==PTR) argument
49 #define INCREF(x) ((((x)&~BTMASK)<<TSHIFT)|PTR|((x)&BTMASK)) argument
50 #define DECREF(x) ((((x)>>TSHIFT)&~BTMASK)|( (x)&BTMASK)) argument
52 #define SETOFF(x,y) if ((x)%(y) != 0) (x) = (((x)/(y) + 1) * (y)) argument
[all …]
/original-bsd/usr.bin/bc/
H A Dbc.library19 x = -x
24 x = x/2
62 x = sqrt(x)
68 x = sqrt(x)
106 x = x - 4*n*p
110 y = -x*x
144 x= -(1-sqrt(1.+x*x))/x
149 x = -(1-sqrt(1.+x*x))/x
152 s = -x*x
178 s= -x*x/4
[all …]

12345678910>>...55