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

  /src/lib/libc/gdtoa/
qnan.c 68 #define UL (unsigned long)
88 printf("#define f_QNAN 0x%lx\n", UL c.L[0]);
92 printf("#define d_QNAN0 0x%lx\n", UL c.L[0]);
93 printf("#define d_QNAN1 0x%lx\n", UL c.L[1]);
106 printf("#define ld_QNAN%d 0x%lx\n", i, UL a.L[i]);
  /src/lib/libc/gdtoa/test/
strtodt.c 52 #define UL (unsigned long)
86 line, fname, UL b.L[W0], UL b.L[W1], UL a.L[0], UL a.L[1]);
dt.c 157 #define UL (unsigned long)
180 dval(d), UL word0(d), UL word1(d), buf);
182 dval(&d1), UL word0(&d1), UL word1(&d1));
223 printf("STRTOD_DIGLIM = %lu\n", UL x);
236 printf(fmt, dval(&d), UL word0(&d), UL word1(&d), se);
242 d = %.17g = 0x%lx %lx\n", dval(&d1), UL word0(&d1), UL word1(&d1)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
ScaledNumber.cpp 27 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS);
30 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
ref-types.cc 65 unsigned long UL;
75 unsigned long &rUL = UL;
85 UL = 234;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
ref-types.cc 65 unsigned long UL;
75 unsigned long &rUL = UL;
85 UL = 234;
  /src/external/bsd/ipf/dist/
md5.c 109 #define UL(x) x##U
111 #define UL(x) x
226 FF ( a, b, c, d, in[ 0], S11, UL(3614090360)); /* 1 */
227 FF ( d, a, b, c, in[ 1], S12, UL(3905402710)); /* 2 */
228 FF ( c, d, a, b, in[ 2], S13, UL( 606105819)); /* 3 */
229 FF ( b, c, d, a, in[ 3], S14, UL(3250441966)); /* 4 */
230 FF ( a, b, c, d, in[ 4], S11, UL(4118548399)); /* 5 */
231 FF ( d, a, b, c, in[ 5], S12, UL(1200080426)); /* 6 */
232 FF ( c, d, a, b, in[ 6], S13, UL(2821735955)); /* 7 */
233 FF ( b, c, d, a, in[ 7], S14, UL(4249261313)); /* 8 *
    [all...]
  /src/external/bsd/ppp/dist/pppd/
ppp-md5.c 201 #define UL(x) x##U
203 #define UL(x) x
310 FF ( a, b, c, d, in[ 0], S11, UL(3614090360)); /* 1 */
311 FF ( d, a, b, c, in[ 1], S12, UL(3905402710)); /* 2 */
312 FF ( c, d, a, b, in[ 2], S13, UL( 606105819)); /* 3 */
313 FF ( b, c, d, a, in[ 3], S14, UL(3250441966)); /* 4 */
314 FF ( a, b, c, d, in[ 4], S11, UL(4118548399)); /* 5 */
315 FF ( d, a, b, c, in[ 5], S12, UL(1200080426)); /* 6 */
316 FF ( c, d, a, b, in[ 6], S13, UL(2821735955)); /* 7 */
317 FF ( b, c, d, a, in[ 7], S14, UL(4249261313)); /* 8 *
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
pointers.c 189 unsigned long UL, *pUL;
200 UL = 234;
215 pUL = &UL;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
pointers.c 189 unsigned long UL, *pUL;
200 UL = 234;
215 pUL = &UL;
  /src/usr.bin/rpcinfo/
rpcinfo.c 87 #define MAX_VERS ((rpcvers_t)4294967295UL)
92 #define UL(a) ((unsigned long)a)
344 clnt = clnttcp_create(addr, UL(prog), UL(vers), fdp, 0, 0);
350 clnt = clntudp_create(addr, UL(prog), UL(vers), to, fdp);
  /src/common/lib/libc/misc/
ubsan.c 1618 ulongest UL = 0;
1630 memcpy(&UL, REINTERPRET_CAST(ulongest *, ulNumber), sizeof(ulongest));
1639 UL = *REINTERPRET_CAST(uint64_t *, ulNumber);
1648 UL = ulNumber;
1652 return UL;
1712 ulongest UL = llluGetNumber(szLocation, pType, ulNumber);
1713 DeserializeNumberUnsigned(pBuffer, zBUfferLength, pType, UL);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 2204 PathDiagnosticLocation UL = getUniqueingLocation();
2205 if (UL.isValid()) {
2206 UL.Profile(hash);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 3345 SDValue UL = DAG.getNode(ISD::AND, dl, NVT, U, Mask);
3349 DAG.getNode(ISD::MUL, dl, NVT, LLL, RLH), UL);

Completed in 88 milliseconds