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

  /src/lib/libc/gdtoa/
qnan.c 34 /* double, and perhaps long double) on the current system, */
42 /* (for long double) perhaps as unsigned short values. Once */
44 /* had sizeof(long double) = 10. Are such compilers still */
50 #ifndef Long
51 #define Long long
54 typedef unsigned Long Ulong;
68 #define UL (unsigned long)
80 long double D;
gdtoa.h 46 #ifndef Long
47 #define Long int32_t
131 extern char* ldtoa ANSI((long double *ld, int mode, int ndigits, int *decpt,
133 extern char* hldtoa ANSI((long double e, const char *xdigs, int ndigits,
141 extern int strtodg ANSI((CONST char*, char**, CONST FPI*, Long*, ULong*,
gdtoaimp.h 88 * #define Long int on machines with 32-bit ints and 64-bit longs.
107 * #define NO_LONG_LONG on machines that do not have a "long long"
109 * #define Just_16 to store 16 bits per 32-bit Long when doing
112 * being converted. If long long is available and the name is
113 * something other than "long long", #define Llong to be the name,
131 * When used, the private pool is PRIVATE_MEM bytes long: 2304 bytes,
134 * such as decimal-to-binary conversion of a very long string o
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Specifiers.h 34 /// Specifies the width of a type, e.g., short, long, or long long.
35 enum class TypeSpecifierWidth { Unspecified, Short, Long, LongLong };
  /src/external/gpl3/binutils/dist/ld/
ldmisc.c 73 %ld long, like printf
74 %lu unsigned long, like printf
75 %lx unsigned long, like printf
100 long l;
101 long long ll;
113 Long,
196 arg_type = (ll_type ? LongLong : Long);
221 case Long:
222 args[arg_no].l = va_arg (ap, long);
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
ldmisc.c 52 %ld long, like printf
53 %lu unsigned long, like printf
54 %lx unsigned long, like printf
79 long l;
91 Long,
163 arg_type = Long;
187 case Long:
188 args[arg_no].l = va_arg (ap, long);
  /src/sys/external/bsd/gnu-efi/dist/lib/
print.c 78 BOOLEAN Long;
1111 Item.Long = FALSE;
1189 Item.Long = TRUE;
1193 Item.Width = Item.Long ? 16 : 8;
1201 Item.Long ? va_arg(ps->args, UINT64) : va_arg(ps->args, UINT32)
1217 Item.Long ? va_arg(ps->args, UINT64) : va_arg(ps->args, UINT32)
1226 Item.Long ? va_arg(ps->args, INT64) : va_arg(ps->args, INT32)
  /src/external/gpl3/gcc/dist/libdecnumber/
decNumberLocal.h 85 /* not use int or long directly. */
95 #define Long int64_t
100 typedef long int LI; /* for printf arguments only */
106 #define long ?? /* .. or 'long' types are not used */ macro
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumberLocal.h 85 /* not use int or long directly. */
95 #define Long int64_t
100 typedef long int LI; /* for printf arguments only */
106 #define long ?? /* .. or 'long' types are not used */ macro
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumberLocal.h 85 /* not use int or long directly. */
95 #define Long int64_t
100 typedef long int LI; /* for printf arguments only */
106 #define long ?? /* .. or 'long' types are not used */ macro
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumberLocal.h 85 /* not use int or long directly. */
95 #define Long int64_t
100 typedef long int LI; /* for printf arguments only */
106 #define long ?? /* .. or 'long' types are not used */ macro
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
EarlyIfConversion.cpp 977 // Organize by "short" and "long" legs, since the diagnostics get confusing
981 const CriticalPathInfo Long = TBlock.Extra > FBlock.Extra ? TBlock : FBlock;
992 if (Long.Extra > 0)
993 R << ", and the long leg adds another "
994 << Cycles{"LongCycles", Long.Extra};
1013 if (Long.Extra > 0) {
1014 R << ", and the long leg would add another "
1015 << Cycles{"LongCycles", Long.Extra};
1016 if (Long.Extra > CritLimit)
  /src/external/gpl3/binutils/dist/bfd/
bfd.c 126 . long mtime;
1013 long l;
1014 long long ll;
1016 long double ld;
1022 Long,
1217 PRINT_TYPE (long, l);
1231 PRINT_TYPE (long long, ll);
1246 PRINT_TYPE (long double, ld)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
bfd.c 126 . long mtime;
1013 long l;
1014 long long ll;
1016 long double ld;
1022 Long,
1217 PRINT_TYPE (long, l);
1231 PRINT_TYPE (long long, ll);
1246 PRINT_TYPE (long double, ld)
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
bfd.c 125 . long mtime;
1012 long l;
1013 long long ll;
1015 long double ld;
1021 Long,
1216 PRINT_TYPE (long, l);
1230 PRINT_TYPE (long long, ll);
1245 PRINT_TYPE (long double, ld)
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
bfd.c 126 . long mtime;
1013 long l;
1014 long long ll;
1016 long double ld;
1022 Long,
1217 PRINT_TYPE (long, l);
1231 PRINT_TYPE (long long, ll);
1246 PRINT_TYPE (long double, ld)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 345 Long = 13,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
MicrosoftDemangleNodes.h 98 Long,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceScriptStmt.h 25 // the integer to be long (by appending L to the end of the integer) or not.
28 // being marked long.
31 bool Long;
35 : Val(Token.intValue()), Long(Token.isLongInt()) {}
36 RCInt(uint32_t Value) : Val(Value), Long(false) {}
37 RCInt(uint32_t Value, bool IsLong) : Val(Value), Long(IsLong) {}
39 bool isLong() const { return Long; }
42 std::tie(Val, Long) = std::make_pair(Val + Rhs.Val, Long | Rhs.Long);
    [all...]

Completed in 83 milliseconds