Searched refs:a32 (Results 1 – 6 of 6) sorted by relevance
1 reflection3264_reduce_mismatch_name_exp.rs:7:12: error: 1st reduction kernel is 'a32' for 32-bit ta…
9 #pragma rs reduce(a32) accumulator(accumBad)
1 reflection3264_reduce_mismatch_name_noexp.rs:10:12: error: 1st reduction kernel is 'a32' for 32-bit…
12 #pragma rs reduce(a32) accumulator(accumGood)
338 uint64 a32 = lo_ >> 32; variable347 uint64 c96 = a96 * b00 + a64 * b32 + a32 * b64 + a00 * b96;348 uint64 c64 = a64 * b00 + a32 * b32 + a00 * b64;352 *this += uint128(a32 * b00) << 32;
205 Account a32 = new Account("account3", AccountManagerServiceTestFixtures.ACCOUNT_TYPE_2); in testCheckAddAccount() local211 mAms.addAccountExplicitly(a32, "p32", null); in testCheckAddAccount()223 assertEquals(a32, accounts[5]); in testCheckAddAccount()