/external/libchrome/base/ |
atomicops_unittest.cc | 141 AtomicType test_val = (static_cast<uint64_t>(1) << local 143 AtomicType value = -1 ^ test_val; 145 EXPECT_EQ(test_val, value); 149 EXPECT_EQ(-1 ^ test_val, value); 152 test_val = static_cast<uint64_t>(1) << (NUM_BITS(AtomicType) / 2); 153 value = test_val - 1; 155 EXPECT_EQ(test_val, value); 159 EXPECT_EQ(test_val - 1, value);
|
/external/v8/test/cctest/ |
test-atomicops.cc | 161 AtomicType test_val = static_cast<AtomicType>(1) local 163 AtomicType value = test_val - 1; 165 CHECK_EQU(test_val, value); 169 CHECK_EQU(test_val - 1, value);
|
/external/valgrind/none/tests/ppc32/ |
test_dfp4.c | 487 dfp_val_t test_val, dummy; local 500 test_val.u64_val = dfp64_vals[i]; 502 test_val.u128.valu = dfp128_vals[i * 2]; 503 test_val.u128.vall = dfp128_vals[(i * 2) + 1]; 518 (*func)(BF, data_class_OR_group, &test_val, &dummy); 525 printf("%016llx %016llx", test_val.u128.valu, test_val.u128.vall); 527 printf("%016llx", test_val.u64_val);
|
test_dfp5.c | 411 dfp_val_t test_val; local 423 test_val.u64_val = dfp64_vals[i]; 425 test_val.u128.valu = dfp128_vals[i * 2]; 426 test_val.u128.vall = dfp128_vals[(i * 2) + 1]; 437 result = (*func)(SP, &test_val); 440 printf("%016llx ==> %016llx\n", test_val.u64_val, result.u64_val); 443 test_val.u128.valu, test_val.u128.vall, 463 dfp_val_t test_val; local 493 test_val.u64_val = bcd64_vals[i] [all...] |
/art/runtime/interpreter/ |
interpreter_common.h | 850 int32_t test_val = shadow_frame.GetVReg(inst->VRegA_31t(inst_data)); local 878 int32_t test_val = shadow_frame.GetVReg(inst->VRegA_31t(inst_data)); local [all...] |
/external/mesa3d/src/glsl/ |
ast_to_hir.cpp | 3612 ir_rvalue *const test_val = local [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
xtensa-isa.c | 1033 uint32 test_val, orig_val; 1089 || (test_val = *valp, (*intop->decode) (&test_val)) 1090 || test_val != orig_val) 1028 uint32 test_val, orig_val; local [all...] |