OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aliasing
(Results
76 - 100
of
494
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/
aliastest.ll
51
; Some other non-
aliasing
type.
dse.ll
55
; Some other non-
aliasing
type.
/external/skia/samplecode/
SampleLines.cpp
96
paint.setAntiAlias(true); // with anti-
aliasing
/external/v8/tools/gcmole/
Makefile
37
-Woverloaded-virtual -Wcast-qual -fno-strict-
aliasing
\
/external/webkit/Source/cmake/
WebKitHelpers.cmake
21
SET(OLD_COMPILE_FLAGS "-fno-exceptions -fno-strict-
aliasing
${OLD_COMPILE_FLAGS}")
/external/clang/test/CodeGenCXX/
pr12251.cpp
1
// RUN: %clang_cc1 %s -emit-llvm -O1 -relaxed-
aliasing
-fstrict-enums -std=c++11 -o - | FileCheck %s
2
// RUN: %clang_cc1 %s -emit-llvm -O1 -relaxed-
aliasing
-std=c++11 -o - | FileCheck --check-prefix=NO-STRICT-ENUMS %s
/external/mksh/
mkmf.sh
74
-Wstrict-
aliasing
=2 -finline-functions -fno-inline-functions-called-once \
76
-Os -fomit-frame-pointer -fno-strict-
aliasing
-finline-limit=64
/external/neven/Embedded/common/src/b_ImageEm/
Functions.h
45
/** Warps an image with intermediate pyramidal downscaling if possible in order to minimize
aliasing
66
/** Warps an image with intermediate pyramidal downscaling if possible in order to minimize
aliasing
/external/clang/include/clang/Basic/
DiagnosticGroups.td
186
// Just silence warnings about -Wstrict-
aliasing
for now.
187
def : DiagGroup<"strict-
aliasing
=0">;
188
def : DiagGroup<"strict-
aliasing
=1">;
189
def : DiagGroup<"strict-
aliasing
=2">;
190
def : DiagGroup<"strict-
aliasing
">;
/external/chromium/third_party/libevent/
configure.in
22
# And disable the strict-
aliasing
optimization, since it breaks
24
CFLAGS="$CFLAGS -fno-strict-
aliasing
"
377
CFLAGS="$CFLAGS -Wno-unused-parameter -Wno-sign-compare -Wstrict-
aliasing
"
/external/v8/build/
common.gypi
79
# Some versions of GCC 4.5 seem to need -fno-strict-
aliasing
.
273
'cflags': [ '-fno-strict-
aliasing
' ],
355
# -fstrict-
aliasing
. Mainline gcc
/external/valgrind/main/
Makefile.all.am
94
-fno-strict-
aliasing
\
102
AM_CFLAGS_PIC = -dynamic -O -g -fno-omit-frame-pointer -fno-strict-
aliasing
\
106
AM_CFLAGS_PIC = -fpic -O -g -fno-omit-frame-pointer -fno-strict-
aliasing
\
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.h
447
* gcc 4.4 ends up generating strict-
aliasing
warnings about some very common
451
* to fully disable strict-
aliasing
warnings, provide a mechanism to hide the
452
* typecast from
aliasing
for now. A cleaner solution will hopefully be found
/build/core/combo/
TARGET_linux-arm.mk
71
-fstrict-
aliasing
\
82
-fno-strict-
aliasing
97
TARGET_arm_CFLAGS += -fno-omit-frame-pointer -fno-strict-
aliasing
159
-Wstrict-
aliasing
=2 \
select.mk
50
$(combo_target)RELEASE_CFLAGS := -O2 -g -fno-strict-
aliasing
/external/fdlibm/
Android.mk
51
cflags += "-fno-strict-
aliasing
"
/external/freetype/include/freetype/
ftrender.h
217
/* anti-
aliasing
mode; this option must be set directly in */
/external/freetype/include/freetype/internal/
fttrace.h
37
FT_TRACE_DEF( smooth ) /* anti-
aliasing
raster (ftgrays.c) */
/external/llvm/docs/HistoricalNotes/
2000-11-18-EarlyDesignIdeas.txt
40
o Explicit instructions to handle
aliasing
, e.g.s:
/external/mesa3d/docs/
relnotes-7.0.2.html
63
<li>Added -fno-strict-
aliasing
and -fPIC flags for gcc
/external/skia/gyp/
common_conditions.gypi
94
# TODO(tony): Enable -Werror once all the strict-
aliasing
problems
/frameworks/base/core/java/android/text/style/
BulletSpan.java
98
// Bullet is slightly better to avoid
aliasing
artifacts on mdpi devices.
/ndk/toolchains/mipsel-linux-android-4.4.3/
setup.mk
28
-fno-strict-
aliasing
\
/external/aac/libSBRdec/src/
lpp_tran.cpp
222
FIXP_DBL *degreeAlias, /*!< Vector for results of
aliasing
estimation */
551
/*
Aliasing
detection */
579
if (k1_below < FL2FXCONST_DBL(0.0f)) { /* 2-Ch
Aliasing
Detection */
581
if ( k1_below2 > FL2FXCONST_DBL(0.0f) ) { /* 3-Ch
Aliasing
Detection */
585
else if ( k1_below2 > FL2FXCONST_DBL(0.0f) ) { /* 3-Ch
Aliasing
Detection */
590
if (k1_below > FL2FXCONST_DBL(0.0f)) { /* 2-CH
Aliasing
Detection */
592
if ( k1_below2 < FL2FXCONST_DBL(0.0f) ) { /* 3-CH
Aliasing
Detection */
596
else if ( k1_below2 < FL2FXCONST_DBL(0.0f) ) { /* 3-CH
Aliasing
Detection */
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
HarfbuzzSkia.cpp
67
// We use a memcpy to avoid breaking strict
aliasing
rules.
96
// We use a memcpy to avoid breaking strict
aliasing
rules.
Completed in 635 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>