Displaying 5 results from an estimated 5 matches for "_abs".
Did you mean:
n_abs
2003 Mar 21
2
x>>32 warning in io.c
...don't do much C programming so I am fumbling in the dark
here. Maybe my hack would make things worse. I have not seen any
problems yet (rsync can copy test files that cmp verifies later). make
only shows one other warning or error:
"popt/popt.c", line 910: warning: macro redefined: _ABS
Any advice would be much appreciated.
=== from Steve "Mor" Moritsugu (mori@dtrbus.com)
=== DTR Business Systems Inc (www.dtrbus.com)
2009 Dec 31
1
[PATCH] Autogenerate uureg opcode macros
...)
#define _LOOP(v) struct ureg_src v = ureg_DECL_loop(ureg)
@@ -88,6 +88,41 @@ static inline struct ureg_src _src(const struct ureg_src& src) {return src;}
#define _zy(v) _swz(v, Z, Y, Z, Y)
#define _zw(v) _swz(v, Z, W, Z, W)
+#define _ind(r, a) ureg_src_indirect(_src(r), _src(a))
+#define _abs(x) ureg_abs(_src(x))
+#define _neg(x) ureg_negate(_src(x))
+#define _undef ureg_src_undef()
+#define _is_undef(v) ureg_src_is_undef(_src(v))
+
+#define _X(v) ureg_writemask((v), TGSI_WRITEMASK_X)
+#define _Y(v) ureg_writemask((v), TGSI_WRITEMASK_Y)
+#define _Z(v) ureg_writemask((v), TGSI_WRITEMASK_...
2019 Jan 02
2
JIT compiler, Windows, external functions like cos
Hello LLVM team,
our software FluidSIM (www.fluidsim.de) simulates pneumatic, hydraulic
and electric circuits. For the mathematical models we use the language
Modelica (www.modelica.org). We developed our own Modelica simulator
which solves the dynamical created algebraic differential equation
systems. One tool is our small JIT compiler, which compiles mathematical
expressions like “2*x0 +
2003 Mar 05
2
Samba-3.0alpha22 available on samba.org mirrors
...Fix for 64 bit issues with oplocks and allocation size
9) Remove assert(count ==1) for multi-homed PDCs when resolving
DOMAIN<0x1b>
10) Ensure that change_trust_account_password() always talks to
the PDC
11) Add some docs on CUPS printing
12) Fix rpcclient querygroup command
13) The _abs time functions should not be converting from/to GMT
14) Fix broken incremental tar in smbclient
15) Adding supporting code for better testing using Valgrind
16) Fix for old DOS client when veto files is set to /.*/
17) Add win32 utility to query driver capabilities to publish
(examples/printing...
2003 Jun 21
2
rsync 2.5.6 for NCR MP-RAS
..., NCR Corporation
(c) Copyright 1987-97, MetaWare Incorporated
w "popt/popt.c",L575/C41(#64): Unreachable statement.
w "popt/popt.c",L625/C19(#64): Unreachable statement.
w "popt/popt.c",L653/C19(#64): Unreachable statement.
w "popt/popt.c",L910/C9(#311): _ABS: Previous definition of macro
superseded
| (defined at "/usr/include/math.h",L232/C9).
w "popt/popt.c",L1091/C19(#64): Unreachable statement.
w (#657): (info) How referenced files were included:
| File /usr/include/math.h from popt/popt.c.
No errors 5 warnings...