Home
last modified time | relevance | path

Searched defs:z (Results 1 – 23 of 23) sorted by relevance

/arch/mips/math-emu/
Dsp_maddf.c15 static union ieee754sp _sp_maddf(union ieee754sp z, union ieee754sp x, in _sp_maddf()
252 union ieee754sp ieee754sp_maddf(union ieee754sp z, union ieee754sp x, in ieee754sp_maddf()
258 union ieee754sp ieee754sp_msubf(union ieee754sp z, union ieee754sp x, in ieee754sp_msubf()
Ddp_maddf.c40 static union ieee754dp _dp_maddf(union ieee754dp z, union ieee754dp x, in _dp_maddf()
332 union ieee754dp ieee754dp_maddf(union ieee754dp z, union ieee754dp x, in ieee754dp_maddf()
338 union ieee754dp ieee754dp_msubf(union ieee754dp z, union ieee754dp x, in ieee754dp_msubf()
Ddp_sqrt.c23 union ieee754dp y, z, t; in ieee754dp_sqrt() local
/arch/alpha/lib/
Dcsum_partial_copy.c24 #define extql(x,y,z) \ argument
27 #define extqh(x,y,z) \ argument
30 #define mskql(x,y,z) \ argument
33 #define mskqh(x,y,z) \ argument
36 #define insql(x,y,z) \ argument
39 #define insqh(x,y,z) \ argument
/arch/x86/math-emu/
Dfpu_system.h107 #define FPU_access_ok(y,z) if ( !access_ok(y,z) ) \ argument
119 #define FPU_code_access_ok(z) argument
124 #define FPU_code_access_ok(z) FPU_access_ok((void __user *)FPU_EIP,z) argument
/arch/sparc/lib/
Dcopy_in_user.S13 #define EX(x,y,z) \ argument
/arch/arm/nwfpe/
Dsoftfloat.c75 int32 z; in roundAndPackInt32() local
530 floatx80 z; in packFloatx80() local
871 int32 z; in float32_to_int32_round_to_zero() local
974 float32 z; in float32_round_to_int() local
1685 int32 z; in float64_to_int32_round_to_zero() local
1758 int32 z; in float64_to_uint32_round_to_zero() local
1869 float64 z; in float64_round_to_int() local
2574 int32 z; in floatx80_to_int32_round_to_zero() local
2676 floatx80 z; in floatx80_round_to_int() local
2819 floatx80 z; in subFloatx80Sigs() local
[all …]
/arch/mips/include/asm/mach-lantiq/
Dlantiq.h24 #define ltq_ebu_w32_mask(x, y, z) \ argument
/arch/sh/kernel/cpu/sh4/
Dsoftfloat.c151 bits64 z; in shift64RightJamming() local
349 bits32 z; in shift32RightJamming() local
660 bits64 z, tmp; in estimateDiv128To64() local
/arch/mips/lantiq/xway/
Ddma.c49 #define ltq_dma_w32_mask(x, y, z) ltq_w32_mask(x, y, \ argument
/arch/xtensa/include/asm/
Dcoprocessor.h101 #define XCHAL_SA_REG(list,cc,abi,type,y,name,z,align,size,...) \ argument
/arch/parisc/include/asm/
Dpsw.h68 unsigned int z:1; member
/arch/sparc/crypto/
Dopcodes.h7 #define F3F(x,y,z) (((x)<<30)|((y)<<19)|((z)<<5)) argument
/arch/arm/vfp/
Dvfp.h112 u64 mh, ml, remh, reml, termh, terml, z; in vfp_estimate_div128to64() local
Dvfpsingle.c290 u32 z, a; in vfp_estimate_sqrt_significand() local
/arch/mips/include/asm/octeon/
Docteon-model.h316 #define __OCTEON_MATCH_MASK__(x, y, z) (((x) & (z)) == ((y) & (z))) argument
/arch/m68k/include/asm/
Ddvma.h26 #define dvma_map_align_vme(x, y, z) (dvma_map_align (x, y, z) & 0xfffff) argument
/arch/x86/mm/
Dinit_32.c749 char z = 0; in test_wp_bit() local
/arch/powerpc/kernel/
Dtime.c1155 unsigned long w, x, y, z; in div128_by_32() local
/arch/s390/include/asm/
Dcpu_mf.h105 unsigned int z:2; /* zeros */ member
/arch/m68k/kernel/
Dhead.S1622 #define putZc(z,n) jbne 1f; putc z; jbra 2f; 1: putc n; 2: argument
/arch/s390/kvm/
Dgaccess.c169 unsigned long z : 1; /* Zero Bit */ member
/arch/ia64/kernel/
Dperfmon.c2777 #define PFM_CHECK_PMC_PM(x, y, z) ((x)->ctx_fl_system ^ PMC_PM(y, z)) in pfm_write_pmcs() argument