HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 1851 - 1875 of 6076) sorted by null

<<71727374757677787980>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestMix.java 88 // Extract the inputs.
177 // Extract the inputs.
266 // Extract the inputs.
355 // Extract the inputs.
454 // Extract the inputs.
549 // Extract the inputs.
    [all...]
  /external/v8/src/s390/
constants-s390.h 422 EAR = 0xB24F, // Extract Access
423 ECAG = 0xEB4C, // Extract Cache Attribute
424 ECTG = 0xC81, // Extract Cpu Time
427 EEDTR = 0xB3E5, // Extract Biased Exponent (long DFP to 64)
428 EEXTR = 0xB3ED, // Extract Biased Exponent (extended DFP to 64)
429 EFPC = 0xB38C, // Extract Fpc
430 EPSW = 0xB98D, // Extract Psw
431 ESDTR = 0xB3E7, // Extract Significance (long DFP)
432 ESXTR = 0xB3EF, // Extract Significance (extended DFP)
433 ETND = 0xB2EC, // Extract Transaction Nesting Dept
    [all...]
  /external/v8/src/runtime/
runtime-simd.cc 252 #define SIMD_CREATE_FUNCTION(type, lane_type, lane_count, extract, replace) \
264 #define SIMD_EXTRACT_FUNCTION(type, lane_type, lane_count, extract, replace) \
270 return *isolate->factory()->extract(a->get_lane(lane)); \
273 #define SIMD_REPLACE_FUNCTION(type, lane_type, lane_count, extract, replace) \
289 #define SIMD_CHECK_FUNCTION(type, lane_type, lane_count, extract, replace) \
296 #define SIMD_SWIZZLE_FUNCTION(type, lane_type, lane_count, extract, replace) \
311 #define SIMD_SHUFFLE_FUNCTION(type, lane_type, lane_count, extract, replace) \
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwb_math_op.cpp 344 i = extract_h(*frac); /* Extract b25-b31 */
346 a = (int16)(*frac); /* Extract b10-b24 */
393 i = (fraction >> 10); /* Extract b10-b16 of fraction */
394 a = (int16)(L_x); /* Extract b0-b9 of fraction */
509 i = extract_h(L_x); /* Extract b25-b31 */
511 a = (int16)(L_x); /* Extract b10-b24 of fraction */
578 * Extract from a 32 bit integer two 16 bit DPF.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
istream 149 * If the sentry status is good, the function tries to extract
282 * If the sentry status is good, the function tries to extract
298 * Tries to extract a character. If none are available, sets failbit
309 * Tries to extract a character and store it in @a __c. If none are
393 * @param __n Maximum number of characters to extract.
421 * @param __n Maximum number of characters to extract.
464 * returns @c traits::eof(). Otherwise reads but does not extract
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
istream 149 * If the sentry status is good, the function tries to extract
282 * If the sentry status is good, the function tries to extract
298 * Tries to extract a character. If none are available, sets failbit
309 * Tries to extract a character and store it in @a __c. If none are
393 * @param __n Maximum number of characters to extract.
421 * @param __n Maximum number of characters to extract.
464 * returns @c traits::eof(). Otherwise reads but does not extract
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
istream 149 * If the sentry status is good, the function tries to extract
282 * If the sentry status is good, the function tries to extract
298 * Tries to extract a character. If none are available, sets failbit
309 * Tries to extract a character and store it in @a __c. If none are
393 * @param __n Maximum number of characters to extract.
421 * @param __n Maximum number of characters to extract.
464 * returns @c traits::eof(). Otherwise reads but does not extract
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
istream 149 * If the sentry status is good, the function tries to extract
282 * If the sentry status is good, the function tries to extract
298 * Tries to extract a character. If none are available, sets failbit
309 * Tries to extract a character and store it in @a __c. If none are
393 * @param __n Maximum number of characters to extract.
421 * @param __n Maximum number of characters to extract.
464 * returns @c traits::eof(). Otherwise reads but does not extract
  /toolchain/binutils/binutils-2.25/opcodes/
s390-opc.txt 66 b24f ear RRE_RA "extract access" g5 esa,zarch
69 b226 epar RRE_R0 "extract primary ASN" g5 esa,zarch
70 b249 ereg RRE_RR "extract stacked registers" g5 esa,zarch
71 b227 esar RRE_R0 "extract secondary ASN" g5 esa,zarch
72 b24a esta RRE_RR "extract stacked state" g5 esa,zarch
301 b38c efpc RRE_RR_OPT "extract fpc" g5 esa,zarch
474 b90e eregg RRE_RR "extract stacked registers 64" z900 zarch
522 b98d epsw RRE_RR "extract psw" z900 esa,zarch
527 b99d esea RRE_R0 "extract and set extended authority" z900 zarch
    [all...]
  /external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
element.py 212 self.extract()
220 self.extract()
232 def extract(self): member in class:PageElement
288 # we extract this element, our target index will
291 new_child.extract()
352 # Extract first so that the index won't be screwed up if they
355 predecessor.extract()
371 # Extract first so that the index won't be screwed up if they
374 successor.extract()
858 self.extract()
    [all...]
  /external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 145 vdst_b = vandq_u16(vdst, vmask_blue); // extract blue
146 vdst_r = vshrq_n_u16(vdst, 6+5); // extract red
147 vdst_g = vshrq_n_u16(vdst_g, 5+5); // extract green
556 vdst1_b = vdst1 & vmask_blue; // extract blue
557 vdst1_r = vshrq_n_u16(vdst1, SK_R16_SHIFT); // extract red
558 vdst1_g = vshrq_n_u16(vdst1_g, SK_R16_BITS + SK_B16_BITS); // extract green
561 vdst2_b = vdst2 & vmask_blue; // extract blue
562 vdst2_r = vshrq_n_u16(vdst2, SK_R16_SHIFT); // extract red
563 vdst2_g = vshrq_n_u16(vdst2_g, SK_R16_BITS + SK_B16_BITS); // extract green
665 vdst_b = vdst & vmask_blue; // extract blu
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 163 /// Extract an 8-bit value from a vector and zero extend it to
167 /// Extract a 16-bit value from a vector and zero extend it to
219 // Extract Normalized Mantissas
335 BEXTR, // Bit field extract
415 // Insert/Extract vector element
556 /// EXTRACT_SUBVECTOR operand specifies a vector extract that is
566 /// EXTRACT_SUBVECTOR operand specifies a vector extract that is
576 /// immediate to extract the specified EXTRACT_SUBVECTOR index
586 /// immediate to extract the specified EXTRACT_SUBVECTOR index
    [all...]
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 112 // just use a packed version of the color and extract the
188 // iterated colors are packed, extract the one we need
189 extract(fragment, parts.iterated, component);
    [all...]
  /bootable/recovery/
install.cpp 124 // Extract the update binary from the open zip archive |zip| located at |path|
227 // For A/B updates we extract the payload properties to a buffer and obtain
239 LOGE("Can't extract %s\n", AB_OTA_PAYLOAD_PROPERTIES);
266 // On traditional updates we extract the update binary from the package.
300 // If the package contains an update binary, extract it and run it.
  /docs/source.android.com/src/devices/tech/display/
hdr.jd 508 <li>A regular MP4 extractor can only extract the base layer from a file,
510 needed to extract the data from the file.</li>
562 MP4 extractor to extract the frame data and send it to the decoder.</p>
597 Dolby. Applications could, in theory, use a regular MP4 extractor to extract
667 team. Applications need to use a WebM extractor to extract HDR metadata from
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/
setup.py 473 """Extract all members from the archive to the current working
476 to extract to. `members' is optional and must be a subset of the
489 # Extract directories with a safe mode.
493 self.extract(tarinfo, path)
588 # Extract the package name from distutils metadata
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/
setup.py 473 """Extract all members from the archive to the current working
476 to extract to. `members' is optional and must be a subset of the
489 # Extract directories with a safe mode.
493 self.extract(tarinfo, path)
588 # Extract the package name from distutils metadata
  /external/icu/icu4c/source/test/intltest/
dcfmtest.cpp 117 // Buffer size is len+1 so that s.extract() will nul-terminate the string.
118 s.extract(0, len, buf.getAlias(), len+1, US_INV);
139 int32_t requiredCapacity = s.extract(0, len, buf.getAlias(), capacity) + 1;
143 s.extract(0, len, buf.getAlias(), capacity);
345 expectedType.extract(0, 1, expectedTypeC, 2, US_INV);
  /external/libhevc/common/arm/
ihevc_intra_pred_chroma_mode_27_to_33.s 154 vmov.u32 lr,d5[0] @(i row)extract idx to the r register
203 vmov.u32 lr,d5[1] @extract idx to the r register
281 vmov.u32 lr,d3[0] @(i)extract idx to the r register
320 vmov.u32 lr,d3[1] @extract idx to the r register
391 vmov.u32 lr,d3[0] @(i)extract idx to the r register
ihevc_intra_pred_filters_chroma_mode_19_to_25.s 265 vmov.u32 lr,d5[0] @(i row)extract idx to the r register
311 vmov.u32 lr,d5[1] @extract idx to the r register
390 vmov.u32 lr,d3[0] @(i)extract idx to the r register
431 vmov.u32 lr,d3[1] @extract idx to the r register
504 vmov.u32 lr,d3[0] @(i)extract idx to the r register
ihevc_intra_pred_filters_luma_mode_19_to_25.s 269 vmov.u32 lr,d5[0] @(i row)extract idx to the r register
314 vmov.u32 lr,d5[1] @extract idx to the r register
388 vmov.u32 lr,d3[0] @(i)extract idx to the r register
428 vmov.u32 lr,d3[1] @extract idx to the r register
498 vmov.u32 lr,d3[0] @(i)extract idx to the r register
ihevc_intra_pred_luma_mode_27_to_33.s 158 vmov.u32 lr,d5[0] @(i row)extract idx to the r register
206 vmov.u32 lr,d5[1] @extract idx to the r register
283 vmov.u32 lr,d3[0] @(i)extract idx to the r register
321 vmov.u32 lr,d3[1] @extract idx to the r register
391 vmov.u32 lr,d3[0] @(i)extract idx to the r register
  /external/libhevc/common/arm64/
ihevc_intra_pred_chroma_mode_27_to_33.s 148 smov x14, v5.s[0] //(i row)extract idx to the r register
197 smov x14, v5.s[1] //extract idx to the r register
277 smov x14, v3.s[0] //(i)extract idx to the r register
317 smov x14, v3.s[1] //extract idx to the r register
388 smov x14, v3.s[0] //(i)extract idx to the r register
ihevc_intra_pred_filters_chroma_mode_19_to_25.s 262 smov x14, v5.s[0] //(i row)extract idx to the r register
308 smov x14, v5.s[1] //extract idx to the r register
389 smov x14, v3.s[0] //(i)extract idx to the r register
431 smov x14, v3.s[1] //extract idx to the r register
504 smov x14, v3.s[0] //(i)extract idx to the r register
ihevc_intra_pred_filters_luma_mode_19_to_25.s 265 umov w14, v5.s[0] //(i row)extract idx to the r register
311 umov w14, v5.s[1] //extract idx to the r register
388 umov w14, v3.s[0] //(i)extract idx to the r register
430 umov w14, v3.s[1] //extract idx to the r register
501 umov w14, v3.s[0] //(i)extract idx to the r register

Completed in 1030 milliseconds

<<71727374757677787980>>