Searched
full:integral (Results
476 -
500 of
1168) sorted by null
<<11121314151617181920>>
/external/clang/test/SemaCXX/ |
new-delete.cpp | 68 (void)new int[1.1]; // expected-error {{array size expression must have integral or enumeration type, not 'double'}} 81 (void)new int[*(S*)0]; // expected-error {{array size expression must have integral or enumeration type, not 'S'}}
|
cstyle-cast.cpp | 171 // Test conversion between pointer and integral types, as in p3 and p4.
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
ValueEncoder.java | 383 * for any signed integral type. 420 * for any unsigned integral type.
|
/external/iptables/include/ |
xtables.h | 124 * @min: lowest allowed value (for singular integral types) 125 * @max: highest allowed value (for singular integral types)
|
xtables.h.in | 124 * @min: lowest allowed value (for singular integral types) 125 * @max: highest allowed value (for singular integral types)
|
/external/jpeg/ |
jdsample.c | 178 * This version handles any integral sampling ratios. 464 /* Generic integral-factors upsampling method */
|
jfdctfst.c | 60 * pass 2 are not upscaled, but are represented only to integral precision.
|
/external/llvm/include/llvm/ |
TypeBuilder.h | 129 // Define the C integral types only for TypeBuilder<T, false>. 131 // C integral types do not have a defined size. It would be nice to use the
|
/external/llvm/lib/MC/MCParser/ |
AsmLexer.cpp | 71 /// The leading integral digit sequence and dot should have already been 285 // The idea here being that 'c' is basically just an integral
|
/external/qemu/distrib/jpeg-6b/ |
jdsample.c | 178 * This version handles any integral sampling ratios. 464 /* Generic integral-factors upsampling method */
|
jfdctfst.c | 60 * pass 2 are not upscaled, but are represented only to integral precision.
|
/external/stlport/stlport/stl/pointers/ |
_slist.h | 265 // Check whether it's an integral type. If so, it's not an iterator. 325 // Check whether it's an integral type. If so, it's not an iterator.
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
ValidateLimitations.cpp | 450 // The index expression must have integral type. 453 "Index expression must have integral type",
|
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_slist.h | 265 // Check whether it's an integral type. If so, it's not an iterator. 325 // Check whether it's an integral type. If so, it's not an iterator.
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_slist.h | 265 // Check whether it's an integral type. If so, it's not an iterator. 325 // Check whether it's an integral type. If so, it's not an iterator.
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_slist.h | 265 // Check whether it's an integral type. If so, it's not an iterator. 325 // Check whether it's an integral type. If so, it's not an iterator.
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_slist.h | 265 // Check whether it's an integral type. If so, it's not an iterator. 325 // Check whether it's an integral type. If so, it's not an iterator.
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_slist.h | 265 // Check whether it's an integral type. If so, it's not an iterator. 325 // Check whether it's an integral type. If so, it's not an iterator.
|
/external/chromium/base/ |
string_number_conversions.h | 89 // NaN and inf) is undefined. Otherwise, these behave the same as the integral
|
/external/chromium/sdch/open-vcdiff/ |
ChangeLog | 87 * Remove const qualifier from integral return types to fix gcc 4.3.1
|
/external/clang/include/clang/Basic/ |
DiagnosticDriverKinds.td | 79 def err_drv_invalid_int_value : Error<"invalid integral value '%1' in '%0'">;
|
/external/compiler-rt/lib/interception/ |
interception.h | 172 // so we use casting via an integral type __interception::uptr,
|
/external/compiler-rt/test/Unit/ |
floattidf_test.c | 23 // ti_int is a 64 bit integral type
|
floatuntidf_test.c | 23 // tu_int is a 64 bit integral type
|
/external/stlport/stlport/stl/ |
_string.h | 492 _Self& _M_append_dispatch(_Integer __n, _Integer __x, const __true_type& /*Integral*/) 496 _Self& _M_append_dispatch(_InputIter __f, _InputIter __l, const __false_type& /*Integral*/) 742 const __true_type& /*Integral*/) 747 const __false_type& /*Integral*/) { [all...] |
Completed in 827 milliseconds
<<11121314151617181920>>