Home
last modified time | relevance | path

Searched refs:v_i (Results 1 – 8 of 8) sorted by relevance

/external/v8/test/cctest/wasm/
Dtest-signatures.h71 FunctionSig* v_i() { return &sig_v_i; } in v_i() function
/external/clang/test/Parser/
Daltivec.c39 vector int v_i; variable
Dcxx-altivec.cpp39 vector int v_i; variable
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c2535 const int v_i[TGSI_QUAD_SIZE], in sample_get_texels()
2562 int x = CLAMP(v_i[j] + offset[0], 0, width - 1); in sample_get_texels()
2571 int x = CLAMP(v_i[j] + offset[0], 0, width - 1); in sample_get_texels()
2582 int x = CLAMP(v_i[j] + offset[0], 0, width - 1); in sample_get_texels()
2592 int x = CLAMP(v_i[j] + offset[0], 0, width - 1); in sample_get_texels()
2603 int x = CLAMP(v_i[j] + offset[0], 0, width - 1); in sample_get_texels()
/external/opencv/cxcore/src/
Dcxmatmul.cpp2629 void *v_i, *v_j; in cvCalcCovarMatrix() local
2634 v_i = vecdata[i].ptr; in cvCalcCovarMatrix()
2641 v_i = vecmat->data.ptr + vec_delta*i; in cvCalcCovarMatrix()
2646 dot_func( v_i, step_i, v_j, step_j, avg->data.ptr, avg->step, srcsize, &result ); in cvCalcCovarMatrix()
/external/gmock/include/gmock/
Dgmock-generated-actions.h.pump475 // where u_i is the desired type of v_i.
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-actions.h.pump475 // where u_i is the desired type of v_i.
/external/v8/test/unittests/wasm/
Dast-decoder-unittest.cc68 init_env(&env_v_i, sigs.v_i()); in WasmDecoderTest()