OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:conversions
(Results
1 - 25
of
1763
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/art/test/302-float-conversion/
info.txt
1
Tests whether constant
conversions
of double values to long values are
3
should not overflow under constant
conversions
.
/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
/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}}
/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/Preprocessor/
expr_usual_conversions.c
10
// Shifts don't want the usual
conversions
: PR2279
/external/clang/test/SemaCXX/
vector-no-lax.cpp
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fno-lax-vector-
conversions
-verify %s
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}}
/external/llvm/test/CodeGen/SystemZ/
fp-conv-08.ll
1
; Test
conversions
of unsigned i64s to floating-point values.
5
; Test i64->f32. There's no native support for unsigned i64-to-fp
conversions
,
6
; but we should be able to implement them using signed i64-to-fp
conversions
.
/external/clang/include/clang/Sema/
Overload.h
65
ICK_Qualification, ///< Qualification
conversions
(C++ 4.4)
69
ICK_Integral_Conversion, ///< Integral
conversions
(C++ 4.7)
70
ICK_Floating_Conversion, ///< Floating point
conversions
(C++ 4.8)
71
ICK_Complex_Conversion, ///< Complex
conversions
(C99 6.3.1.6)
72
ICK_Floating_Integral, ///< Floating-integral
conversions
(C++ 4.9)
73
ICK_Pointer_Conversion, ///< Pointer
conversions
(C++ 4.10)
74
ICK_Pointer_Member, ///< Pointer-to-member
conversions
(C++ 4.11)
75
ICK_Boolean_Conversion, ///< Boolean
conversions
(C++ 4.12)
76
ICK_Compatible_Conversion, ///<
Conversions
between compatible types in C99
78
ICK_Vector_Conversion, ///< Vector
conversions
[
all
...]
/external/chromium_org/third_party/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/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.
/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/chromium_org/base/strings/
sys_string_conversions_mac_unittest.mm
16
//
Conversions
should be able to handle a NULL value without crashing.
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
README
11
be found in test/cctest/test-
conversions
.cc.
/external/chromium_org/content/renderer/pepper/
gfx_conversion.h
15
//
Conversions
for graphics types between our gfx library and PPAPI.
16
// The style of naming is to match the PP_Bool
conversions
.
/external/chromium_org/third_party/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/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/chromium_org/base/third_party/icu/
README.chromium
7
UTF8/16/32
conversions
. Components are copied from utf.h utf8.h utf16.h and
/external/chromium_org/chrome/browser/network_time/
network_time.h
11
// object represents real (network) time. This is to force
conversions
(from
Completed in 796 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>