Home
last modified time | relevance | path

Searched refs:T64 (Results 1 – 25 of 675) sorted by relevance

12345678910>>...27

/dports/lang/rust/rustc-1.58.1-src/src/test/debuginfo/
H A Dgeneric-tuple-style-enum.rs54 enum Regular<T16, T32, T64> {
55 Case1(T64, T16, T16, T16, T16),
56 Case2(T64, T32, T32),
57 Case3(T64, T64)
60 enum Univariant<T64> {
61 TheOnlyCase(T64)
H A Dgeneric-struct-style-enum.rs37 enum Regular<T16, T32, T64> {
38 Case1 { a: T64, b: T16, c: T16, d: T16, e: T16},
39 Case2 { a: T64, b: T32, c: T32},
40 Case3 { a: T64, b: T64 }
/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw22133.pp9 T64:UInt64;
22 T64:=UInt64(qword(1) shl 63);
23 if T64<>uint64(high(int64)+1) then
25 T64:=UInt64(1) shl 63;
26 if T64<>uint64(high(int64)+1) then
28 T64:=testshift(1,63);
29 if T64<>uint64(high(int64)+1) then
/dports/lang/pcc/pcc-1.1.0/arch/sparc64/
H A Dtable.c31 SAREG, T64,
74 SAREG, T64,
103 SBREG, T64,
115 SCREG, T64,
349 SAREG, T64,
361 SAREG, T64,
396 SOREG, T64,
397 SAREG, T64,
462 SNAME, T64,
463 SAREG, T64,
[all …]
/dports/security/i2pd/i2pd-2.40.0/libi2pd/
H A DBase.cpp41 static const char T64[64] = variable
55 return T64; in GetBase64SubstitutionTable()
112 *pd++ = T64[acc_1]; in ByteStreamToBase64()
115 *pd++ = T64[acc_2]; in ByteStreamToBase64()
120 *pd++ = T64[acc_1]; in ByteStreamToBase64()
122 *pd++ = T64[acc_2]; in ByteStreamToBase64()
129 *pd++ = T64[acc_1]; in ByteStreamToBase64()
130 *pd++ = T64[acc_2]; in ByteStreamToBase64()
140 *pd++ = T64[acc_1]; in ByteStreamToBase64()
143 *pd++ = T64[acc_2]; in ByteStreamToBase64()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/impl/
H A DKokkos_Volatile_Load.hpp67 typedef uint64_t KOKKOS_IMPL_MAY_ALIAS T64; // NOLINT(modernize-use-using) in volatile_load() typedef
81 T64 const volatile* const ptr64; in volatile_load()
91 T64* const ptr64; in volatile_load()
119 typedef uint64_t KOKKOS_IMPL_MAY_ALIAS T64; // NOLINT(modernize-use-using) in volatile_store() typedef
133 T64 const volatile* const ptr64; in volatile_store()
141 T64 volatile* const ptr64; in volatile_store()
167 typedef uint64_t KOKKOS_IMPL_MAY_ALIAS T64; // NOLINT(modernize-use-using) in volatile_store() typedef
181 T64 const* const ptr64; in volatile_store()
189 T64 volatile* const ptr64; in volatile_store()
/dports/devel/kokkos/kokkos-3.4.01/core/src/impl/
H A DKokkos_Volatile_Load.hpp67 typedef uint64_t KOKKOS_IMPL_MAY_ALIAS T64; // NOLINT(modernize-use-using) in volatile_load() typedef
81 T64 const volatile* const ptr64; in volatile_load()
91 T64* const ptr64; in volatile_load()
119 typedef uint64_t KOKKOS_IMPL_MAY_ALIAS T64; // NOLINT(modernize-use-using) in volatile_store() typedef
133 T64 const volatile* const ptr64; in volatile_store()
141 T64 volatile* const ptr64; in volatile_store()
167 typedef uint64_t KOKKOS_IMPL_MAY_ALIAS T64; // NOLINT(modernize-use-using) in volatile_store() typedef
181 T64 const* const ptr64; in volatile_store()
189 T64 volatile* const ptr64; in volatile_store()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/impl/
H A DKokkos_Volatile_Load.hpp67 typedef uint64_t KOKKOS_IMPL_MAY_ALIAS T64; // NOLINT(modernize-use-using) in volatile_load() typedef
81 T64 const volatile* const ptr64; in volatile_load()
91 T64* const ptr64; in volatile_load()
119 typedef uint64_t KOKKOS_IMPL_MAY_ALIAS T64; // NOLINT(modernize-use-using) in volatile_store() typedef
133 T64 const volatile* const ptr64; in volatile_store()
141 T64 volatile* const ptr64; in volatile_store()
167 typedef uint64_t KOKKOS_IMPL_MAY_ALIAS T64; // NOLINT(modernize-use-using) in volatile_store() typedef
181 T64 const* const ptr64; in volatile_store()
189 T64 volatile* const ptr64; in volatile_store()
/dports/graphics/pixie/Pixie/src/common/
H A Dcontainers.h572 T64 *cBank; in ~CMemPool()
576 allocatedBanks = (T64 *) cBank->pointer; in ~CMemPool()
586 freeItems = (T64 *) freeItems->pointer; in newItem()
589 T64 *cBank; in newItem()
597 cBank = new T64[i]; in newItem()
606 cBank = (T64 *) cItem; in newItem()
610 freeItems = (T64 *) freeItems->pointer; in newItem()
617 T64 *tmp = (T64 *) item; in deleteItem()
624 T64 *freeItems; // Linked list of free items
709 inline void save(T64 *data) { in save()
[all …]
/dports/lang/ruby26/ruby-2.6.9/test/ruby/
H A Dtest_bignum.rb30 T64 = (2**64).to_bignum # 18446744073709551616 constant in TestBignum
31 T64P = (T64 - 1).to_bignum # 18446744073709551615
68 assert_bignum(T64)
179 assert_equal([ 0], [ T64 ].pack("Q").unpack("Q"))
229 assert_operator(T64, :<, (1.0/0.0))
230 assert_not_operator(T64, :>, (1.0/0.0))
413 assert_equal(0, T32 / T64)
484 assert_equal(0, T32 & T64)
491 assert_equal(T64 + T32, T32 | T64)
499 assert_equal(T64 + T32, T32 ^ T64)
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/modules/c_FileTypeSigModule/file-5.08/magic/Magdir/
H A Dc6430 0 string C64S\x20tape\x20file T64 tape Image
35 0 string C64\x20tape\x20image\x20file\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0 T64 tape Image
40 0 string C64S\x20tape\x20image\x20file\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0 T64 tape Image
/dports/biology/vt/vt-0.57721/lib/htslib/test/
H A Dhts_endian.c93 #define T64(b0, b1, b2, b3, b4, b5, b6, b7, sgn, unsgn) { \ macro
101 T64(0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0, 0),
102 T64(0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 1, 1),
103 T64(0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 256, 256),
104 T64(0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 65536, 65536),
105 T64(0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 4294967296LL, 4294967296ULL),
106 T64(0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f,
110 T64(0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80,
112 T64(0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
/dports/biology/kallisto/kallisto-0.46.1/ext/htslib/test/
H A Dhts_endian.c93 #define T64(b0, b1, b2, b3, b4, b5, b6, b7, sgn, unsgn) { \ macro
101 T64(0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0, 0),
102 T64(0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 1, 1),
103 T64(0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 256, 256),
104 T64(0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 65536, 65536),
105 T64(0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 4294967296, 4294967296),
106 T64(0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f,
110 T64(0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80,
112 T64(0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
/dports/biology/freebayes/freebayes-1.3.5/contrib/htslib/test/
H A Dhts_endian.c96 #define T64(b0, b1, b2, b3, b4, b5, b6, b7, sgn, unsgn) { \ macro
104 T64(0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0, 0),
105 T64(0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 1, 1),
106 T64(0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 256, 256),
107 T64(0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 65536, 65536),
108 T64(0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 4294967296LL, 4294967296ULL),
109 T64(0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f,
113 T64(0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80,
115 T64(0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
/dports/biology/htslib/htslib-1.14/test/
H A Dhts_endian.c96 #define T64(b0, b1, b2, b3, b4, b5, b6, b7, sgn, unsgn) { \ macro
104 T64(0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0, 0),
105 T64(0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 1, 1),
106 T64(0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 256, 256),
107 T64(0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 65536, 65536),
108 T64(0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 4294967296LL, 4294967296ULL),
109 T64(0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f,
113 T64(0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80,
115 T64(0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
/dports/sysutils/file/file-5.39/magic/Magdir/
H A Dc6430 0 string C64S\x20tape\x20file T64 tape Image
35 0 string C64\x20tape\x20image\x20file\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0 T64 tape Image
40 0 string C64S\x20tape\x20image\x20file\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0 T64 tape Image
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX8664.cpp482 Variable *T64 = makeReg(IceType_i64, RegNum); in _sandbox_mem_reference() local
483 auto *Movzx = _movzx(T64, T); in _sandbox_mem_reference()
491 T = T64; in _sandbox_mem_reference()
625 Variable *T64 = makeReg(IceType_i64); in lowerIndirectJump() local
634 _movzx(T64, T); in lowerIndirectJump()
635 _add(T64, r15); in lowerIndirectJump()
636 JumpTarget = T64; in lowerIndirectJump()
689 Variable *T64 = makeReg(IceType_i64); in emitCallToTarget() local
699 _movzx(T64, T); in emitCallToTarget()
700 _add(T64, r15); in emitCallToTarget()
[all …]
/dports/devel/py-magic/file-5.40/magic/Magdir/
H A Dc6430 0 string C64S\x20tape\x20file T64 tape Image
35 0 string C64\x20tape\x20image\x20file\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0 T64 tape Image
40 0 string C64S\x20tape\x20image\x20file\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0 T64 tape Image
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/generics/inference/8048838/
H A DT8048838.java44 T62 extends T63, T63 extends T64, T64 extends T65, T65 extends T66, T66 extends T67,
58 T63 x63, T64 x64, T65 x65, T66 x66, T67 x67, T68 x68, T69 x69, T70 x70, T71 x71, T72 x72, in foo()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/generics/inference/8048838/
H A DT8048838.java44 T62 extends T63, T63 extends T64, T64 extends T65, T65 extends T66, T66 extends T67,
58 T63 x63, T64 x64, T65 x65, T66 x66, T67 x67, T68 x68, T69 x69, T70 x70, T71 x71, T72 x72, in foo()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/generics/inference/8048838/
H A DT8048838.java44 T62 extends T63, T63 extends T64, T64 extends T65, T65 extends T66, T66 extends T67,
58 T63 x63, T64 x64, T65 x65, T66 x66, T67 x67, T68 x68, T69 x69, T70 x70, T71 x71, T72 x72, in foo()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/generics/inference/8048838/
H A DT8048838.java44 T62 extends T63, T63 extends T64, T64 extends T65, T65 extends T66, T66 extends T67,
58 T63 x63, T64 x64, T65 x65, T66 x66, T67 x67, T68 x68, T69 x69, T70 x70, T71 x71, T72 x72, in foo()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/generics/inference/8048838/
H A DT8048838.java44 T62 extends T63, T63 extends T64, T64 extends T65, T65 extends T66, T66 extends T67,
58 T63 x63, T64 x64, T65 x65, T66 x66, T67 x67, T68 x68, T69 x69, T70 x70, T71 x71, T72 x72, in foo()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/generics/inference/8048838/
H A DT8048838.java44 T62 extends T63, T63 extends T64, T64 extends T65, T65 extends T66, T66 extends T67,
58 T63 x63, T64 x64, T65 x65, T66 x66, T67 x67, T68 x68, T69 x69, T70 x70, T71 x71, T72 x72, in foo()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/generics/inference/8048838/
H A DT8048838.java44 T62 extends T63, T63 extends T64, T64 extends T65, T65 extends T66, T66 extends T67,
58 T63 x63, T64 x64, T65 x65, T66 x66, T67 x67, T68 x68, T69 x69, T70 x70, T71 x71, T72 x72, in foo()

12345678910>>...27