OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:minus_1
(Results
1 - 2
of
2
) sorted by null
/external/v8/test/cctest/compiler/
test-machine-operator-reducer.cc
224
Node*
minus_1
= R.Constant<int32_t>(-1);
local
228
R.CheckBinop(x, x,
minus_1
); // x & -1 => 0
229
R.CheckBinop(x,
minus_1
, x); // -1 & x => 0
250
Node*
minus_1
= R.Constant<int32_t>(-1);
local
254
R.CheckBinop(
minus_1
, x,
minus_1
); // x & -1 => -1
255
R.CheckBinop(
minus_1
,
minus_1
, x); // -1 & x => -1
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
viddec_vc1_workload.c
469
// Backward reference is future reference frame and is temporally the closest - hence
minus_1
472
// Only Forward reference is valid and is the temporally closest reference - hence
minus_1
, backward is set same as forward
Completed in 71 milliseconds