HomeSort by: relevance | last modified time | path
    Searched defs:LIT64 (Results 1 - 10 of 10) sorted by relevancy

  /src/lib/libc/arch/aarch64/softfloat/
aarch64-gcc.h 68 The `LIT64' macro takes as its argument a textual integer literal and
72 name for the 64-bit integer type. Some compilers may allow `LIT64' to be
73 defined as the identity macro: `#define LIT64( a ) a'.
76 #define LIT64( a ) a##LL
  /src/lib/libc/arch/arm/softfloat/
arm-gcc.h 66 The `LIT64' macro takes as its argument a textual integer literal and
70 name for the 64-bit integer type. Some compilers may allow `LIT64' to be
71 defined as the identity macro: `#define LIT64( a ) a'.
74 #define LIT64( a ) a##ULL
  /src/lib/libc/arch/m68k/softfloat/
m68k-gcc.h 68 The `LIT64' macro takes as its argument a textual integer literal and
72 name for the 64-bit integer type. Some compilers may allow `LIT64' to be
73 defined as the identity macro: `#define LIT64( a ) a'.
76 #define LIT64( a ) a##LL
  /src/lib/libc/arch/mips/softfloat/
mips-gcc.h 66 The `LIT64' macro takes as its argument a textual integer literal and
70 name for the 64-bit integer type. Some compilers may allow `LIT64' to be
71 defined as the identity macro: `#define LIT64( a ) a'.
74 #define LIT64( a ) a##LL
  /src/lib/libc/arch/or1k/softfloat/
or1k-gcc.h 68 The `LIT64' macro takes as its argument a textual integer literal and
72 name for the 64-bit integer type. Some compilers may allow `LIT64' to be
73 defined as the identity macro: `#define LIT64( a ) a'.
76 #define LIT64( a ) a##LL
  /src/lib/libc/arch/powerpc/softfloat/
powerpc-gcc.h 68 The `LIT64' macro takes as its argument a textual integer literal and
72 name for the 64-bit integer type. Some compilers may allow `LIT64' to be
73 defined as the identity macro: `#define LIT64( a ) a'.
76 #define LIT64( a ) a##LL
  /src/lib/libc/arch/sh3/softfloat/
sh3-gcc.h 68 The `LIT64' macro takes as its argument a textual integer literal and
72 name for the 64-bit integer type. Some compilers may allow `LIT64' to be
73 defined as the identity macro: `#define LIT64( a ) a'.
76 #define LIT64(a) a##LL
  /src/lib/libc/arch/sparc64/softfloat/
sparc64-gcc.h 68 The `LIT64' macro takes as its argument a textual integer literal and
72 name for the 64-bit integer type. Some compilers may allow `LIT64' to be
73 defined as the identity macro: `#define LIT64( a ) a'.
76 #define LIT64( a ) a##LL
  /src/regress/lib/libc/ieeefp/testfloat/include/
milieu.h 128 The `LIT64' macro takes as its argument a textual integer literal and
132 name for the 64-bit integer type. Some compilers may allow `LIT64' to be
133 defined as the identity macro: `#define LIT64( a ) a'.
136 #define LIT64( a ) a##LL
  /src/sys/lib/libkern/
milieu.h 123 | The `LIT64' macro takes as its argument a textual integer literal and
127 | name for the 64-bit integer type. Some compilers may allow `LIT64' to be
128 | defined as the identity macro: `#define LIT64( a ) a'.
130 #define LIT64( a ) a##LL

Completed in 16 milliseconds