Searched
full:extract (Results
251 -
275 of
5734) sorted by null
<<11121314151617181920>>
/art/runtime/interpreter/mterp/mips64/ |
op_iget_wide_quick.S | 13 GET_INST_OPCODE v0 # extract opcode from rINST
|
op_iput.S | 20 GET_INST_OPCODE v0 # extract opcode from rINST
|
op_iput_wide.S | 14 GET_INST_OPCODE v0 # extract opcode from rINST
|
op_iput_wide_quick.S | 13 GET_INST_OPCODE v0 # extract opcode from rINST
|
op_monitor_exit.S | 17 GET_INST_OPCODE v0 # extract opcode from rINST
|
op_sget.S | 25 GET_INST_OPCODE v0 # extract opcode from rINST
|
op_sput.S | 19 GET_INST_OPCODE v0 # extract opcode from rINST
|
op_sput_wide.S | 17 GET_INST_OPCODE v0 # extract opcode from rINST
|
unop.S | 16 GET_INST_OPCODE v0 # extract opcode from rINST
|
unopWide.S | 15 GET_INST_OPCODE v0 # extract opcode from rINST
|
/cts/tests/tests/icu/tools/ |
update-test-list.sh | 3 # Extract a flat list of tests from a CTSv2 generated host log for use when generating the CTSv1
|
/external/autotest/server/samples/ |
deb_kernel.srv | 13 dir= kernel.extract(rh)
|
/external/eigen/doc/snippets/ |
Tridiagonalization_diagonal.cpp | 9 cout << "We can also extract the diagonals of T directly ..." << endl;
|
/external/icu/icu4c/source/test/letest/ |
letsutil.cpp | 39 le_int32 cLength = uString->extract(0, uLength, NULL, 0, US_INV); 42 uString->extract(0, uLength, cString, cLength, US_INV); 66 le_int32 cLength = uString->extract(0, uLength, NULL, 0, "UTF-8"); 69 uString->extract(0, uLength, cString, cLength, "UTF-8");
|
/external/llvm/test/CodeGen/X86/ |
vec_insert-8.ll | 3 ; tests variable insert and extract of a 4 x i32
|
widen_extract-1.ll | 2 ; widen extract subvector
|
/external/llvm/test/Transforms/CodeExtractor/ |
2004-11-12-InvokeExtract.ll | 1 ; RUN: opt < %s -extract-blocks -disable-output
|
/external/llvm/test/Transforms/InstCombine/ |
select-extractelement.ll | 12 %extract = extractelement <4 x float> %sel, i32 2 13 ret float %extract 35 %extract = extractelement <4 x float> %sel, i32 2 37 ret float %extract 45 %extract = extractelement <4 x float> %sel, i32 2 47 ret float %extract 50 ; Extract from a vector select 56 %extract = extractelement <4 x float> %select, i32 0 57 ret float %extract
|
/external/opencv3/doc/py_tutorials/py_video/ |
py_table_of_contents_video.markdown | 16 In several applications, we need to extract foreground for further operations like object tracking. Background Subtraction is a well-known method in those cases.
|
/external/opencv3/doc/tutorials/video/ |
table_of_content_video.markdown | 13 We will learn how to extract foreground masks from both videos and sequences of images and
|
/external/smali/util/src/main/java/org/jf/util/ |
NibbleUtils.java | 38 * @param value the value to extract the nibble from 48 * @param value the value to extract the nibble from 58 * @param value the value to extract the nibble from 68 * @param value the value to extract the nibble from
|
/system/core/libpixelflinger/ |
col32cb16blend_neon.S | 62 vshr.u8 d7, d6, #7 // extract top bit of alpha 81 vand q10, q10, q14 // extract dst blue0 89 vand q11, q11, q14 // extract dst blue1 122 and r11, r4, #0xff // extract red 123 ubfx r12, r4, #8, #8 // extract green 124 ubfx r4, r4, #16, #8 // extract blue 132 mov r6, r8, lsr #11 // extract dest red 133 ubfx r7, r8, #5, #6 // extract dest green 134 and r8, r8, #0x1f // extract dest blue
|
/system/sepolicy/ |
blkid.te | 5 # Allowed read-only access to encrypted devices to extract UUID/label
|
/toolchain/binutils/binutils-2.25/binutils/ |
arlex.l | 54 "EXTRACT" { return EXTRACT; } 69 "extract" { return EXTRACT; }
|
/external/libhevc/common/arm/ |
ihevc_inter_pred_luma_horz_w16out.s | 212 @vext.u8 d2,d0,d1,#2 @vector extract of src[0_2] 213 @vext.u8 d3,d0,d1,#3 @vector extract of src[0_3] 214 @vext.u8 d4,d0,d1,#4 @vector extract of src[0_4] 216 @vext.u8 d5,d0,d1,#5 @vector extract of src[0_5] 217 @vext.u8 d6,d0,d1,#6 @vector extract of src[0_6] 218 @vext.u8 d7,d0,d1,#7 @vector extract of src[0_7] 219 @vext.u8 d1,d0,d1,#1 @vector extract of src[0_1] 236 @ vext.u8 d14,d12,d13,#2 @vector extract of src[0_2] 237 @ vext.u8 d15,d12,d13,#3 @vector extract of src[0_3] 238 @ vext.u8 d16,d12,d13,#4 @vector extract of src[0_4 [all...] |
Completed in 1703 milliseconds
<<11121314151617181920>>