HomeSort by relevance Sort by last modified time
    Searched full:hweight (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 189 // Force hweight onto the stack so that x86 doesn't add hidden precision,
193 volatile float hweight = Hint[hint] += weight; local
195 if (hweight > bestPhys && mri.isAllocatable(hint))
196 bestPhys = hweight, hintPhys = hint;
198 if (hweight > bestVirt)
199 bestVirt = hweight, hintVirt = hint;
  /external/fio/lib/
hweight.c 1 #include "hweight.h"
  /external/fio/
Android.mk 30 lib_src_files := lib/rbtree.c lib/flist_sort.c lib/getrusage.c lib/hweight.c lib/ieee754.c lib/lfsr.c \
Makefile 37 lib/hweight.c lib/getrusage.c idletime.c td_error.c \
verify.c 15 #include "lib/hweight.h"
    [all...]
  /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/include/linux/
bitops.h 6 #include <asm/hweight.h>
  /external/fio/os/
os-windows.h 18 #include "../lib/hweight.h"
  /external/fio/os/windows/
posix.c 26 #include "../../lib/hweight.h"
  /toolchain/binutils/binutils-2.25/opcodes/
metag-dis.c 425 static unsigned int hweight (unsigned int rmask) function
911 int i, count = hweight (rmask);
980 count = hweight (rmask);
    [all...]
  /external/skia/platform_tools/android/bin/linux/
perfhost 

Completed in 918 milliseconds