Searched refs:zeros (Results 1 - 7 of 7) sorted by relevance

/arch/s390/include/asm/
H A Dcio.h131 * @zero0: reserved zeros
133 * @zero16: reserved zeros
135 * @zeros: three fullwords of zeros
142 __u32 zeros[3]; member in struct:esw1
147 * @zero0: reserved zeros
151 * @zeros: three fullwords of zeros
158 __u32 zeros[3]; member in struct:esw2
163 * @zero0: reserved zeros
174 __u32 zeros[3]; member in struct:esw3
[all...]
/arch/m68k/math-emu/
H A Dfp_util.S147 | zeros and denormalized
192 | zeros and denormalized
267 | zeros and subnormals:
/arch/m68k/fpsp040/
H A Ddecbin.S36 | A3. Count the number of leading/trailing zeros in the
37 | bcd string. If SE is positive, count the leading zeros;
38 | if negative, count the trailing zeros. Set the adjusted
232 beq ap_st_z |if clear, go to append/strip zeros
236 | Append/strip zeros:
261 | any adjustment due to append/strip zeros will drive the resultant
282 | and do append (+) or strip (-) zeros accordingly.
288 ble pwrten |if abs(expA) <28, skip ap/st zeros
322 | zeros from the mantissa.
370 | zeros t
[all...]
H A Dsrem_mod.S13 | of them can be denormalized. The special cases of zeros, NaNs,
H A Dround.S388 subw #32,%d0 |account for ms mant being all zeros
/arch/x86/kernel/apic/
H A Dapic.c2291 int i, clusters, zeros; local
2318 * Since clusters are allocated sequentially, count zeros only if
2322 zeros = 0;
2325 clusters += 1 + zeros;
2326 zeros = 0;
2328 ++zeros;
/arch/powerpc/kvm/
H A Dbook3s_emulate.c220 u32 zeros[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; local
232 r = kvmppc_st(vcpu, &addr, 32, zeros, true);

Completed in 110 milliseconds