OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:v_low
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/hal/src/
stat.cpp
285
uint16x8_t
v_low
= vmovl_u8(vget_low_u8(v_dst)), v_high = vmovl_u8(vget_high_u8(v_dst));
local
286
v_sum = vaddq_u32(v_sum, vaddl_u16(vget_low_u16(
v_low
), vget_low_u16(v_high)));
287
v_sum = vaddq_u32(v_sum, vaddl_u16(vget_high_u16(
v_low
), vget_high_u16(v_high)));
/art/compiler/utils/x86/
assembler_x86.cc
2431
int32_t
v_low
= Low32Bits(v);
local
[
all
...]
/art/compiler/utils/x86_64/
assembler_x86_64.cc
3196
int32_t
v_low
= v;
local
[
all
...]
Completed in 96 milliseconds