Searched refs:narrowing (Results 1 – 25 of 70) sorted by relevance
123
/external/libchrome/libchrome_tools/patch/ |
D | statfs_f_type.patch | 2 # values will overflow it, causing narrowing warnings. Cast to the largest 21 + // the values will overflow it, causing narrowing warnings. Cast to the 35 + // the values will overflow it, causing narrowing warnings. Cast to the
|
/external/llvm/test/Transforms/InstCombine/ |
D | narrow.ll | 2 ; is narrowing computations when possible. 6 ; test1 - Eliminating the casts in this testcase (by narrowing the AND
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | narrow.ll | 2 ; is narrowing computations when possible. 6 ; test1 - Eliminating the casts in this testcase (by narrowing the AND
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | narrow.ll | 6 ; Eliminating the casts in this testcase (by narrowing the AND operation) 22 ; The next 6 (3 logic ops * (scalar+vector)) tests show potential cases for narrowing a bitwise log… 102 ; By narrowing the phi and logic op, we simplify away the zext and the final icmp. 146 ; By narrowing the phi and logic op, we simplify away the zext and the final icmp.
|
D | extractinsert-tbaa.ll | 5 ; Check that instcombine preserves TBAA when narrowing loads
|
D | and-narrow.ll | 163 ; Don't create poison by narrowing a shift below the shift amount. 178 ; Don't create poison by narrowing a shift below the shift amount.
|
/external/clang/test/Rewriter/ |
D | rewrite-modern-private-ivars.mm | 2 // RUN: %clang_cc1 -Werror -fsyntax-only -Wno-address-of-temporary -Wno-c++11-narrowing -std=c++11 …
|
D | rewrite-modern-struct-ivar-1.mm | 2 // RUN: %clang_cc1 -Werror -fsyntax-only -Wno-address-of-temporary -Wno-c++11-narrowing -std=c++11 …
|
D | rewrite-modern-struct-ivar.mm | 4 // RUN: %clang_cc1 -fsyntax-only -Werror -Wno-address-of-temporary -Wno-c++11-narrowing -std=c++11 …
|
D | rewrite-modern-ivar-access.mm | 2 // RUN: %clang_cc1 -Werror -fsyntax-only -Wno-address-of-temporary -Wno-c++11-narrowing -std=c++11 …
|
/external/harfbuzz_ng/test/shaping/data/aots/ |
D | Makefile.am | 26 $(CXX) -Wno-narrowing $(srcdir)/aots/harfbuzz/hb-aots-tester.cpp \
|
/external/tensorflow/tensorflow/lite/tools/make/targets/ |
D | ios_makefile.inc | 27 -Wno-c++11-narrowing \
|
/external/tensorflow/tensorflow/examples/android/jni/ |
D | CMakeLists.txt | 32 -std=c++11 -fno-exceptions -fno-rtti -O2 -Wno-narrowing \
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct_neon.asm | 13 ; Helper functions used to load tran_low_t into int16, narrowing if
|
/external/libvpx/config/arm-neon/vpx_dsp/arm/ |
D | idct_neon.asm.S | 17 @ Helper functions used to load tran_low_t into int16, narrowing if
|
/external/tensorflow/tensorflow/contrib/android/cmake/ |
D | CMakeLists.txt | 41 -O2 -Wno-narrowing -fomit-frame-pointer \
|
/external/bcc/src/lua/ |
D | README.md | 146 * Type narrowing is opportunistic. Numbers are 64-bit by default, but 64-bit immediate loads are no… 150 * No register sub-allocations, no aggressive use of caller-saved `R1-5`, no aggressive narrowing (t…
|
/external/clang/test/SemaCXX/ |
D | cxx1y-variable-templates_top_level.cpp | 323 namespace narrowing { namespace
|
/external/Microsoft-GSL/include/gsl/ |
D | gsl_util | 95 // narrow_cast(): a searchable way to do narrowing casts of values
|
/external/compiler-rt/lib/builtins/ |
D | fp_trunc_impl.inc | 22 // *narrowing* operations; if you need to convert to a *wider* floating-point
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARM.td | 77 // Disable 32-bit to 16-bit narrowing for experimentation.
|
/external/clang/docs/ |
D | LibASTMatchers.rst | 37 <LibASTMatchersReference.html#allOf0Anchor>`_. This allows further narrowing
|
D | ReleaseNotes.rst | 151 type. ``E{n}`` is equivalent to ``E(n)``, except that it implies a check for a narrowing
|
/external/tensorflow/tensorflow/contrib/makefile/ |
D | Makefile | 351 -Wno-narrowing \
|
/external/clang/include/clang/Basic/ |
D | DiagnosticGroups.td | 168 def CXX11Narrowing : DiagGroup<"c++11-narrowing">; 173 def : DiagGroup<"c++0x-narrowing", [CXX11Narrowing]>; 176 def : DiagGroup<"narrowing", [CXX11Narrowing]>;
|
123