HomeSort by relevance Sort by last modified time
    Searched full:aliasing (Results 1 - 25 of 589) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/doc/snippets/
tut_arithmetic_transpose_aliasing.cpp 5 cout << "and the result of the aliasing effect:\n" << a << endl
TopicAliasing_block.cpp 5 // This assignment shows the aliasing problem
TopicAliasing_block_correct.cpp 5 // The eval() solves the aliasing problem
  /external/icu4c/test/testdata/
testaliases.txt 9 // This is a test resource to check whether the aliasing mechanism works
18 // aliasing nonexist position
21 // aliasing to another resource
30 // aliasing using position
33 // aliasing arrays
40 // Test aliasing parts of an array using position
  /external/eigen/doc/
I11_Aliasing.dox 3 /** \page TopicAliasing Aliasing
5 In Eigen, aliasing refers to assignment statement in which the same matrix (or array or vector) appears on the
7 mat.transpose();</tt> exhibit aliasing. The aliasing in the first example is harmless, but the aliasing in the
8 second example leads to unexpected results. This page explains what aliasing is, when it is harmful, and what
21 Here is a simple example exhibiting aliasing:
36 This assignment exhibits aliasing: the coefficient \c mat(1,1) appears both in the block
51 Note that if \c mat were a bigger, then the blocks would not overlap, and there would be no aliasing
52 problem. This means that in general aliasing cannot be detected at compile time. However, Eigen does detec
    [all...]
  /external/llvm/test/Verifier/
aliasing-chain.ll 1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | grep "Aliasing chain should end with function or global variable"
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
handler_map.txt 5 # Aliasing is processed from the top to the bottom of the line, and
  /external/clang/test/CodeGen/
pr12251.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin %s -emit-llvm -O1 -relaxed-aliasing -o - | FileCheck %s
tbaa-for-vptr.cpp 3 // RUN: %clang_cc1 -emit-llvm -o - -O1 -relaxed-aliasing -fsanitize=thread %s | FileCheck %s
6 // RUN: %clang_cc1 -emit-llvm -o - -O2 -relaxed-aliasing %s | FileCheck %s --check-prefix=NOTBAA
10 // even if -relaxed-aliasing is present.
  /external/mdnsresponder/
Android.mk 26 LOCAL_CFLAGS := -O2 -g -W -Wall -D__ANDROID__ -D_GNU_SOURCE -DHAVE_IPV6 -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DTARGET_OS_LINUX -fno-strict-aliasing -DHAVE_LINUX -DMDNS_DEBUGMSGS=0 -DMDNS_UDS_SERVERPATH=\"/dev/socket/mdnsd\" -DMDNS_USERNAME=\"mdnsr\" -DPLATFORM_NO_RLIMIT
42 LOCAL_CFLAGS := -O2 -g -W -Wall -D__ANDROID__ -D_GNU_SOURCE -DHAVE_IPV6 -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DTARGET_OS_LINUX -fno-strict-aliasing -DHAVE_LINUX -DMDNS_UDS_SERVERPATH=\"/dev/socket/mdnsd\" -DMDNS_DEBUGMSGS=0
59 LOCAL_CFLAGS := -O2 -g -W -Wall -D__ANDROID__ -D_GNU_SOURCE -DHAVE_IPV6 -DNOT_HAVE_SA_LEN -DUSES_NETLINK -DTARGET_OS_LINUX -fno-strict-aliasing -DHAVE_LINUX -DMDNS_UDS_SERVERPATH=\"/dev/socket/mdnsd\" -DMDNS_DEBUGMSGS=0
  /external/clang/test/Misc/
warning-flags-tree.c 17 // CHECK: -Wstrict-aliasing
18 // CHECK-NEXT: -Wstrict-aliasing=0
19 // CHECK-NEXT: -Wstrict-aliasing=1
20 // CHECK-NEXT: -Wstrict-aliasing=2
  /external/freetype/src/smooth/
ftsmooth.h 5 /* Anti-aliasing renderer interface (specification). */
smooth.c 5 /* FreeType anti-aliasing rasterer module component (body only). */
  /external/valgrind/main/none/tests/ppc32/
ldstrev.c 14 : "memory" // Consider memory clobberred for aliasing
26 : "memory" // Consider memory clobberred for aliasing
38 : "memory" // Consider memory clobberred for aliasing
50 : "memory" // Consider memory clobberred for aliasing
  /external/speex/
Android.mk 34 LOCAL_CFLAGS+= -O3 -fstrict-aliasing -fprefetch-loop-arrays
52 LOCAL_CFLAGS += -O3 -fstrict-aliasing -fprefetch-loop-arrays
  /frameworks/native/opengl/libagl/
Android.mk 34 LOCAL_CFLAGS += -fstrict-aliasing
39 LOCAL_CFLAGS += -fstrict-aliasing
  /external/compiler-rt/test/timing/
floatdidf.c 40 // Move the stack alignment between trials to eliminate (mostly) aliasing effects
floatdisf.c 40 // Move the stack alignment between trials to eliminate (mostly) aliasing effects
floatdixf.c 40 // Move the stack alignment between trials to eliminate (mostly) aliasing effects
floatundidf.c 37 // Move the stack alignment between trials to eliminate (mostly) aliasing effects
floatundisf.c 40 // Move the stack alignment between trials to eliminate (mostly) aliasing effects
floatundixf.c 40 // Move the stack alignment between trials to eliminate (mostly) aliasing effects
  /external/linux-tools-perf/util/
setup.py 6 cflags = ['-fno-strict-aliasing', '-Wno-write-strings']
  /hardware/ti/omap3/dspbridge/libbridge/
Android.mk 20 LOCAL_CFLAGS += -pipe -fomit-frame-pointer -Wall -Wno-trigraphs -Werror-implicit-function-declaration -fno-strict-aliasing -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -msoft-float -Uarm -DMODULE -D__LINUX_ARM_ARCH__=7 -fno-common -DLINUX -DOMAP_3430 -fpic
  /ndk/tests/device/test-stlport_shared-exception/jni/
new16.cpp 2 // { dg-options "-O2 -fstrict-aliasing" }

Completed in 477 milliseconds

1 2 3 4 5 6 7 8 91011>>