/arch/mips/math-emu/ |
D | sp_maddf.c | 15 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()
|
D | dp_maddf.c | 40 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()
|
D | dp_sqrt.c | 23 union ieee754dp y, z, t; in ieee754dp_sqrt() local
|
/arch/alpha/lib/ |
D | csum_partial_copy.c | 24 #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/ |
D | fpu_system.h | 107 #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/ |
D | copy_in_user.S | 13 #define EX(x,y,z) \ argument
|
/arch/arm/nwfpe/ |
D | softfloat.c | 75 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/ |
D | lantiq.h | 24 #define ltq_ebu_w32_mask(x, y, z) \ argument
|
/arch/sh/kernel/cpu/sh4/ |
D | softfloat.c | 151 bits64 z; in shift64RightJamming() local 349 bits32 z; in shift32RightJamming() local 660 bits64 z, tmp; in estimateDiv128To64() local
|
/arch/mips/lantiq/xway/ |
D | dma.c | 49 #define ltq_dma_w32_mask(x, y, z) ltq_w32_mask(x, y, \ argument
|
/arch/xtensa/include/asm/ |
D | coprocessor.h | 101 #define XCHAL_SA_REG(list,cc,abi,type,y,name,z,align,size,...) \ argument
|
/arch/parisc/include/asm/ |
D | psw.h | 68 unsigned int z:1; member
|
/arch/sparc/crypto/ |
D | opcodes.h | 7 #define F3F(x,y,z) (((x)<<30)|((y)<<19)|((z)<<5)) argument
|
/arch/arm/vfp/ |
D | vfp.h | 112 u64 mh, ml, remh, reml, termh, terml, z; in vfp_estimate_div128to64() local
|
D | vfpsingle.c | 290 u32 z, a; in vfp_estimate_sqrt_significand() local
|
/arch/mips/include/asm/octeon/ |
D | octeon-model.h | 316 #define __OCTEON_MATCH_MASK__(x, y, z) (((x) & (z)) == ((y) & (z))) argument
|
/arch/m68k/include/asm/ |
D | dvma.h | 26 #define dvma_map_align_vme(x, y, z) (dvma_map_align (x, y, z) & 0xfffff) argument
|
/arch/x86/mm/ |
D | init_32.c | 749 char z = 0; in test_wp_bit() local
|
/arch/powerpc/kernel/ |
D | time.c | 1155 unsigned long w, x, y, z; in div128_by_32() local
|
/arch/s390/include/asm/ |
D | cpu_mf.h | 105 unsigned int z:2; /* zeros */ member
|
/arch/m68k/kernel/ |
D | head.S | 1622 #define putZc(z,n) jbne 1f; putc z; jbra 2f; 1: putc n; 2: argument
|
/arch/s390/kvm/ |
D | gaccess.c | 169 unsigned long z : 1; /* Zero Bit */ member
|
/arch/ia64/kernel/ |
D | perfmon.c | 2777 #define PFM_CHECK_PMC_PM(x, y, z) ((x)->ctx_fl_system ^ PMC_PM(y, z)) in pfm_write_pmcs() argument
|