HomeSort by: relevance | last modified time | path
    Searched refs:BITS64 (Results 1 - 19 of 19) sorted by relevancy

  /src/lib/libc/arch/aarch64/softfloat/
aarch64-gcc.h 18 The macro `BITS64' can be defined to indicate that 64-bit integer types are
22 #define BITS64
41 #ifdef BITS64
60 #ifdef BITS64
61 typedef unsigned long long int bits64; typedef in typeref:typename:unsigned long long int
65 #ifdef BITS64
  /src/lib/libc/arch/m68k/softfloat/
m68k-gcc.h 18 The macro `BITS64' can be defined to indicate that 64-bit integer types are
22 #define BITS64
41 #ifdef BITS64
60 #ifdef BITS64
61 typedef unsigned long long int bits64; typedef in typeref:typename:unsigned long long int
65 #ifdef BITS64
  /src/lib/libc/arch/mips/softfloat/
mips-gcc.h 16 The macro `BITS64' can be defined to indicate that 64-bit integer types are
20 #define BITS64
39 #ifdef BITS64
58 #ifdef BITS64
59 typedef unsigned long long int bits64; typedef in typeref:typename:unsigned long long int
63 #ifdef BITS64
  /src/lib/libc/arch/or1k/softfloat/
or1k-gcc.h 18 The macro `BITS64' can be defined to indicate that 64-bit integer types are
22 #define BITS64
41 #ifdef BITS64
60 #ifdef BITS64
61 typedef unsigned long long int bits64; typedef in typeref:typename:unsigned long long int
65 #ifdef BITS64
  /src/lib/libc/arch/powerpc/softfloat/
powerpc-gcc.h 18 The macro `BITS64' can be defined to indicate that 64-bit integer types are
22 #define BITS64
41 #ifdef BITS64
60 #ifdef BITS64
61 typedef unsigned long long int bits64; typedef in typeref:typename:unsigned long long int
65 #ifdef BITS64
  /src/lib/libc/arch/sh3/softfloat/
sh3-gcc.h 18 The macro `BITS64' can be defined to indicate that 64-bit integer types are
22 #define BITS64
41 #ifdef BITS64
60 #ifdef BITS64
61 typedef unsigned long long int bits64; typedef in typeref:typename:unsigned long long int
65 #ifdef BITS64
  /src/lib/libc/arch/sparc64/softfloat/
sparc64-gcc.h 18 The macro `BITS64' can be defined to indicate that 64-bit integer types are
22 #define BITS64
41 #ifdef BITS64
60 #ifdef BITS64
61 typedef unsigned long long int bits64; typedef in typeref:typename:unsigned long long int
65 #ifdef BITS64
  /src/lib/libc/arch/arm/softfloat/
arm-gcc.h 16 The macro `BITS64' can be defined to indicate that 64-bit integer types are
20 #define BITS64
39 #ifdef BITS64
58 #ifdef BITS64
59 typedef unsigned long long int bits64; typedef in typeref:typename:unsigned long long int
63 #ifdef BITS64
  /src/regress/lib/libc/ieeefp/testfloat/include/
milieu.h 82 #define BITS64
101 #ifdef BITS64
120 #ifdef BITS64
121 typedef uint64_t bits64; typedef in typeref:typename:uint64_t
125 #ifdef BITS64
testCases.h 63 #ifdef BITS64
86 #ifdef BITS64
writeHex.h 62 #ifdef BITS64
63 void writeHex_bits64( bits64, FILE * );
systfloat.h 66 #ifdef BITS64
71 #ifdef BITS64
83 #ifdef BITS64
97 #ifdef BITS64
103 #ifdef BITS64
118 #ifdef BITS64
124 #ifdef BITS64
151 #ifdef BITS64
163 #ifdef BITS64
189 #ifdef BITS64
    [all...]
testLoops.h 83 #ifdef BITS64
95 #ifdef BITS64
114 #ifdef BITS64
135 #ifdef BITS64
157 #ifdef BITS64
  /src/sys/lib/libkern/
milieu.h 79 | The macro `BITS64' can be defined to indicate that 64-bit integer types are
82 #define BITS64
99 #ifdef BITS64
116 #ifdef BITS64
117 typedef uint64_t bits64; typedef in typeref:typename:uint64_t
121 #ifdef BITS64
  /src/regress/lib/libc/ieeefp/testfloat/
writeHex.c 126 #ifdef BITS64
128 void writeHex_bits64( bits64 a, FILE *stream )
149 #ifdef BITS64
systfloat.c 146 #ifdef BITS64
194 #ifdef BITS64
305 #ifdef BITS64
426 #ifdef BITS64
523 #ifdef BITS64
testfloat.c 141 #ifdef BITS64
testLoops.c 182 #ifdef BITS64
305 #ifdef BITS64
424 #ifdef BITS64
490 bits64 absAHigh;
713 #ifdef BITS64
984 #ifdef BITS64
1438 #ifdef BITS64
1894 #ifdef BITS64
2348 #ifdef BITS64
testCases.c 337 #ifdef BITS64
1177 #ifdef BITS64
1866 static const bits64 floatx80P1[ floatx80NumP1 ] = {
1873 static const bits64 floatx80P2[ floatx80NumP2 ] = {
2465 static const struct { bits64 high, low; } float128P1[ float128NumP1 ] = {
2472 static const struct { bits64 high, low; } float128P2[ float128NumP2 ] = {
3213 #ifdef BITS64
3257 #ifdef BITS64
3302 #ifdef BITS64
3340 #ifdef BITS64
    [all...]

Completed in 24 milliseconds