Home
last modified time | relevance | path

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

12

/openbsd/src/lib/libc/gdtoa/
Dgdtoaimp.h277 typedef union { double d; ULong L[2]; } U;
476 ULong x[1];
486 #define Bcopy(x,y) memcpy_D2A(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int))
488 #define Bcopy(x,y) memcpy(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int))
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));
580 extern void ULtox ANSI((UShort*, ULong*, Long, int));
[all …]
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);
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);
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);
Dmisc.c70 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong));
74 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1)
121 (y) ULong *y; in lo0bits()
123 (ULong *y)
127 ULong x = *y;
176 ULong *x;
179 ULong carry, *x, y;
181 ULong xi, z;
228 (x) ULong x; in hi0bits_D2A()
230 (ULong x)
[all …]
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;
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;
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*));
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];
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;
179 U *d; FPI *fpi; Long *exp; ULong *bits; int exact, rd, *irv; in rvOK()
181 (U *d, FPI *fpi, Long *exp, ULong *bits, int exact, int rd, int *irv)
185 ULong carry, inex, lostbits;
[all …]
Dstrtof.c42 ULong bits[1];
45 union { ULong L[1]; float f; } u;
Dgmisc.c41 ULong *x, *x1, *xe, y;
74 ULong L, *x, *xe;
Dsum.c42 ULong carry, *xc, *xa, *xb, *xe, y;
44 ULong z;
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)
Dstrtod.c99 ULong y, z;
102 ULong Lsb, Lsb1;
168 ULong bits[2];
294 ULong bits[2];
Dgethex.c49 ULong L, lostbits, *x;
/openbsd/src/gnu/llvm/clang/lib/Sema/
DOpenCLBuiltins.td351 def ULong : Type<"ulong", QualType<"Context.UnsignedLongTy">>;
444 def TLAll : TypeList<[Char, UChar, Short, UShort, Int, UInt, Long, ULong, Float, Doub…
447 def TLUnsignedInts : TypeList<[UChar, UShort, UInt, ULong]>;
449 def TLIntLongFloats : TypeList<[Int, UInt, Long, ULong, Float, Double, Half]>;
454 def TLAllUIntsTwice : TypeList<[UChar, UChar, UShort, UShort, UInt, UInt, ULong, ULong]>;
456 def TLAllInts : TypeList<[Char, UChar, Short, UShort, Int, UInt, Long, ULong]>;
485 Int, UInt, Long, ULong,
511 UShort, Int, UInt, Long, ULong] in {
513 UShort, Int, UInt, Long, ULong] in {
859 …def : Builtin<name, [VectorType<ULong, VSize>, Size, PointerType<ConstType<ULong>, AS>], Attr.Pure…
[all …]
/openbsd/src/gnu/llvm/llvm/tools/llvm-pdbutil/
DPrettyBuiltinDumper.cpp69 case PDB_BuiltinType::ULong: in getTypeName()
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
DNativeSymbolEnumerator.cpp98 case PDB_BuiltinType::ULong: { in getValue()
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DScalar.h167 unsigned long ULong(unsigned long fail_value = 0) const;
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTCommon.cpp47 case BuiltinType::ULong: in TypeIdxFromBuiltin()
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h346 ULong = 14, enumerator
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCodeGenTBAA.cpp137 case BuiltinType::ULong: in getTypeInfoHelper()
/openbsd/src/gnu/llvm/clang/lib/AST/
DScanfFormatString.cpp483 case BuiltinType::ULong: in fixType()
DTemplateBase.cpp115 case BuiltinType::ULong: in printIntegral()

12