Lines Matching +full:signed +full:- +full:by
2 -------------------------------------------------------------------------------
3 The macro `BITS64' can be defined to indicate that 64-bit integer types are
4 supported by the compiler.
5 -------------------------------------------------------------------------------
10 -------------------------------------------------------------------------------
17 -------------------------------------------------------------------------------
21 typedef signed char int8;
25 typedef signed int int32;
28 typedef signed long long int sbits64;
32 -------------------------------------------------------------------------------
36 `unsigned short int' and `signed short int' (or `short int'), respectively.
37 -------------------------------------------------------------------------------
40 typedef signed char sbits8;
42 typedef signed short int sbits16;
44 typedef signed int sbits32;
47 typedef signed long long int int64;
52 -------------------------------------------------------------------------------
54 necessary ``marks'' the literal as having a 64-bit integer type. For
55 example, the Gnu C Compiler (`gcc') requires that 64-bit literals be
57 name for the 64-bit integer type. Some compilers may allow `LIT64' to be
59 -------------------------------------------------------------------------------
65 -------------------------------------------------------------------------------
69 -------------------------------------------------------------------------------
74 /* For use as a GCC soft-float library we need some special function names. */
78 /* Some 32-bit ops can be mapped straight across by just changing the name. */
93 /* All the 64-bit ops have to go through the glue, so we pull the same