HomeSort by relevance Sort by last modified time
    Searched defs:SSE (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/base/
cpu.h 22 SSE,
  /external/chromium_org/third_party/libwebp/enc/
filter.c 174 const double SSE = iw2 * (sxx + syy - 2. * sxy);
175 if (SSE > kMinValue) return SSE;
  /external/webp/src/enc/
filter.c 174 const double SSE = iw2 * (sxx + syy - 2. * sxy);
175 if (SSE > kMinValue) return SSE;
  /art/disassembler/
disassembler_x86.cc 81 enum RegFile { GPR, MMX, SSE };
87 } else if (reg_file == SSE) {
322 src_reg_file = dst_reg_file = SSE;
334 src_reg_file = dst_reg_file = SSE;
346 src_reg_file = dst_reg_file = SSE;
358 src_reg_file = dst_reg_file = SSE;
377 dst_reg_file = SSE;
394 src_reg_file = SSE;
411 src_reg_file = SSE;
425 src_reg_file = dst_reg_file = SSE;
    [all...]
  /external/eigen/Eigen/src/Core/util/
Constants.h 407 SSE = 0x1,
410 Target = SSE
  /external/clang/lib/CodeGen/
TargetInfo.cpp 782 // Otherwise, if the type contains an SSE vector type, the alignment is 16.
    [all...]
  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c     [all...]

Completed in 726 milliseconds