HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 4776 - 4800 of 8518) sorted by null

<<191192193194195196197198199200>>

  /external/skqp/src/pdf/
SkPDFMetadata.cpp 170 // "<?xpacket" and extract the entire XML.
  /external/spirv-llvm/test/SPIRV/transcoding/
OpImageQuerySize.ll 15 ; and subsequent extract or shufflevector instructions. Unfortunately there is
  /external/stressapptest/src/
os.h 313 // Extract bits [n+len-1, n] from a 32 bit word.
  /external/swiftshader/docs/
Reactor.md 41 This is becoming especially problematic for GPUs, as they are now just as programmable as CPUs but you can still only command them through an API. Attempts to disguise this by using a single language, such as C++AMP and SYCL, still have difficulties expressing how data is exchanged, don't actually provide control over the specialization, they have hidden overhead, and they have unpredictable performance characteristics across devices. Meanwhile CPUs gain ever more cores and wider SIMD vector units, but statically compiled languages don't readily exploit this and can't deal with the many code paths required to extract optimal performance. A different language and framework is required.
  /external/swiftshader/src/Shader/
PixelProgram.cpp 190 case Shader::OPCODE_EXTRACT: extract(d.x, s0, s1.x); break;
    [all...]
  /external/swiftshader/third_party/LLVM/autoconf/m4/
ltdl.m4 284 [Define if libtool can extract symbol lists from object files.])
  /external/swiftshader/third_party/LLVM/include/llvm/
Function.h 213 /// @brief Extract the alignment for a call or parameter (0=unknown).
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
PeepholeOptimizer.cpp 128 /// Do not generate an EXTRACT that is used only in a debug use, as this changes
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARM.td 52 "Enable Thumb2 extract and pack instructions">;
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
sse3.ll 6 ; Test for v8xi16 lowering where we extract the first element of the vector and
  /external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
Process.inc 370 // Now extract the structure allocated by setupterm and free its memory
  /external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
Process.inc 184 // Extract any directory part of the argument.
  /external/syslinux/com32/include/sys/
elfcommon.h 228 /* How to extract and insert information held in the st_info field. */
  /external/tcpdump/
Makefile.in 265 extract.h \
print-aodv.c 43 #include "extract.h"
print-arp.c 36 #include "extract.h"
print-cfm.c 29 #include "extract.h"
print-cnfp.c 54 #include "extract.h"
print-dccp.c 23 #include "extract.h"
print-eigrp.c 28 #include "extract.h"
print-fddi.c 228 /* Extract src, dst addresses */
print-llc.c 35 #include "extract.h"
print-lwapp.c 29 #include "extract.h"
print-lwres.c 45 #include "extract.h"
print-resp.c 43 #include "extract.h"

Completed in 1206 milliseconds

<<191192193194195196197198199200>>