/arch/arm/boot/dts/ |
D | omap3-gta04a3.dts | 25 st,click-single-z; 28 st,click-thresh-z = <10>; 36 st,wakeup-z-lo; 37 st,wakeup-z-hi; 40 st,min-limit-z = <3>; 43 st,max-limit-z = <32>;
|
D | omap3-overo-common-peripherals.dtsi | 62 st,click-single-z; 65 st,click-thresh-z = <10>; 72 st,wakeup-z-lo; 73 st,wakeup-z-hi; 76 st,min-limit-z = <140>; 79 st,max-limit-z = <750>;
|
D | omap3-n9.dts | 70 st,axis-z = <(-3)>; /* LIS3_INV_DEV_Z */ 74 st,min-limit-z = <3>; 78 st,max-limit-z = <46>;
|
/arch/mips/math-emu/ |
D | sp_maddf.c | 15 static union ieee754sp _sp_maddf(union ieee754sp z, union ieee754sp x, in _sp_maddf() argument 44 return ieee754sp_nanxcpt(z); in _sp_maddf() 50 return z; in _sp_maddf() 117 return z; in _sp_maddf() 122 return z; in _sp_maddf() 252 union ieee754sp ieee754sp_maddf(union ieee754sp z, union ieee754sp x, in ieee754sp_maddf() argument 255 return _sp_maddf(z, x, y, 0); in ieee754sp_maddf() 258 union ieee754sp ieee754sp_msubf(union ieee754sp z, union ieee754sp x, in ieee754sp_msubf() argument 261 return _sp_maddf(z, x, y, MADDF_NEGATE_PRODUCT); in ieee754sp_msubf()
|
D | dp_sqrt.c | 23 union ieee754dp y, z, t; in ieee754dp_sqrt() local 101 z = t; in ieee754dp_sqrt() 103 t = ieee754dp_add(t, z); in ieee754dp_sqrt() 104 z = ieee754dp_mul(ieee754dp_sub(x, z), y); in ieee754dp_sqrt() 107 t = ieee754dp_div(z, ieee754dp_add(t, x)); in ieee754dp_sqrt()
|
D | dp_maddf.c | 40 static union ieee754dp _dp_maddf(union ieee754dp z, union ieee754dp x, in _dp_maddf() argument 76 return ieee754dp_nanxcpt(z); in _dp_maddf() 82 return z; in _dp_maddf() 148 return z; in _dp_maddf() 153 return z; in _dp_maddf() 332 union ieee754dp ieee754dp_maddf(union ieee754dp z, union ieee754dp x, in ieee754dp_maddf() argument 335 return _dp_maddf(z, x, y, 0); in ieee754dp_maddf() 338 union ieee754dp ieee754dp_msubf(union ieee754dp z, union ieee754dp x, in ieee754dp_msubf() argument 341 return _dp_maddf(z, x, y, MADDF_NEGATE_PRODUCT); in ieee754dp_msubf()
|
D | ieee754int.h | 79 #define EXPLODEZSP EXPLODESP(z, zc, zs, ze, zm) 117 #define EXPLODEZDP EXPLODEDP(z, zc, zs, ze, zm) 143 #define FLUSHZDP FLUSHDP(z, zc, zs, ze, zm) 146 #define FLUSHZSP FLUSHSP(z, zc, zs, ze, zm)
|
D | ieee754.h | 67 union ieee754sp ieee754sp_maddf(union ieee754sp z, union ieee754sp x, 69 union ieee754sp ieee754sp_msubf(union ieee754sp z, union ieee754sp x, 102 union ieee754dp ieee754dp_maddf(union ieee754dp z, union ieee754dp x, 104 union ieee754dp ieee754dp_msubf(union ieee754dp z, union ieee754dp x,
|
/arch/powerpc/include/asm/ |
D | time.h | 178 ({unsigned z; asm ("mulhwu %0,%1,%2" : "=r" (z) : "r" (x), "r" (y)); z;}) 182 ({unsigned long z; asm ("mulhdu %0,%1,%2" : "=r" (z) : "r" (x), "r" (y)); z;})
|
/arch/arm/nwfpe/ |
D | softfloat.c | 75 int32 z; in roundAndPackInt32() local 97 z = absZ; in roundAndPackInt32() 98 if ( zSign ) z = - z; in roundAndPackInt32() 99 if ( ( absZ>>32 ) || ( z && ( ( z < 0 ) ^ zSign ) ) ) { in roundAndPackInt32() 104 return z; in roundAndPackInt32() 530 floatx80 z; in packFloatx80() local 532 z.low = zSig; in packFloatx80() 533 z.high = ( ( (bits16) zSign )<<15 ) + zExp; in packFloatx80() 534 z.__padding = 0; in packFloatx80() 535 return z; in packFloatx80() [all …]
|
D | softfloat-specialize | 111 commonNaNT z; 114 z.sign = a>>31; 115 z.low = 0; 116 z.high = ( (bits64) a )<<41; 117 return z; 205 commonNaNT z; 208 z.sign = a>>63; 209 z.low = 0; 210 z.high = a<<12; 211 return z; [all …]
|
D | softfloat-macros | 44 bits32 z; 46 z = a; 49 z = ( a>>count ) | ( ( a<<( ( - count ) & 31 ) ) != 0 ); 52 z = ( a != 0 ); 54 *zPtr = z; 69 bits64 z; 73 z = a; 76 z = ( a>>count ) | ( ( a<<( ( - count ) & 63 ) ) != 0 ); 79 z = ( a != 0 ); 82 *zPtr = z; [all …]
|
/arch/x86/include/asm/ |
D | cmpxchg.h | 169 CC_SET(z) \ 170 : CC_OUT(z) (success), \ 181 CC_SET(z) \ 182 : CC_OUT(z) (success), \ 193 CC_SET(z) \ 194 : CC_OUT(z) (success), \ 205 CC_SET(z) \ 206 : CC_OUT(z) (success), \
|
/arch/alpha/lib/ |
D | csum_partial_copy.c | 24 #define extql(x,y,z) \ argument 25 __asm__ __volatile__("extql %1,%2,%0":"=r" (z):"r" (x),"r" (y)) 27 #define extqh(x,y,z) \ argument 28 __asm__ __volatile__("extqh %1,%2,%0":"=r" (z):"r" (x),"r" (y)) 30 #define mskql(x,y,z) \ argument 31 __asm__ __volatile__("mskql %1,%2,%0":"=r" (z):"r" (x),"r" (y)) 33 #define mskqh(x,y,z) \ argument 34 __asm__ __volatile__("mskqh %1,%2,%0":"=r" (z):"r" (x),"r" (y)) 36 #define insql(x,y,z) \ argument 37 __asm__ __volatile__("insql %1,%2,%0":"=r" (z):"r" (x),"r" (y)) [all …]
|
/arch/arm/vfp/ |
D | vfp.h | 112 u64 mh, ml, remh, reml, termh, terml, z; in vfp_estimate_div128to64() local 118 z = 0xffffffff00000000ULL; in vfp_estimate_div128to64() 120 z = nh; in vfp_estimate_div128to64() 121 do_div(z, mh); in vfp_estimate_div128to64() 122 z <<= 32; in vfp_estimate_div128to64() 124 mul64to128(&termh, &terml, m, z); in vfp_estimate_div128to64() 128 z -= 0x100000000ULL; in vfp_estimate_div128to64() 133 z |= 0xffffffff; in vfp_estimate_div128to64() 136 z |= remh; in vfp_estimate_div128to64() 138 return z; in vfp_estimate_div128to64()
|
D | vfpsingle.c | 290 u32 z, a; in vfp_estimate_sqrt_significand() local 299 z = 0x4000 + (a >> 17) - sqrt_oddadjust[index]; in vfp_estimate_sqrt_significand() 300 z = ((a / z) << 14) + (z << 15); in vfp_estimate_sqrt_significand() 303 z = 0x8000 + (a >> 17) - sqrt_evenadjust[index]; in vfp_estimate_sqrt_significand() 304 z = a / z + z; in vfp_estimate_sqrt_significand() 305 z = (z >= 0x20000) ? 0xffff8000 : (z << 15); in vfp_estimate_sqrt_significand() 306 if (z <= a) in vfp_estimate_sqrt_significand() 311 do_div(v, z); in vfp_estimate_sqrt_significand() 312 return v + (z >> 1); in vfp_estimate_sqrt_significand()
|
/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/mips/include/asm/mach-lantiq/ |
D | lantiq.h | 24 #define ltq_ebu_w32_mask(x, y, z) \ argument 25 ltq_w32_mask(x, y, ltq_ebu_membase + (z))
|
/arch/sh/kernel/cpu/sh4/ |
D | softfloat.c | 151 bits64 z; in shift64RightJamming() local 154 z = a; in shift64RightJamming() 156 z = (a >> count) | ((a << ((-count) & 63)) != 0); in shift64RightJamming() 158 z = (a != 0); in shift64RightJamming() 160 *zPtr = z; in shift64RightJamming() 349 bits32 z; in shift32RightJamming() local 351 z = a; in shift32RightJamming() 353 z = (a >> count) | ((a << ((-count) & 31)) != 0); in shift32RightJamming() 355 z = (a != 0); in shift32RightJamming() 357 *zPtr = z; in shift32RightJamming() [all …]
|
/arch/mips/boot/compressed/ |
D | Makefile | 74 targets += vmlinux.bin.z 75 $(obj)/vmlinux.bin.z: $(obj)/vmlinux.bin FORCE 79 OBJCOPYFLAGS_piggy.o := --add-section=.image=$(obj)/vmlinux.bin.z \ 81 $(obj)/piggy.o: $(obj)/dummy.o $(obj)/vmlinux.bin.z FORCE
|
/arch/m68k/fpsp040/ |
D | stanh.S | 26 | sgn := sign(X), y := 2|X|, z := expm1(Y), and 27 | tanh(X) = sgn*( z/(2+z) ). 36 | sgn := sign(X), y := 2|X|, z := exp(Y), 37 | tanh(X) = sgn - [ sgn*2/(1+z) ].
|
D | ssinh.S | 26 | y = |X|, sgn = sign(X), and z = expm1(Y), 27 | sinh(X) = sgn*(1/2)*( z + z/(1+z) ).
|
D | sacos.S | 26 | z := (1-X) / (1+X) 27 | acos(X) = 2 * atan( sqrt(z) ).
|
D | scosh.S | 26 | y = |X|, z = exp(Y), and 27 | cosh(X) = (1/2)*( z + 1/z ).
|
/arch/parisc/kernel/ |
D | pacache.S | 792 depdi,z 1, 63-PAGE_SHIFT,1, %r25 794 depwi,z 1, 31-PAGE_SHIFT,1, %r25 851 depdi,z 1, 63-PAGE_SHIFT,1, %r25 853 depwi,z 1, 31-PAGE_SHIFT,1, %r25 918 depdi,z 1, 63-PAGE_SHIFT,1, %r25 920 depwi,z 1, 31-PAGE_SHIFT,1, %r25 956 depdi,z 1, 63-PAGE_SHIFT,1, %r25 958 depwi,z 1, 31-PAGE_SHIFT,1, %r25 992 depdi,z 1, 63-PAGE_SHIFT,1, %r25 994 depwi,z 1, 31-PAGE_SHIFT,1, %r25 [all …]
|