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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/302-float-conversion/
info.txt 1 Tests whether constant conversions of double values to long values are
3 should not overflow under constant conversions.
  /external/clang/test/Headers/
arm-neon-header.c 1 // RUN: %clang_cc1 -triple thumbv7-apple-darwin10 -target-cpu cortex-a8 -fsyntax-only -Wvector-conversions -ffreestanding %s
2 // RUN: %clang_cc1 -triple thumbv7-apple-darwin10 -target-cpu cortex-a8 -fsyntax-only -fno-lax-vector-conversions -ffreestanding %s
3 // RUN: %clang_cc1 -x c++ -triple thumbv7-apple-darwin10 -target-cpu cortex-a8 -fsyntax-only -Wvector-conversions -ffreestanding %s
x86-intrinsics-headers.c 2 // RUN: %clang -fsyntax-only -ffreestanding -fno-lax-vector-conversions %s
altivec-header.c 3 // RUN: %clang_cc1 -triple powerpc64-unknown-unknown -maltivec -ffreestanding -fno-lax-vector-conversions -S -o - %s | FileCheck %s
  /external/clang/test/Sema/
attr-format_arg.c 9 printf("%d %d", 123); // expected-warning{{more '%' conversions than data arguments}}
12 printf(f("%d %d"), 123); // expected-warning{{more '%' conversions than data arguments}}
typedef-retain.c 1 // RUN: %clang_cc1 -fsyntax-only -verify %s -fno-lax-vector-conversions
complex-init-list.c 16 // real->complex and complex->real conversions; as-is, it's way too easy
17 // to get implicit conversions when they are not intended.
  /external/llvm/test/Transforms/InstCombine/
2006-12-05-fp-to-int-ext.ll 3 ; Never merge these two conversions, even though it's possible: this is
4 ; significantly more expensive than the two conversions on some targets
  /external/clang/test/SemaCXX/
format-strings-0x.cpp 19 R"bazquux(d)bazquux" // expected-warning {{more '%' conversions than data arguments}}
25 %d)foo" // expected-warning {{more '%' conversions than data arguments}}
vector-no-lax.cpp 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fno-lax-vector-conversions -verify %s
  /external/clang/test/Preprocessor/
expr_usual_conversions.c 10 // Shifts don't want the usual conversions: PR2279
  /external/clang/include/clang/Sema/
Overload.h 64 ICK_Qualification, ///< Qualification conversions (C++ 4.4)
68 ICK_Integral_Conversion, ///< Integral conversions (C++ 4.7)
69 ICK_Floating_Conversion, ///< Floating point conversions (C++ 4.8)
70 ICK_Complex_Conversion, ///< Complex conversions (C99 6.3.1.6)
71 ICK_Floating_Integral, ///< Floating-integral conversions (C++ 4.9)
72 ICK_Pointer_Conversion, ///< Pointer conversions (C++ 4.10)
73 ICK_Pointer_Member, ///< Pointer-to-member conversions (C++ 4.11)
74 ICK_Boolean_Conversion, ///< Boolean conversions (C++ 4.12)
75 ICK_Compatible_Conversion, ///< Conversions between compatible types in C99
77 ICK_Vector_Conversion, ///< Vector conversions
    [all...]
SemaFixItUtils.h 31 /// new conversions are added using TryToFixConversion method. The default type
44 /// The number of Conversions fixed. This can be different from the size
48 /// The type of fix applied. If multiple conversions are fixed, corresponds
  /external/skia/src/gpu/effects/
GrConfigConversionEffect.h 17 * This class is used to perform config conversions. Clients may want to read/write data that is
25 * The PM->UPM or UPM->PM conversions to apply.
53 // This function determines whether it is possible to choose PM->UPM and UPM->PM conversions
  /external/chromium/base/
sys_string_conversions_mac_unittest.mm 15 // Conversions should be able to handle a NULL value without crashing.
utf_string_conversions.h 16 // so avoid unnecessary conversions. The low-level versions return a boolean
40 // a mess to do it all at once. These conversions should be used when we
  /external/chromium/base/third_party/icu/
README.chromium 5 UTF8/16/32 conversions. Components are copied from utf.h utf8.h utf16.h and
  /external/clang/test/CXX/expr/expr.const/
p3-0x.cpp 34 // user-defined conversions,
38 // lvalue-to-rvalue conversions,
46 // integral conversions other than narrowing conversions
75 // Note, conversions from integral or unscoped enumeration types to bool are
76 // integral conversions as well as boolean conversions.
83 // (no other conversions are permitted)
  /external/skia/src/utils/
SkMD5.h 17 //SK_CPU_LENDIAN allows 32 bit <=> 8 bit conversions without copies (if alligned).
18 //SK_CPU_FAST_UNALIGNED_ACCESS allows 32 bit <=> 8 bit conversions without copies if SK_CPU_LENDIAN.
SkSHA1.h 17 //SK_CPU_BENDIAN allows 32 bit <=> 8 bit conversions without copies (if alligned).
18 //SK_CPU_FAST_UNALIGNED_ACCESS allows 32 bit <=> 8 bit conversions without copies if SK_CPU_BENDIAN.
  /external/dropbear/libtommath/
bn_mp_radix_smap.c 18 /* chars used in radix conversions */
  /external/freetype/src/psaux/
psconv.h 5 /* Some convenience conversions (specification). */
  /external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
NumUtil.java 8 * Provides various helper methods for number conversions (such as degree to radian
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p5.cpp 4 // The following conversions are performed on each expression used as
9 // integral promotions (4.5) and integral conversions (4.7) are applied.
19 // qualification conversions (4.4) and the array-to-pointer conversion
76 // conversions apply. The type referred to by the reference may be more
154 // conversions apply. If the template-argument represents a set of
171 // pointer conversion (4.11) is applied; otherwise, no conversions
191 // qualification conversions (4.4) are applied; if the template-argument
202 // Test qualification conversions
  /external/qemu/android/camera/
camera-format-converters.h 43 * (most of the time), we need to do two conversions for each frame received from
45 * that produces as many conversions as needed.

Completed in 1416 milliseconds

1 2 3 4 5 6 7 8 91011>>