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

1 2 3 4 5 6

  /src/external/gpl3/autoconf/dist/lib/Autom4te/
Getopt.pm 37 use Getopt::Long ();
47 Wrapper around C<Getopt::Long>, trying to conform to the GNU
56 Getopt::Long::Configure ("bundling", "pass_through");
59 Getopt::Long::GetOptions (%option)
94 L<Getopt::Long>
  /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;
strtord.c 38 ULtod(L, bits, expt, k) ULong *L; ULong *bits; Long expt; int k;
40 ULtod(ULong *L, ULong *bits, Long expt, int k)
82 Long expt;
strtorf.c 38 ULtof(L, bits, expt, k) ULong *L; ULong *bits; Long expt; int k;
40 ULtof(ULong *L, ULong *bits, Long expt, int k)
80 Long expt;
strtorQ.c 56 ULtoQ(L, bits, expt, k) ULong *L; ULong *bits; Long expt; int k;
58 ULtoQ(ULong *L, ULong *bits, Long expt, int k)
108 Long expt;
strtorx.c 58 ULtox(L, bits, expt, k) UShort *L; ULong *bits; Long expt; int k;
60 ULtox(UShort *L, ULong *bits, Long expt, int k)
111 Long expt;
strtorxL.c 54 ULtoxL(L, bits, expt, k) ULong *L; ULong *bits; Long expt; int k;
56 ULtoxL(ULong *L, ULong *bits, Long expt, int k)
99 Long expt;
strtopd.c 45 Long expt;
ulp.c 44 Long L;
strtoIQ.c 44 Long exp[2];
strtoId.c 44 Long exp[2];
strtoIf.c 44 Long exp[2];
strtoIx.c 44 Long exp[2];
strtoIxL.c 44 Long exp[2];
strtopf.c 45 Long expt;
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...]
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*,
strtoIg.c 38 strtoIg(s00, se, fpi, exp, B, rvp) CONST char *s00; char **se; CONST FPI *fpi; Long *exp; Bigint **B; int *rvp;
40 strtoIg(CONST char *s00, char **se, CONST FPI *fpi, Long *exp, Bigint **B, int *rvp)
46 Long e1;
strtoIdd.c 48 Long exp[2];
strtodnrp.c 51 Long expt;
  /src/crypto/external/bsd/openssl/dist/util/
mk-fipsmodule-cnf.pl 9 use Getopt::Long;
  /src/external/mpl/bind/dist/bin/tests/system/
testsock.pl 21 use Getopt::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...]
  /src/external/gpl2/gettext/dist/gettext-runtime/intl-java/gnu/gettext/
GettextResource.java 94 public static String ngettext (ResourceBundle catalog, String msgid, String msgid_plural, long n) {
123 pluralEvalMethod = catalog.getClass().getMethod("pluralEval", new Class[] { Long.TYPE });
147 long i = 0;
149 i = ((Long) pluralEvalMethod.invoke(catalog, new Object[] { new Long(n) })).longValue();
  /src/external/mpl/bind/dist/bin/tests/system/tsiggss/
authsock.pl 19 use Getopt::Long;

Completed in 43 milliseconds

1 2 3 4 5 6