HomeSort by relevance Sort by last modified time
    Searched refs:altivec (Results 1 - 17 of 17) sorted by null

  /external/clang/test/Headers/
altivec-header.c 6 #include <altivec.h>
8 // Verify that simply including <altivec.h> does not generate any code
  /external/libunwind/tests/
ppc64-test-altivec-utils.c 2 #include <altivec.h>
ppc64-test-altivec.c 8 #include <altivec.h>
  /external/flac/libFLAC/include/private/
cpu.h 63 FLAC__bool altivec; member in struct:__anon1070
  /external/jemalloc/test/include/test/
jemalloc_test.h 55 # include <altivec.h>
  /external/flac/libFLAC/
cpu.c 358 info->data.ppc.altivec = !(sysctl(mib, 2, &val, &len, NULL, 0) || !val);
373 info->data.ppc.altivec = 0;
388 info->data.ppc.altivec = 1;
404 info->data.ppc.altivec = 0;
stream_decoder.c 443 if(decoder->private_->cpuinfo.data.ppc.altivec) {
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
configure.sh 1046 soft_enable altivec
1047 enabled altivec && add_cflags -maltivec
1059 enabled altivec && add_cflags -faltivec
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 1015 soft_enable altivec
1016 enabled altivec && add_cflags -maltivec
1028 enabled altivec && add_cflags -faltivec
    [all...]
  /external/chromium_org/third_party/mesa/src/include/CL/
cl_platform.h 278 #include <altivec.h> /* may be omitted depending on compiler. AltiVec spec provides no way to detect whether the header is required. */
    [all...]
  /external/mesa3d/include/CL/
cl_platform.h 278 #include <altivec.h> /* may be omitted depending on compiler. AltiVec spec provides no way to detect whether the header is required. */
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /external/opencv/cv/src/
cvsmooth.cpp 520 #include <altivec.h>
572 * SSE2, MMX or Altivec, if available.
607 * of SSE2, MMX or Altivec, if available.
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
filter_altivec.asm 558 ;# Because the width that needs to be filtered will fit in a single altivec
loopfilter_filters_altivec.asm 49 ;# The altivec merge instructions provide a rapid means of effecting
    [all...]
  /external/libvpx/libvpx/vp8/common/ppc/
filter_altivec.asm 558 ;# Because the width that needs to be filtered will fit in a single altivec
loopfilter_filters_altivec.asm 49 ;# The altivec merge instructions provide a rapid means of effecting
    [all...]

Completed in 487 milliseconds