Searched refs:wk (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/
H A D980310-3.f24 subroutine scaleg (n,ma,a,mb,b,low,igh,cscale,cperm,wk)
28 double precision a(ma,n),b(mb,n),cperm(n),cscale(n),wk(n,6) local in subroutine:scaleg
85 c wk real(n,6)
100 c wk contains in its low through igh locations the integer
116 wk(i,1) = 0.0d0
117 wk(i,2) = 0.0d0
118 wk(i,3) = 0.0d0
119 wk(i,4) = 0.0d0
120 wk(i,5) = 0.0d0
121 wk(
[all...]
/openbsd-current/gnu/gcc/libdecnumber/
H A Ddecimal128.c199 decimal128 wk; /* working copy, if needed */ local
243 wk = *d128; /* take a copy */
244 wk.bytes[0] = 0; /* clear all but coecon */
245 wk.bytes[1] = 0; /* .. */
246 wk.bytes[2] &= 0x3f; /* .. */
247 wk.bytes[1] |= (msd >> 2); /* and prefix MSD */
248 wk.bytes[2] |= (msd << 6); /* .. */
250 d128 = &wk; /* use the work copy */
H A Ddecimal32.c196 decimal32 wk; /* working copy, if needed */ local
240 wk = *d32; /* take a copy */
241 wk.bytes[0] = 0; /* clear all but coecon */
242 wk.bytes[1] &= 0x0f; /* .. */
243 wk.bytes[1] |= (msd << 4); /* and prefix MSD */
245 d32 = &wk; /* use the work copy */
H A Ddecimal64.c195 decimal64 wk; /* working copy, if needed */ local
239 wk = *d64; /* take a copy */
240 wk.bytes[0] = 0; /* clear all but coecon */
241 wk.bytes[1] &= 0x03; /* .. */
242 wk.bytes[1] |= (msd << 2); /* and prefix MSD */
244 d64 = &wk; /* use the work copy */
/openbsd-current/sys/dev/ic/
H A Dif_wi.c1213 struct wi_ltv_keys *wk = (struct wi_ltv_keys *)ltv; local
1215 keylen = wk->wi_keys[sc->wi_tx_key].wi_keylen;
1222 bcopy(&wk->wi_keys[i].wi_keydat,
2849 struct wi_ltv_keys *wk = (struct wi_ltv_keys *)&wreq; local
2855 memcpy(wk, &sc->wi_keys, sizeof(*wk));
2860 if (len > sizeof(wk->wi_keys[i].wi_keydat))
2863 wk->wi_keys[i].wi_keydat, len);
2866 wk->wi_keys[i].wi_keylen = htole16(len);
2869 wk
[all...]
/openbsd-current/sys/dev/usb/
H A Dif_wi_usb.c823 struct wi_ltv_keys *wk; local
825 wk = (struct wi_ltv_keys *)ltv;
826 keylen = wk->wi_keys[wsc->wi_tx_key].wi_keylen;
833 bcopy(&wk->wi_keys[i].wi_keydat,

Completed in 129 milliseconds