/linux-2.4.37.9/arch/parisc/math-emu/ |
D | cnv_float.h | 101 #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 …]
|
D | sgl_float.h | 302 #define Sgl_denormalize(opnd,exponent,guard,sticky,inexact) \ argument 305 guard = (Sall(opnd) >> -exponent) & 1; \ 307 inexact = guard | sticky; \ 311 guard = 0; \
|
D | dbl_float.h | 502 #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/ |
D | pkt_sched.h | 321 #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/ |
D | round.S | 125 | 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
|
D | fpsp.h | 160 .set WBTEMP_GRS,LV-40 | alias wbtemp guard, round, sticky 161 .set guard_bit,1 | guard bit is bit number 1
|
D | x_unfl.S | 204 | d0{31:29} has guard, round, sticky
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | paca.h | 178 u8 guard[0x1000]; /* ... and then hang 'em */ member
|
/linux-2.4.37.9/include/linux/ |
D | nfs_xdr.h | 181 unsigned int guard; member
|
/linux-2.4.37.9/include/asm-ia64/sn/ |
D | router.h | 598 vertex_hdl_t guard; member
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | mk_defs.c | 113 DEFINE(PACAGUARD, offsetof(struct paca_struct, guard)); in main()
|
/linux-2.4.37.9/Documentation/sound/ |
D | mwave | 93 c:\toolkit\guard
|
/linux-2.4.37.9/fs/nfs/ |
D | nfs3xdr.c | 299 *p++ = htonl(args->guard); in nfs3_xdr_sattrargs() 300 if (args->guard) in nfs3_xdr_sattrargs()
|
/linux-2.4.37.9/Documentation/ |
D | mandatory.txt | 19 transfer agent must guard against updating the mailbox at the same time, and
|
/linux-2.4.37.9/Documentation/i386/ |
D | boot.txt | 387 interrupts should be disabled. Furthermore, to guard against bugs in
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 1026 * guard against this condition by making 1619 * critical section here to guard against a timeout triggering
|
D | aic79xx.seq | 996 * critical section here to guard against a timeout triggering
|
/linux-2.4.37.9/Documentation/filesystems/devfs/ |
D | ChangeLog | 1857 - Added magic number to guard against scribbling drivers
|
/linux-2.4.37.9/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 21688 # 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}
|
D | pfpsp.S | 5872 # %d0{31:29} : initial guard,round,sticky # 5876 # %d0{31:29} : final guard,round,sticky #
|