Searched
full:extract (Results
251 -
275 of
6076) sorted by null
<<11121314151617181920>>
/art/runtime/interpreter/mterp/mips64/ |
op_filled_new_array.S | 17 GET_INST_OPCODE v0 # extract opcode from rINST
|
op_iget_object_quick.S | 15 GET_INST_OPCODE v0 # extract opcode from rINST
|
op_iget_wide.S | 20 GET_INST_OPCODE v0 # extract opcode from rINST
|
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
|
Completed in 235 milliseconds
<<11121314151617181920>>