OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:v_a
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vpx_dsp/ppc/
sad_vsx.c
18
v_a
= vec_vsx_ld(offset, a); \
20
v_ah = unpack_to_s16_h(
v_a
); \
21
v_al = unpack_to_s16_l(
v_a
); \
36
uint8x16_t
v_a
, v_b; \
56
uint8x16_t
v_a
, v_b; \
77
uint8x16_t
v_a
, v_b; \
/external/webrtc/webrtc/modules/video_processing/util/
denoiser_filter_neon.cc
46
const uint8x8_t
v_a
= vld1_u8(&a[j]);
local
48
const uint16x8_t v_diff = vsubl_u8(
v_a
, v_b);
/external/deqp/data/gles31/shaders/
separate_shader_validation.test
1362
mediump float
v_a
;
1372
v_val.
v_a
= 1.0;
1387
mediump float
v_a
;
1395
${FRAG_COLOR} = vec4(v_val.
v_a
);
/external/llvm/test/CodeGen/X86/
vector-shuffle-512-v16.ll
269
%
v_a
= load <16 x float>, <16 x float>* %ptr_a, align 4
270
%v2 = shufflevector <16 x float> %
v_a
, <16 x float> undef, <8 x i32> <i32 8, i32 9, i32 10, i32 11, i32 12, i32 13, i32 14, i32 15>
/art/runtime/verifier/
method_verifier.cc
1224
uint32_t
v_a
= dchecked_integral_cast<uint32_t>(inst->VRegA());
local
[
all
...]
/toolchain/binutils/binutils-2.25/opcodes/
ChangeLog-9297
957
(V_a1): Renamed from
V_a
, msb of accumulator reg number.
[
all
...]
Completed in 665 milliseconds