Home
last modified time | relevance | path

Searched refs:z (Results 1 – 25 of 102) sorted by relevance

12345

/arch/mips/math-emu/
A Dsp_maddf.c15 static union ieee754sp _sp_maddf(union ieee754sp z, union ieee754sp x, in _sp_maddf() argument
50 return ieee754sp_nanxcpt(z); in _sp_maddf()
56 return z; in _sp_maddf()
113 return z; in _sp_maddf()
118 return z; in _sp_maddf()
247 return _sp_maddf(z, x, y, 0); in ieee754sp_maddf()
253 return _sp_maddf(z, x, y, MADDF_NEGATE_PRODUCT); in ieee754sp_msubf()
256 union ieee754sp ieee754sp_madd(union ieee754sp z, union ieee754sp x, in ieee754sp_madd() argument
259 return _sp_maddf(z, x, y, 0); in ieee754sp_madd()
265 return _sp_maddf(z, x, y, MADDF_NEGATE_ADDITION); in ieee754sp_msub()
[all …]
A Ddp_maddf.c40 static union ieee754dp _dp_maddf(union ieee754dp z, union ieee754dp x, in _dp_maddf() argument
82 return ieee754dp_nanxcpt(z); in _dp_maddf()
88 return z; in _dp_maddf()
144 return z; in _dp_maddf()
149 return z; in _dp_maddf()
327 return _dp_maddf(z, x, y, 0); in ieee754dp_maddf()
333 return _dp_maddf(z, x, y, MADDF_NEGATE_PRODUCT); in ieee754dp_msubf()
336 union ieee754dp ieee754dp_madd(union ieee754dp z, union ieee754dp x, in ieee754dp_madd() argument
339 return _dp_maddf(z, x, y, 0); in ieee754dp_madd()
345 return _dp_maddf(z, x, y, MADDF_NEGATE_ADDITION); in ieee754dp_msub()
[all …]
A Ddp_sqrt.c23 union ieee754dp y, z, t; in ieee754dp_sqrt() local
100 z = t; in ieee754dp_sqrt()
102 t = ieee754dp_add(t, z); in ieee754dp_sqrt()
103 z = ieee754dp_mul(ieee754dp_sub(x, z), y); in ieee754dp_sqrt()
106 t = ieee754dp_div(z, ieee754dp_add(t, x)); in ieee754dp_sqrt()
A Dieee754.h67 union ieee754sp ieee754sp_maddf(union ieee754sp z, union ieee754sp x,
69 union ieee754sp ieee754sp_msubf(union ieee754sp z, union ieee754sp x,
71 union ieee754sp ieee754sp_madd(union ieee754sp z, union ieee754sp x,
73 union ieee754sp ieee754sp_msub(union ieee754sp z, union ieee754sp x,
75 union ieee754sp ieee754sp_nmadd(union ieee754sp z, union ieee754sp x,
77 union ieee754sp ieee754sp_nmsub(union ieee754sp z, union ieee754sp x,
110 union ieee754dp ieee754dp_maddf(union ieee754dp z, union ieee754dp x,
112 union ieee754dp ieee754dp_msubf(union ieee754dp z, union ieee754dp x,
114 union ieee754dp ieee754dp_madd(union ieee754dp z, union ieee754dp x,
116 union ieee754dp ieee754dp_msub(union ieee754dp z, union ieee754dp x,
[all …]
A Dieee754int.h80 #define EXPLODEZSP EXPLODESP(z, zc, zs, ze, zm)
118 #define EXPLODEZDP EXPLODEDP(z, zc, zs, ze, zm)
144 #define FLUSHZDP FLUSHDP(z, zc, zs, ze, zm)
147 #define FLUSHZSP FLUSHSP(z, zc, zs, ze, zm)
/arch/powerpc/include/asm/
A Dtime.h83 ({unsigned z; asm ("mulhwu %0,%1,%2" : "=r" (z) : "r" (x), "r" (y)); z;})
87 ({unsigned long z; asm ("mulhdu %0,%1,%2" : "=r" (z) : "r" (x), "r" (y)); z;})
/arch/arm/boot/dts/ti/omap/
A Domap3-gta04a3.dts25 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>;
A Domap3-overo-common-peripherals.dtsi62 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>;
A Domap3-n9.dts69 st,axis-z = <(-3)>; /* LIS3_INV_DEV_Z */
73 st,min-limit-z = <3>;
77 st,max-limit-z = <46>;
/arch/arm/nwfpe/
A Dsoftfloat.c75 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()
892 return aSign ? - z : z; in float32_to_int32_round_to_zero()
1004 z = a; in float32_round_to_int()
1703 if ( aSign ) z = - z; in float64_to_int32_round_to_zero()
1776 if ( aSign ) z = - z; in float64_to_uint32_round_to_zero()
1899 z = a; in float64_round_to_int()
[all …]
A Dsoftfloat-specialize111 commonNaNT z;
115 z.low = 0;
117 return z;
205 commonNaNT z;
209 z.low = 0;
211 return z;
313 commonNaNT z;
317 z.low = 0;
319 return z;
331 floatx80 z;
[all …]
A Dsoftfloat-macros44 bits32 z;
46 z = a;
54 *zPtr = z;
69 bits64 z;
73 z = a;
82 *zPtr = z;
564 bits64 z;
588 return z;
620 z = ( ( a / z )<<14 ) + ( z<<15 );
625 z = a / z + z;
[all …]
/arch/x86/include/asm/
A Dcmpxchg.h169 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/
A Dcsum_partial_copy.c25 #define extql(x,y,z) \ argument
26 __asm__ __volatile__("extql %1,%2,%0":"=r" (z):"r" (x),"r" (y))
28 #define extqh(x,y,z) \ argument
29 __asm__ __volatile__("extqh %1,%2,%0":"=r" (z):"r" (x),"r" (y))
31 #define mskql(x,y,z) \ argument
32 __asm__ __volatile__("mskql %1,%2,%0":"=r" (z):"r" (x),"r" (y))
34 #define mskqh(x,y,z) \ argument
35 __asm__ __volatile__("mskqh %1,%2,%0":"=r" (z):"r" (x),"r" (y))
37 #define insql(x,y,z) \ argument
38 __asm__ __volatile__("insql %1,%2,%0":"=r" (z):"r" (x),"r" (y))
[all …]
/arch/arm/vfp/
A Dvfp.h112 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()
A Dvfpsingle.c290 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/
A 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/sh/kernel/cpu/sh4/
A Dsoftfloat.c151 bits64 z; in shift64RightJamming() local
154 z = a; in shift64RightJamming()
158 z = (a != 0); in shift64RightJamming()
160 *zPtr = z; in shift64RightJamming()
349 bits32 z; in shift32RightJamming() local
351 z = a; in shift32RightJamming()
355 z = (a != 0); in shift32RightJamming()
357 *zPtr = z; in shift32RightJamming()
660 bits64 z, tmp; in estimateDiv128To64() local
671 z -= LIT64(0x100000000); in estimateDiv128To64()
[all …]
/arch/mips/include/asm/mach-lantiq/
A Dlantiq.h24 #define ltq_ebu_w32_mask(x, y, z) \ argument
25 ltq_w32_mask(x, y, ltq_ebu_membase + (z))
/arch/m68k/fpsp040/
A Dstanh.S26 | 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) ].
A Dssinh.S26 | y = |X|, sgn = sign(X), and z = expm1(Y),
27 | sinh(X) = sgn*(1/2)*( z + z/(1+z) ).
A Dsacos.S26 | z := (1-X) / (1+X)
27 | acos(X) = 2 * atan( sqrt(z) ).
/arch/mips/boot/compressed/
A DMakefile69 targets += vmlinux.bin.z
71 $(obj)/vmlinux.bin.z: $(obj)/vmlinux.bin FORCE
76 OBJCOPYFLAGS_piggy.o := --add-section=.image=$(obj)/vmlinux.bin.z \
79 $(obj)/piggy.o: $(obj)/dummy.o $(obj)/vmlinux.bin.z FORCE
/arch/arm64/crypto/
A Dsm3-neon-core.S96 #define GG1_1(x, y, z, o, t) \ argument
98 #define GG1_2(x, y, z, o, t) \ argument
99 eor o, o, z;
100 #define GG1_3(x, y, z, o, t) argument
102 #define FF1_1(x, y, z, o, t) GG1_1(x, y, z, o, t) argument
103 #define FF1_2(x, y, z, o, t) argument
104 #define FF1_3(x, y, z, o, t) GG1_2(x, y, z, o, t) argument
106 #define GG2_1(x, y, z, o, t) \ argument
107 bic o, z, x;
108 #define GG2_2(x, y, z, o, t) \ argument
[all …]
/arch/parisc/kernel/
A Dpacache.S750 depdi,z 1, 63-PAGE_SHIFT,1, %r25
970 depd,z %r23, 59, 60, %r21
972 depw,z %r23, 27, 28, %r21
1011 depd,z %r23, 59, 60, %r21
1013 depw,z %r23, 27, 28, %r21
1052 depd,z %r23, 59, 60, %r21
1054 depw,z %r23, 27, 28, %r21
1093 depd,z %r23, 59, 60, %r21
1095 depw,z %r23, 27, 28, %r21
1171 depd,z %r23, 59, 60, %r21
[all …]

Completed in 79 milliseconds

12345