Searched refs:c64 (Results 1 – 4 of 4) sorted by relevance
13 void c64() { }
4 …tch.rs:13:6: error: 3rd invokable function is 'c32' for 32-bit targets but 'c64' for 64-bit targets
348 uint64 c64 = a64 * b00 + a32 * b32 + a00 * b64; variable349 this->hi_ = (c96 << 32) + c64;
827 c2_cntr64_t c64; ///< c2_cntr64_t value member836 Primitive(c2_cntr64_t value) : c64(value) { } in Primitive()856 static_assert(sizeof(u64) == sizeof(c64), "");862 static_assert(offsetof(Primitive, u64) == offsetof(Primitive, c64), "");939 template<> inline const c2_cntr64_t &C2Value::Primitive::ref<c2_cntr64_t>() const { return c64; }