Home
last modified time | relevance | path

Searched refs:ULong (Results 1 – 25 of 50) sorted by relevance

12

/openbsd/lib/libc/gdtoa/
H A Dgdtoaimp.h277 typedef union { double d; ULong L[2]; } U;
476 ULong x[1];
542 #define hi0bits(x) __hi0bits_D2A((ULong)(x))
576 extern void ULtof ANSI((ULong*, ULong*, Long, int));
577 extern void ULtod ANSI((ULong*, ULong*, Long, int));
578 extern void ULtodd ANSI((ULong*, ULong*, Long, int));
579 extern void ULtoQ ANSI((ULong*, ULong*, Long, int));
581 extern void ULtoxL ANSI((ULong*, ULong*, Long, int));
582 extern ULong any_on ANSI((Bigint*, int));
593 extern int hi0bits_D2A ANSI((ULong));
[all …]
H A Dhexnan.c36 L_shift(x, x1, i) ULong *x; ULong *x1; int i; in L_shift()
38 L_shift(ULong *x, ULong *x1, int i)
55 CONST char **sp; FPI *fpi; ULong *x0; in hexnan()
57 hexnan( CONST char **sp, FPI *fpi, ULong *x0)
60 ULong c, h, *x, *x1, *xe;
139 *xe &= ((ULong)0xffffffff) >> (ULbits - i);
H A Dstrtord.c36 ULtod(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k; in ULtod()
38 ULtod(ULong *L, ULong *bits, Long exp, int k)
83 ULong bits[2];
94 ULtod((ULong*)d, bits, exp, k);
H A DstrtorQ.c54 ULtoQ(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k; in ULtoQ()
56 ULtoQ(ULong *L, ULong *bits, Long exp, int k)
107 ULong bits[4];
118 ULtoQ((ULong*)L, bits, exp, k);
H A Dmisc.c121 (y) ULong *y; in lo0bits()
123 (ULong *y)
127 ULong x = *y;
176 ULong *x;
181 ULong xi, z;
228 (x) ULong x; in hi0bits_D2A()
230 (ULong x)
288 ULong y;
294 ULong z2;
567 ULong z;
[all …]
H A Dsmisc.c37 (s, nd0, nd, y9, dplen) CONST char *s; int dplen, nd0, nd; ULong y9; in s2b()
39 (CONST char *s, int nd0, int nd, ULong y9, int dplen)
145 copybits(c, n, b) ULong *c; int n; Bigint *b; in copybits()
147 copybits(ULong *c, int n, Bigint *b)
150 ULong *ce, *x, *xe;
173 ULong
181 ULong *x, *x0, x1, x2;
H A Ddmisc.c47 j = sizeof(ULong);
49 sizeof(Bigint) - sizeof(ULong) - sizeof(int) + j <= i;
118 ULong *bx, *bxe, q, *sx, *sxe;
122 ULong borrow, carry, y, ys;
124 ULong si, z, zs;
H A Dgdtoa.h41 #ifndef ULong
42 typedef unsigned Long ULong; typedef
109 extern char* __gdtoa ANSI((FPI *fpi, int be, ULong *bits, int *kindp,
114 extern int __strtodg ANSI((CONST char*, char**, FPI*, Long*, ULong*));
H A Dstrtorx.c56 ULtox(L, bits, exp, k) UShort *L; ULong *bits; Long exp; int k; in ULtox()
58 ULtox(UShort *L, ULong *bits, Long exp, int k)
110 ULong bits[2];
H A Dstrtodg.c54 ULong *x, *xe;
57 ULong carry = 1, y;
64 if (*x < (ULong)0xffffffffL) {
101 ULong *x, *xe;
103 ULong borrow = 1, y;
133 ULong *x, *xe;
153 ULong *x, *xe;
185 ULong carry, inex, lostbits;
231 if (b->x[k>>kshift] & ((ULong)1 << (k & kmask)))
320 ULong L;
[all …]
H A Dstrtof.c42 ULong bits[1];
45 union { ULong L[1]; float f; } u;
H A Dgmisc.c41 ULong *x, *x1, *xe, y;
74 ULong L, *x, *xe;
H A Dsum.c42 ULong carry, *xc, *xa, *xb, *xe, y;
44 ULong z;
H A Dgdtoa.c36 bitstob(bits, nbits, bbits) ULong *bits; int nbits; int *bbits; in bitstob()
38 bitstob(ULong *bits, int nbits, int *bbits)
43 ULong *be, *x, *x0;
117 FPI *fpi; int be; ULong *bits; in gdtoa()
120 (FPI *fpi, int be, ULong *bits, int *kindp, int mode, int ndigits, int *decpt, char **rve)
H A Dstrtod.c99 ULong y, z;
102 ULong Lsb, Lsb1;
168 ULong bits[2];
294 ULong bits[2];
H A Dgethex.c49 ULong L, lostbits, *x;
H A Ddtoa.c124 ULong x;
/openbsd/gnu/llvm/clang/lib/Sema/
H A DOpenCLBuiltins.td454 def TLAllUIntsTwice : TypeList<[UChar, UChar, UShort, UShort, UInt, UInt, ULong, ULong]>;
485 Int, UInt, Long, ULong,
511 UShort, Int, UInt, Long, ULong] in {
859 …def : Builtin<name, [VectorType<ULong, VSize>, Size, PointerType<ConstType<ULong>, AS>], Attr.Pure…
873 def : Builtin<name, [Void, VectorType<ULong, VSize>, Size, PointerType<ULong, AS>]>;
1005 foreach Type = [Long, ULong] in {
1039 foreach Type = [Long, ULong] in {
1141 [AtomicLong, Long, Long], [AtomicULong, ULong, ULong],
1149 [AtomicLong, Long, Long], [AtomicULong, ULong, ULong]] in {
1219 [Long, ULong], [ULong, ULong],
[all …]
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DPrettyBuiltinDumper.cpp69 case PDB_BuiltinType::ULong: in getTypeName()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSymbolEnumerator.cpp98 case PDB_BuiltinType::ULong: { in getValue()
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DScalar.h167 unsigned long ULong(unsigned long fail_value = 0) const;
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTCommon.cpp47 case BuiltinType::ULong: in TypeIdxFromBuiltin()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h346 ULong = 14, enumerator
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp137 case BuiltinType::ULong: in getTypeInfoHelper()
/openbsd/gnu/llvm/clang/lib/AST/
H A DScanfFormatString.cpp483 case BuiltinType::ULong: in fixType()

12