HomeSort by: relevance | last modified time | path
    Searched defs:UL (Results 1 - 5 of 5) 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/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);

Completed in 15 milliseconds