Home
last modified time | relevance | path

Searched refs:base0 (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/mjsunit/
Darray-bounds-check-removal.js206 function test_composition(a, base0, check) { argument
207 var base1 = ((base0 + 2));
213 result += a[base0];
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
Dp5-0x.cpp29 Base&& base0 = xvalue<Base>(); in test_rvalue_refs()
/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp597 const deUint32 base0 = rnd.getUint32(); in getInputValues() local
601 in0[valueNdx*scalarSize + compNdx] = base0 >> adj0; in getInputValues()
688 const deInt32 base0 = (deInt32)rnd.getUint32(); in getInputValues() local
692 in0[valueNdx*scalarSize + compNdx] = base0 >> adj0; in getInputValues()