Searched refs:v_i (Results 1 – 8 of 8) sorted by relevance
/external/v8/test/cctest/wasm/ |
D | test-signatures.h | 71 FunctionSig* v_i() { return &sig_v_i; } in v_i() function
|
/external/clang/test/Parser/ |
D | altivec.c | 39 vector int v_i; variable
|
D | cxx-altivec.cpp | 39 vector int v_i; variable
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 2535 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/ |
D | cxmatmul.cpp | 2629 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/ |
D | gmock-generated-actions.h.pump | 475 // where u_i is the desired type of v_i.
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-generated-actions.h.pump | 475 // where u_i is the desired type of v_i.
|
/external/v8/test/unittests/wasm/ |
D | ast-decoder-unittest.cc | 68 init_env(&env_v_i, sigs.v_i()); in WasmDecoderTest()
|