/openbsd/lib/libc/gdtoa/ |
H A D | gdtoaimp.h | 277 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 D | hexnan.c | 36 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 D | strtord.c | 36 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 D | strtorQ.c | 54 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 D | misc.c | 121 (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 D | smisc.c | 37 (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 D | dmisc.c | 47 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 D | gdtoa.h | 41 #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 D | strtorx.c | 56 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 D | strtodg.c | 54 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 D | strtof.c | 42 ULong bits[1]; 45 union { ULong L[1]; float f; } u;
|
H A D | gmisc.c | 41 ULong *x, *x1, *xe, y; 74 ULong L, *x, *xe;
|
H A D | sum.c | 42 ULong carry, *xc, *xa, *xb, *xe, y; 44 ULong z;
|
H A D | gdtoa.c | 36 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 D | strtod.c | 99 ULong y, z; 102 ULong Lsb, Lsb1; 168 ULong bits[2]; 294 ULong bits[2];
|
H A D | gethex.c | 49 ULong L, lostbits, *x;
|
H A D | dtoa.c | 124 ULong x;
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | OpenCLBuiltins.td | 454 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 D | PrettyBuiltinDumper.cpp | 69 case PDB_BuiltinType::ULong: in getTypeName()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeSymbolEnumerator.cpp | 98 case PDB_BuiltinType::ULong: { in getValue()
|
/openbsd/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | Scalar.h | 167 unsigned long ULong(unsigned long fail_value = 0) const;
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTCommon.cpp | 47 case BuiltinType::ULong: in TypeIdxFromBuiltin()
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 346 ULong = 14, enumerator
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenTBAA.cpp | 137 case BuiltinType::ULong: in getTypeInfoHelper()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ScanfFormatString.cpp | 483 case BuiltinType::ULong: in fixType()
|