Home
last modified time | relevance | path

Searched refs:guard (Results 1 – 20 of 20) sorted by relevance

/linux-2.4.37.9/arch/parisc/math-emu/
Dcnv_float.h101 #define Dbl_to_sgl_mantissa(srcA,srcB,dest,inexact,guard,sticky,odd) \ argument
103 guard = Dbit3p2(srcB); \
105 inexact = guard | sticky; \
108 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \ argument
114 guard = inexact >> 31; \
137 if (guard && (sticky || odd)) { \
147 guard = odd; \
149 inexact |= guard; \
157 guard = inexact >> 31; \
170 guard = inexact >> 31; \
[all …]
Dsgl_float.h302 #define Sgl_denormalize(opnd,exponent,guard,sticky,inexact) \ argument
305 guard = (Sall(opnd) >> -exponent) & 1; \
307 inexact = guard | sticky; \
311 guard = 0; \
Ddbl_float.h502 #define Dbl_denormalize(opndp1,opndp2,exponent,guard,sticky,inexact) \ argument
506 guard = (Dallp2(opndp2) >> -exponent) & 1; \
518 guard = (Dallp1(opndp1) >> -32-exponent) & 1; \
524 inexact = guard | sticky; \
527 guard = 0; \
/linux-2.4.37.9/include/net/
Dpkt_sched.h321 #define PSCHED_TDIFF_SAFE(tv1, tv2, bound, guard) \ argument
327 __delta = psched_tod_diff(__delta_sec, bound); guard; break; \
368 #define PSCHED_TDIFF_SAFE(tv1, tv2, bound, guard) \ argument
371 if ( __delta > (long long)(bound)) { __delta = (bound); guard; } \
/linux-2.4.37.9/arch/m68k/fpsp040/
Dround.S125 | ext_grs --- extract guard, round and sticky bits
128 | Output: d0{31:29}= guard, round, sticky
130 | The ext_grs extract the guard/round/sticky bits according to the
133 | updated guard,round,sticky in d0{31:29}
412 | d0 is guard,round,sticky
490 | d0{31:29} initial guard,round,sticky
494 | d0{31:29} final guard,round,sticky
507 bfextu WBTEMP_GRS(%a6){#6:#3},%d2 |extract guard,round, sticky bit
Dfpsp.h160 .set WBTEMP_GRS,LV-40 | alias wbtemp guard, round, sticky
161 .set guard_bit,1 | guard bit is bit number 1
Dx_unfl.S204 | d0{31:29} has guard, round, sticky
/linux-2.4.37.9/include/asm-ppc64/
Dpaca.h178 u8 guard[0x1000]; /* ... and then hang 'em */ member
/linux-2.4.37.9/include/linux/
Dnfs_xdr.h181 unsigned int guard; member
/linux-2.4.37.9/include/asm-ia64/sn/
Drouter.h598 vertex_hdl_t guard; member
/linux-2.4.37.9/arch/ppc64/kernel/
Dmk_defs.c113 DEFINE(PACAGUARD, offsetof(struct paca_struct, guard)); in main()
/linux-2.4.37.9/Documentation/sound/
Dmwave93 c:\toolkit\guard
/linux-2.4.37.9/fs/nfs/
Dnfs3xdr.c299 *p++ = htonl(args->guard); in nfs3_xdr_sattrargs()
300 if (args->guard) in nfs3_xdr_sattrargs()
/linux-2.4.37.9/Documentation/
Dmandatory.txt19 transfer agent must guard against updating the mailbox at the same time, and
/linux-2.4.37.9/Documentation/i386/
Dboot.txt387 interrupts should be disabled. Furthermore, to guard against bugs in
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx.seq1026 * guard against this condition by making
1619 * critical section here to guard against a timeout triggering
Daic79xx.seq996 * critical section here to guard against a timeout triggering
/linux-2.4.37.9/Documentation/filesystems/devfs/
DChangeLog1857 - Added magic number to guard against scribbling drivers
/linux-2.4.37.9/arch/m68k/ifpsp060/src/
Dfpsp.S21688 # d0 = guard,round,sticky #
21694 # mantissa bits right, maintain the value of the guard, round, and #
21992 # the guard and
22200 # ext_grs(): extract guard, round and sticky bits according to
22207 # d0{31:29} = guard, round, sticky
22209 # The ext_grs extract the guard/round/sticky bits according to the
22212 # updated guard,round,sticky in d0{31:29}
Dpfpsp.S5872 # %d0{31:29} : initial guard,round,sticky #
5876 # %d0{31:29} : final guard,round,sticky #