HomeSort by relevance Sort by last modified time
    Searched refs:conversions (Results 1 - 16 of 16) sorted by null

  /external/clang/include/clang/Sema/
Overload.h 63 ICK_Qualification, ///< Qualification conversions (C++ 4.4)
67 ICK_Integral_Conversion, ///< Integral conversions (C++ 4.7)
68 ICK_Floating_Conversion, ///< Floating point conversions (C++ 4.8)
69 ICK_Complex_Conversion, ///< Complex conversions (C99 6.3.1.6)
70 ICK_Floating_Integral, ///< Floating-integral conversions (C++ 4.9)
71 ICK_Pointer_Conversion, ///< Pointer conversions (C++ 4.10)
72 ICK_Pointer_Member, ///< Pointer-to-member conversions (C++ 4.11)
73 ICK_Boolean_Conversion, ///< Boolean conversions (C++ 4.12)
74 ICK_Compatible_Conversion, ///< Conversions between compatible types in C99
76 ICK_Vector_Conversion, ///< Vector conversions
    [all...]
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
fldcw_check.S 11 # floating point to integer conversions
  /external/valgrind/main/exp-bbv/tests/x86/
fldcw_check.S 11 # floating point to integer conversions
  /external/icu4c/i18n/
ucol_sit.cpp 100 static const AttributeConversion conversions[12] = { variable
119 for(i = 0; i < sizeof(conversions)/sizeof(conversions[0]); i++) {
120 if(conversions[i].value == value) {
121 return conversions[i].letter;
131 for(i = 0; i < sizeof(conversions)/sizeof(conversions[0]); i++) {
132 if(conversions[i].letter == letter) {
133 return conversions[i].value;
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 312 RangeList conversions; local
322 p->getBufferConversions(ranges,conversions); // getting from the buffer the relevant ranges that still needs to be converted
324 if(conversions.size()) { // there are some elements to convert
326 int nIndices = bytesRangesToIndices(conversions,p,indices); //converting bytes ranges by offset to indices in this array
371 RangeList conversions; local
379 p->getBufferConversions(ranges,conversions); // getting from the buffer the relevant ranges that still needs to be converted
380 if(conversions.size()) { // there are some elements to convert
382 int nIndices = bytesRangesToIndices(conversions,p,conversionIndices); //converting bytes ranges by offset to indices in this array
  /external/v8/test/mjsunit/
object-literal-conversions.js 28 // Test that the various conversions between property names are correctly
regexp.js 534 // Test that we perform the spec required conversions in the correct order.
unicode-test.js     [all...]
  /external/webkit/LayoutTests/fast/url/script-tests/
path.js 69 // Basic conversions
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 96 in Table 2.9 for component conversions. That conversion says:
117 conversions used, so when using for instance CopyTexImage2D with
  /ndk/sources/host-tools/nawk-20071023/
FIXES 178 and case conversions in national language, but "." will always
207 number->string conversions, as promised by posix and done by
681 warn about weird printf conversions.
793 made %* conversions work.
    [all...]
  /external/v8/
Android.v8common.mk 21 src/conversions.cc \
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
FormatterTest.java 3829 final char[] conversions = { 'e', 'E', 'g', 'G', 'f', 'a', 'A' }; local
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 68 OverloadCandidateSet& Conversions,
206 /// implicit conversions.
224 // array-to-pointer or function-to-pointer implicit conversions, so
296 OS << "No conversions required";
343 new (&conversions()) ConversionSet();
347 conversions().~ConversionSet();
354 new (&conversions()) ConversionSet(O.conversions());
854 /// If @p SuppressUserConversions, then user-defined conversions are
856 /// If @p AllowExplicit, then explicit user-defined conversions ar
    [all...]
  /external/blktrace/doc/
blktrace.tex     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 626 milliseconds