Home
last modified time | relevance | path

Searched refs:Z (Results 1 – 25 of 1044) sorted by relevance

12345678910>>...42

/illumos-gate/usr/src/cmd/csh/
H A Dsh.char.h22 #define isauxspZ (!isascii(Z)&&!(Z&QUOTE)&&iswspace(Z))
23 #define isauxsp(c) (Z=((unsigned)(c)), isauxspZ)
36 extern unsigned int Z; /* A place to save macro arg to avoid side-effect!*/
52 #define cmapZ(bits) (isascii(Z)?(_cmap[Z] & (bits)):0)
53 #define cmap(c, bits) (Z=((unsigned)(c)), cmapZ(bits))
58 #define issp(c) (Z=((unsigned)(c)), cmapZ( _SP)||isauxspZ)
60 #define isspnl(c) (Z=((unsigned)(c)), cmapZ( _SP|_NL)||isauxspZ)
62 (Z=((unsigned)(c)), !quoted(Z)&&(iswalpha(Z)||((Z)=='_')\
63 ||isphonogram(Z)||isideogram(Z)))
65 (Z=((unsigned)(c)), !quoted(Z)&&(iswalpha(Z)||((Z)=='_')\
[all …]
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_Q_lltoq.c43 Z.l.msw = 0xc03e0000; in _Q_lltoq()
44 Z.l.frac2 = Z.l.frac3 = Z.l.frac4 = 0; in _Q_lltoq()
45 QUAD_RETURN(Z); in _Q_lltoq()
50 Z.l.msw = Z.l.frac2 = Z.l.frac3 = Z.l.frac4 = 0; in _Q_lltoq()
51 QUAD_RETURN(Z); in _Q_lltoq()
59 Z.l.msw = ((unsigned long long) x >> (e - 16)) & 0xffff; in _Q_lltoq()
60 Z.l.frac2 = (unsigned long long) x >> (e - 48); in _Q_lltoq()
61 Z.l.frac3 = (unsigned long long) x << (80 - e); in _Q_lltoq()
63 Z.l.msw = ((unsigned long long) x >> (e - 16)) & 0xffff; in _Q_lltoq()
64 Z.l.frac2 = (unsigned long long) x << (48 - e); in _Q_lltoq()
[all …]
H A D_Q_sub.c87 __quad_fsubq(ox, oy, &Z); in _Qp_sub()
89 Z = (xm & 0x8000)? *y : *oy; in _Qp_sub()
90 Z.l.msw |= 0x8000; in _Qp_sub()
95 QUAD_RETURN(Z); in _Qp_sub()
98 Z = *oy; in _Qp_sub()
99 QUAD_RETURN(Z); in _Qp_sub()
107 __quad_fsubq(ox, oy, &Z); in _Qp_sub()
109 Z.l.msw = 0x7fffffff; in _Qp_sub()
110 Z.l.frac2 = Z.l.frac3 = in _Qp_sub()
111 Z.l.frac4 = 0xffffffff; in _Qp_sub()
[all …]
H A D_Q_itoq.c58 Z.l.msw = 0xc01e0000; in _Qp_itoq()
59 Z.l.frac2 = Z.l.frac3 = Z.l.frac4 = 0; in _Qp_itoq()
60 QUAD_RETURN(Z); in _Qp_itoq()
65 Z.l.msw = Z.l.frac2 = Z.l.frac3 = Z.l.frac4 = 0; in _Qp_itoq()
66 QUAD_RETURN(Z); in _Qp_itoq()
74 Z.l.msw = ((unsigned) x >> (e - 16)) & 0xffff; in _Qp_itoq()
75 Z.l.frac2 = (unsigned) x << (48 - e); in _Qp_itoq()
77 Z.l.msw = ((unsigned) x << (16 - e)) & 0xffff; in _Qp_itoq()
78 Z.l.frac2 = 0; in _Qp_itoq()
80 Z.l.frac3 = Z.l.frac4 = 0; in _Qp_itoq()
[all …]
H A D_Q_ulltoq.c40 Z.l.msw = Z.l.frac2 = Z.l.frac3 = Z.l.frac4 = 0; in _Q_ulltoq()
41 QUAD_RETURN(Z); in _Q_ulltoq()
49 Z.l.msw = (x >> (e - 16)) & 0xffff; in _Q_ulltoq()
50 Z.l.frac2 = x >> (e - 48); in _Q_ulltoq()
51 Z.l.frac3 = x << (80 - e); in _Q_ulltoq()
53 Z.l.msw = (x >> (e - 16)) & 0xffff; in _Q_ulltoq()
54 Z.l.frac2 = x << (48 - e); in _Q_ulltoq()
55 Z.l.frac3 = 0; in _Q_ulltoq()
57 Z.l.msw = (x << (16 - e)) & 0xffff; in _Q_ulltoq()
58 Z.l.frac2 = Z.l.frac3 = 0; in _Q_ulltoq()
[all …]
H A D_Q_add.c84 __quad_faddq(ox, oy, &Z); in _Qp_add()
86 Z = (xm & 0x8000)? *y : *oy; in _Qp_add()
87 Z.l.msw |= 0x8000; in _Qp_add()
92 QUAD_RETURN(Z); in _Qp_add()
95 Z = *oy; in _Qp_add()
96 QUAD_RETURN(Z); in _Qp_add()
104 __quad_faddq(ox, oy, &Z); in _Qp_add()
106 Z.l.msw = 0x7fffffff; in _Qp_add()
107 Z.l.frac2 = Z.l.frac3 = in _Qp_add()
108 Z.l.frac4 = 0xffffffff; in _Qp_add()
[all …]
H A D_Q_mul.c105 __quad_fmulq(x, y, &Z); in _Qp_mul()
107 Z = *y; in _Qp_mul()
108 Z.l.msw |= 0x8000; in _Qp_mul()
113 QUAD_RETURN(Z); in _Qp_mul()
117 __quad_fmulq(x, y, &Z); in _Qp_mul()
119 Z = *x; in _Qp_mul()
120 Z.l.msw |= 0x8000; in _Qp_mul()
125 QUAD_RETURN(Z); in _Qp_mul()
127 Z = *y; in _Qp_mul()
128 QUAD_RETURN(Z); in _Qp_mul()
[all …]
H A D_Q_div.c123 __quad_fdivq(x, y, &Z); in _Qp_div()
125 Z = *y; in _Qp_div()
126 Z.l.msw |= 0x8000; in _Qp_div()
131 QUAD_RETURN(Z); in _Qp_div()
135 __quad_fdivq(x, y, &Z); in _Qp_div()
137 Z = *x; in _Qp_div()
138 Z.l.msw |= 0x8000; in _Qp_div()
143 QUAD_RETURN(Z); in _Qp_div()
145 Z = *y; in _Qp_div()
146 QUAD_RETURN(Z); in _Qp_div()
[all …]
H A D_Q_utoq.c55 Z.l.msw = Z.l.frac2 = Z.l.frac3 = Z.l.frac4 = 0; in _Qp_uitoq()
56 QUAD_RETURN(Z); in _Qp_uitoq()
64 Z.l.msw = ((unsigned) x >> (e - 16)) & 0xffff; in _Qp_uitoq()
65 Z.l.frac2 = (unsigned) x << (48 - e); in _Qp_uitoq()
67 Z.l.msw = ((unsigned) x << (16 - e)) & 0xffff; in _Qp_uitoq()
68 Z.l.frac2 = 0; in _Qp_uitoq()
70 Z.l.frac3 = Z.l.frac4 = 0; in _Qp_uitoq()
71 Z.l.msw |= ((e + 0x3fff) << 16); in _Qp_uitoq()
72 QUAD_RETURN(Z); in _Qp_uitoq()
H A D_Q_sqrt.c102 Z = *x; in _Qp_sqrt()
103 QUAD_RETURN(Z); in _Qp_sqrt()
117 __quad_fsqrtq(x, &Z); in _Qp_sqrt()
119 Z = *x; in _Qp_sqrt()
120 Z.l.msw |= 0x8000; in _Qp_sqrt()
125 QUAD_RETURN(Z); in _Qp_sqrt()
127 Z = *x; in _Qp_sqrt()
128 QUAD_RETURN(Z); in _Qp_sqrt()
133 __quad_fsqrtq(x, &Z); in _Qp_sqrt()
135 Z.l.msw = 0x7fffffff; in _Qp_sqrt()
[all …]
H A D_Q_stoq.c81 __quad_fstoq(&x, &Z); in _Qp_stoq()
82 QUAD_RETURN(Z); in _Qp_stoq()
90 Z.l.msw = m | (u.l & 0x80000000) | ((u.l & 0x7fff80) >> 7); in _Qp_stoq()
91 Z.l.frac2 = u.l << 25; in _Qp_stoq()
92 Z.l.frac3 = Z.l.frac4 = 0; in _Qp_stoq()
93 QUAD_RETURN(Z); in _Qp_stoq()
H A D_Q_dtoq.c81 __quad_fdtoq(&x, &Z); in _Qp_dtoq()
82 QUAD_RETURN(Z); in _Qp_dtoq()
90 Z.l.msw = m | (u.l.hi & 0x80000000) | ((u.l.hi & 0xffff0) >> 4); in _Qp_dtoq()
91 Z.l.frac2 = (u.l.hi << 28) | (u.l.lo >> 4); in _Qp_dtoq()
92 Z.l.frac3 = u.l.lo << 28; in _Qp_dtoq()
93 Z.l.frac4 = 0; in _Qp_dtoq()
94 QUAD_RETURN(Z); in _Qp_dtoq()
H A D_Q_neg.c52 Z.l.msw = x->l.msw ^ 0x80000000; in _Qp_neg()
53 Z.l.frac2 = x->l.frac2; in _Qp_neg()
54 Z.l.frac3 = x->l.frac3; in _Qp_neg()
55 Z.l.frac4 = x->l.frac4; in _Qp_neg()
56 QUAD_RETURN(Z); in _Qp_neg()
/illumos-gate/usr/src/lib/libc/sparcv9/fp/
H A D_Qp_xtoq.c42 Z.l.msw = 0xc03e0000; in _Qp_xtoq()
43 Z.l.frac2 = Z.l.frac3 = Z.l.frac4 = 0; in _Qp_xtoq()
44 QUAD_RETURN(Z); in _Qp_xtoq()
49 Z.l.msw = Z.l.frac2 = Z.l.frac3 = Z.l.frac4 = 0; in _Qp_xtoq()
50 QUAD_RETURN(Z); in _Qp_xtoq()
58 Z.l.msw = ((unsigned long) x >> (e - 16)) & 0xffff; in _Qp_xtoq()
59 Z.l.frac2 = (unsigned long) x >> (e - 48); in _Qp_xtoq()
60 Z.l.frac3 = (unsigned long) x << (80 - e); in _Qp_xtoq()
62 Z.l.msw = ((unsigned long) x >> (e - 16)) & 0xffff; in _Qp_xtoq()
63 Z.l.frac2 = (unsigned long) x << (48 - e); in _Qp_xtoq()
[all …]
H A D_Qp_uxtoq.c39 Z.l.msw = Z.l.frac2 = Z.l.frac3 = Z.l.frac4 = 0; in _Qp_uxtoq()
40 QUAD_RETURN(Z); in _Qp_uxtoq()
48 Z.l.msw = (x >> (e - 16)) & 0xffff; in _Qp_uxtoq()
49 Z.l.frac2 = x >> (e - 48); in _Qp_uxtoq()
50 Z.l.frac3 = x << (80 - e); in _Qp_uxtoq()
52 Z.l.msw = (x >> (e - 16)) & 0xffff; in _Qp_uxtoq()
53 Z.l.frac2 = x << (48 - e); in _Qp_uxtoq()
54 Z.l.frac3 = 0; in _Qp_uxtoq()
56 Z.l.msw = (x << (16 - e)) & 0xffff; in _Qp_uxtoq()
57 Z.l.frac2 = Z.l.frac3 = 0; in _Qp_uxtoq()
[all …]
/illumos-gate/usr/src/data/locale/data/
H A Dhu_HU.ISO8859-2.src63 <Z>;/
307 <Z>;/
497 <Z>;/
718 (<z>,<Z>);/
785 (<Z>,<z>);/
860 collating-element <D-Z> from "<D><Z>"
872 collating-element <D-D-Z> from "<D><D><Z>"
884 collating-element <D-Z-S> from "<D><Z><S>"
887 collating-element <D-Z-LATIN_CAPITAL_LETTER_S_WITH_ACUTE> from "<D><Z><LATIN_CAPITAL_LETTER_S_WITH_…
890 collating-element <D-Z-LATIN_CAPITAL_LETTER_S_WITH_CARON> from "<D><Z><LATIN_CAPITAL_LETTER_S_WITH_…
[all …]
H A Dhu_HU.UTF-8.src63 <Z>;/
1489 <Z>;/
2883 <Z>;/
4305 (<z>,<Z>);/
4783 (<Z>,<z>);/
5312 collating-element <D-Z> from "<D><Z>"
5333 collating-element <D-D-Z> from "<D><D><Z>"
5354 collating-element <D-Z-S> from "<D><Z><S>"
5357 collating-element <D-Z-LATIN_CAPITAL_LETTER_S_WITH_ACUTE> from "<D><Z><LATIN_CAPITAL_LETTER_S_WITH_…
5360 collating-element <D-Z-LATIN_CAPITAL_LETTER_S_WITH_ACUTE_AND_DOT_ABOVE> from "<D><Z><LATIN_CAPITAL_…
[all …]
/illumos-gate/usr/src/cmd/vi/port/
H A Dmakeoptions1 #ident "%Z%%M% %I% %E% SMI"
78 %s/\([A-Z][A-Z][A-Z][A-Z][A-Z][A-Z]*\)\( \)/\1/
86 #ident "%Z%%M% %I% %E% SMI"
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y292 select(A) ::= select(X) multiselect_op(Y) oneselect(Z). {
293 if( Z ){
294 Z->op = Y;
295 Z->pPrior = X;
297 A = Z;
305 groupby_opt(P) having_opt(Q) orderby_opt(Z) limit_opt(L). {
306 A = sqliteSelectNew(W,X,Y,P,Q,Z,D,L.limit,L.offset);
369 seltablist(A) ::= stl_prefix(X) nm(Y) dbnm(D) as(Z) on_opt(N) using_opt(U). {
371 if( Z.n ) sqliteSrcListAddAlias(A,&Z);
382 as(Z) on_opt(N) using_opt(U). {
[all …]
H A Ddate.c336 int Z, A, B, C, D, E, X1; in computeYMD() local
343 Z = p->rJD + 0.5; in computeYMD()
344 A = (Z - 1867216.25)/36524.25; in computeYMD()
345 A = Z + 1 + A - (A/4); in computeYMD()
362 int Z, s; in computeHMS() local
364 Z = p->rJD + 0.5; in computeHMS()
365 s = (p->rJD + 0.5 - Z)*86400000.0 + 0.5; in computeHMS()
513 int Z; in parseModifier() local
518 Z = p->rJD + 1.5; in parseModifier()
519 Z %= 7; in parseModifier()
[all …]
/illumos-gate/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_ord.c150 int A,Z,a,z; in main() local
153 Z = m_ord('Z'); in main()
157 A, Z, m_chr(A), m_chr(Z)); in main()
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.h39 #define EQ(X,Y,Z) !strncmp(X,Y,Z) argument
40 #define NOT_EQ(X,Y,Z) strncmp(X,Y,Z) argument
/illumos-gate/usr/src/cmd/svr4pkg/pkgscripts/
H A Di.CompCpio.sh299 if [ -r $PKGSRC/reloc.cpio.Z ]; then
301 Reloc_Arch=$PKGSRC/reloc.cpio.Z
305 if [ -r $PKGSRC/root.cpio.Z ]; then
307 Root_Arch=$PKGSRC/root.cpio.Z
323 if [ -r $PKGSRC/reloc.Z ]; then
325 Reloc_Arch=$PKGSRC/reloc.Z
329 if [ -r $PKGSRC/root.Z ]; then
331 Root_Arch=$PKGSRC/root.Z
/illumos-gate/usr/src/cmd/loadkeys/type_4/
H A Ddenmark26 #ident "%Z%%M% %I% %E% SMI"
58 key 100 base z shift Z caps Z ctrl ^Z altg nop
59 key 100 base z shift Z caps Z ctrl ^Z altg nop
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.expr202 Z \x5a 1
203 Z \x5A 1
214 Z \x5a 1
215 Z \x5A 1

12345678910>>...42