Home
last modified time | relevance | path

Searched refs:peekUint (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dbigint.d333 data = cast(ulong) data.peekUint(0) & y;
1211 … (data.uintLength == 1 && (data.peekUint(0) <= sign+cast(uint)(int.max)) // 1+int.max = |int.min|
1212 ? cast(int)(data.peekUint(0))
1432 return data.peekUint(n);
2342 if (exponent.data.peekUint(0) & 1) in powmod()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dbigint.d813 … (data.uintLength == 1 && (data.peekUint(0) <= sign+cast(uint)(int.max)) // 1+int.max = |int.min| in toInt()
814 ? cast(int)(data.peekUint(0)) in toInt()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/
H A Dbiguintcore.d158 uint peekUint(int n) pure nothrow const @safe @nogc in peekUint() function
987 assert(r.peekUint(0) == 5U);
990 assert(r.peekUint(0) == 0x9ABC_DEF0U);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/math/
H A Dbiguintcore.d301 uint peekUint(size_t n) pure nothrow const @safe @nogc scope
1283 assert(r.peekUint(0) == 5U);
1286 assert(r.peekUint(0) == 0x9ABC_DEF0U);