HomeSort by: relevance | last modified time | path
    Searched refs:IEEE_BIG_ENDIAN (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/lib/libc/arch/hppa/gdtoa/
arith.h 3 #define IEEE_BIG_ENDIAN
  /src/lib/libc/arch/m68k/gdtoa/
arith.h 3 #define IEEE_BIG_ENDIAN
  /src/lib/libc/arch/or1k/gdtoa/
arith.h 3 #define IEEE_BIG_ENDIAN
  /src/lib/libc/arch/powerpc/gdtoa/
arith.h 3 #define IEEE_BIG_ENDIAN
  /src/lib/libc/arch/powerpc64/gdtoa/
arith.h 3 #define IEEE_BIG_ENDIAN
  /src/lib/libc/arch/sparc/gdtoa/
arith.h 3 #define IEEE_BIG_ENDIAN
  /src/lib/libc/arch/sparc64/gdtoa/
arith.h 3 #define IEEE_BIG_ENDIAN
  /src/lib/libc/arch/aarch64/gdtoa/
arith.h 4 #define IEEE_BIG_ENDIAN
  /src/lib/libc/arch/arm/gdtoa/
arith.h 6 #define IEEE_BIG_ENDIAN
  /src/lib/libc/arch/mips/gdtoa/
arith.h 6 #define IEEE_BIG_ENDIAN
  /src/lib/libc/arch/sh3/gdtoa/
arith.h 6 #define IEEE_BIG_ENDIAN
  /src/lib/libc/gdtoa/
arithchk.c 40 IEEE_BIG_ENDIAN = { "IEEE_BIG_ENDIAN", 2 },
62 return &IEEE_BIG_ENDIAN;
89 return &IEEE_BIG_ENDIAN;
g_xLfmt.c 39 /* one or the other of IEEE_BIG_ENDIAN or IEEE_LITTLE_ENDIAN should be #defined */
41 #ifdef IEEE_BIG_ENDIAN
qnan.c 62 #ifdef IEEE_BIG_ENDIAN
strtopQ.c 39 /* one or the other of IEEE_BIG_ENDIAN or IEEE_LITTLE_ENDIAN should be #defined */
41 #ifdef IEEE_BIG_ENDIAN
strtopx.c 39 /* one or the other of IEEE_BIG_ENDIAN or IEEE_LITTLE_ENDIAN should be #defined */
41 #ifdef IEEE_BIG_ENDIAN
strtopxL.c 39 /* one or the other of IEEE_BIG_ENDIAN or IEEE_LITTLE_ENDIAN should be #defined */
41 #ifdef IEEE_BIG_ENDIAN
g_Qfmt.c 39 /* one or the other of IEEE_BIG_ENDIAN or IEEE_LITTLE_ENDIAN should be #defined */
41 #ifdef IEEE_BIG_ENDIAN
g_xfmt.c 39 /* one or the other of IEEE_BIG_ENDIAN or IEEE_LITTLE_ENDIAN should be #defined */
41 #ifdef IEEE_BIG_ENDIAN
strtorQ.c 39 /* one or the other of IEEE_BIG_ENDIAN or IEEE_LITTLE_ENDIAN should be #defined */
41 #ifdef IEEE_BIG_ENDIAN
strtorx.c 39 /* one or the other of IEEE_BIG_ENDIAN or IEEE_LITTLE_ENDIAN should be #defined */
41 #ifdef IEEE_BIG_ENDIAN
strtorxL.c 39 /* one or the other of IEEE_BIG_ENDIAN or IEEE_LITTLE_ENDIAN should be #defined */
41 #ifdef IEEE_BIG_ENDIAN
gdtoaimp.h 86 * #define IEEE_BIG_ENDIAN for IEEE-arithmetic machines where the most
231 #ifdef IEEE_BIG_ENDIAN
293 #if defined(IEEE_LITTLE_ENDIAN) + defined(IEEE_BIG_ENDIAN) + defined(VAX) + defined(IBM) != 1
294 Exactly one of IEEE_LITTLE_ENDIAN, IEEE_BIG_ENDIAN, VAX, or IBM should be defined.
651 #ifdef IEEE_BIG_ENDIAN
  /src/lib/libc/gdtoa/test/
Qtest.c 63 /* one or the other of IEEE_BIG_ENDIAN or IEEE_LITTLE_ENDIAN should be #defined */
65 #ifdef IEEE_BIG_ENDIAN
xLtest.c 66 /* one or the other of IEEE_BIG_ENDIAN or IEEE_LITTLE_ENDIAN should be #defined */
68 #ifdef IEEE_BIG_ENDIAN

Completed in 16 milliseconds

1 2