Searched defs:u1 (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libast/features/
H A Dalign.c38 long u1; member in union:_u_
79 bit1 = u.u1 ^ v.u1;
81 bit2 = u.u1 ^ v.u1;
92 bits1 |= u.u1 ^ v.u1;
105 bits1 |= u.u1 ^ v.u1;
111 bits2 |= u.u1
[all...]
/ast/src/lib/libast/uwin/
H A Dlog.c383 volatile double u1; local
420 /* case 1: u1 = u rounded to 2^-43 absolute. Since u < 2^-8,
421 * u1 has at most 35 bits, and F*u1 is exact, as F has < 8 bits.
425 u1 = u + 513, u1 -= 513;
428 * u1 = u to 24 bits.
431 u1 = u, TRUNC(u1);
432 u2 = (2.0*(f - F*u1)
460 volatile double u1; local
[all...]
/ast/src/lib/libcmd/
H A Djoin.c451 static unsigned char* u1; variable
452 #define getrec(p,n,d) (u1 = getrec(p, n, d), sfprintf(sfstdout, "[G%d#%d@%I*d:%-.8s]", __LINE__, n, sizeof(Sfoff_t), sftell(p->file[n].iop), u1), u1)
/ast/src/cmd/nmake/
H A Dobject.c219 } u1; member in struct:OLD_rule_s
H A Dmake.h480 * statevar data, staterule sync time and unbound rule name -- shared in rule.u1
483 #define event u1.u_event
484 #define statedata u1.u_data
485 #define uname u1.u_uname
498 } u1; member in struct:Rule_s
/ast/src/cmd/dsslib/flat/
H A Dflat.c1413 uint8_t u1; member in union:__anon92
1425 num.u1 = flat->magic->number;

Completed in 62 milliseconds