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

<<61626364656667686970>>

  /external/jetty/src/java/org/eclipse/jetty/util/resource/
JarResource.java 140 LOG.debug("Extract "+this+" to "+directory);
170 //extract it.
174 //are looking to extract its contents into the target
  /external/llvm/include/llvm/IR/
Metadata.h 397 /// mdconst::extract <=> cast
448 /// \brief Extract a Value from Metadata.
450 /// As an analogue to \a cast(), extract the \a Value subclass \c X from \c MD.
453 extract(Y &&MD) { function in namespace:llvm::mdconst
459 extract(Y &MD) { function in namespace:llvm::mdconst
460 return extract(&MD);
463 /// \brief Extract a Value from Metadata, allowing null.
465 /// As an analogue to \a cast_or_null(), extract the \a Value subclass \c X
475 /// \brief Extract a Value from Metadata, if any.
477 /// As an analogue to \a dyn_cast_or_null(), extract the \a Value subclass \c
    [all...]
  /external/llvm/lib/IR/
Metadata.cpp 842 APFloat AVal = mdconst::extract<ConstantFP>(A->getOperand(0))->getValueAPF();
843 APFloat BVal = mdconst::extract<ConstantFP>(B->getOperand(0))->getValueAPF();
905 ConstantInt *ALow = mdconst::extract<ConstantInt>(A->getOperand(2 * AI));
906 ConstantInt *BLow = mdconst::extract<ConstantInt>(B->getOperand(2 * BI));
910 mdconst::extract<ConstantInt>(A->getOperand(2 * AI + 1)));
914 mdconst::extract<ConstantInt>(B->getOperand(2 * BI + 1)));
919 addRange(EndPoints, mdconst::extract<ConstantInt>(A->getOperand(2 * AI)),
920 mdconst::extract<ConstantInt>(A->getOperand(2 * AI + 1)));
924 addRange(EndPoints, mdconst::extract<ConstantInt>(B->getOperand(2 * BI)),
925 mdconst::extract<ConstantInt>(B->getOperand(2 * BI + 1)))
    [all...]
  /external/llvm/test/CodeGen/AArch64/
arm64-neon-v8.1a.ll 248 %extract = extractelement <2 x i32> %prod, i64 0
249 %retval = call i32 @llvm.aarch64.neon.sqadd.i32(i32 %acc, i32 %extract)
261 %extract = extractelement <4 x i32> %prod, i64 0
262 %retval = call i32 @llvm.aarch64.neon.sqadd.i32(i32 %acc, i32 %extract)
302 %extract = extractelement <2 x i32> %prod, i64 0
303 %retval = call i32 @llvm.aarch64.neon.sqsub.i32(i32 %acc, i32 %extract)
315 %extract = extractelement <4 x i32> %prod, i64 0
316 %retval = call i32 @llvm.aarch64.neon.sqsub.i32(i32 %acc, i32 %extract)
424 %extract = extractelement <4 x i32> %rhs, i32 3
425 %prod = call i32 @llvm.aarch64.neon.sqrdmulh.i32(i32 %mhs, i32 %extract)
    [all...]
  /external/lzma/CPP/7zip/Bundles/SFXCon/
SfxCon.cpp 17 #include "../../UI/Common/Extract.h"
109 " x: eXtract files with full pathname (default)\n"
401 HRESULT result = Extract(
  /external/vboot_reference/utility/
dev_debug_vboot 42 it will attempt to read the current BIOS, extract the firmware keys, and use
289 # If we've already got a file, just extract everything.
316 "GBB" || logdie "Unable to extract keys from GBB"
  /external/webp/src/dsp/
cpu-features.c 90 /* Extract the content of a the first occurence of a given field in
258 /* Extract architecture from the "CPU Architecture" field.
321 /* Extract the list of CPU features from 'Features' field */
  /external/webrtc/webrtc/system_wrappers/source/android/
cpu-features.c 90 /* Extract the content of a the first occurence of a given field in
258 /* Extract architecture from the "CPU Architecture" field.
321 /* Extract the list of CPU features from 'Features' field */
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad_mb_offset.h 102 x10 = x5 - (x4 << 8); /* extract low bytes */
197 x10 = x5 - (x4 << 8); /* extract low bytes */
332 x10 = x5 - (x4 << 8); /* extract low bytes */
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_mb_offset.h 105 x10 = x5 - (x4 << 8); /* extract low bytes */
201 x10 = x5 - (x4 << 8); /* extract low bytes */
294 x10 = x5 - (x4 << 8); /* extract low bytes */
  /libcore/ojluni/src/main/native/
zip_util.h 74 #define LOCVER(b) SH(b, 4) /* version needed to extract */
95 #define CENVER(b) SH(b, 6) /* version needed to extract */
124 #define ZIP64_ENDVER(b) SH(b, 14) /* version needed to extract */
  /packages/apps/Messaging/src/com/android/messaging/util/
UriUtil.java 69 * Extract the path from a file:// Uri, or null if the uri is of other scheme.
169 LogUtil.e(LogUtil.BUGLE_TAG, "Unable extract duration from media file: " + uri, e);
314 * Extract recipient destinations from Uri of form
  /toolchain/binutils/binutils-2.25/gas/doc/
c-nios2.texi 91 Extract the upper 16 bits of @var{expression} and add
110 Extract the upper 16 bits of @var{expression}.
114 Extract the lower 16 bits of @var{expression}.
  /toolchain/binutils/binutils-2.25/opcodes/
tic80-dis.c 208 /* Extract the value from the instruction. */
209 if (operand->extract)
210 value = (*operand->extract) (insn, NULL);
  /bionic/libc/bionic/
clone.cpp 50 // Extract any optional parameters required by the flags.
  /bionic/libc/upstream-freebsd/lib/libc/gen/
ldexp.c 102 k = (hx&0x7ff00000)>>20; /* extract exponent */
  /bionic/libm/arm/
floor.S 40 /* extract exp of x */
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_atanl.c 51 /* Extract the exponent and the first few bits of the mantissa. */
  /cts/tests/tests/icu/
Android.mk 52 # CTSv1 and extract the list of tests run and update the test-list.txt file.
  /cts/tests/tests/os/src/android/os/cts/
CustomClassLoaderTest.java 43 // Extract the packaged dex/jar file to a temporary file so we
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestFract.java 82 // Extract the inputs.
170 // Extract the inputs.
258 // Extract the inputs.
346 // Extract the inputs.
432 // Extract the inputs.
501 // Extract the inputs.
570 // Extract the inputs.
639 // Extract the inputs.
    [all...]
TestFrexp.java 82 // Extract the inputs.
170 // Extract the inputs.
258 // Extract the inputs.
346 // Extract the inputs.
TestModf.java 82 // Extract the inputs.
170 // Extract the inputs.
258 // Extract the inputs.
346 // Extract the inputs.
TestNan.java 74 // Extract the inputs.
TestNanHalf.java 69 // Extract the inputs.

Completed in 1706 milliseconds

<<61626364656667686970>>