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

  /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/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...]
  /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;
  /external/webrtc/
android-webrtc.mk 33 -flax-vector-conversions
  /external/webrtc/src/modules/audio_processing/aecm/
Android.mk 66 -flax-vector-conversions
  /external/webrtc/src/modules/audio_processing/ns/
Android.mk 68 -flax-vector-conversions
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 328 RangeList conversions; local
338 p->getBufferConversions(ranges,conversions); // getting from the buffer the relevant ranges that still needs to be converted
340 if(conversions.size()) { // there are some elements to convert
342 int nIndices = bytesRangesToIndices(conversions,p,indices); //converting bytes ranges by offset to indices in this array
387 RangeList conversions; local
395 p->getBufferConversions(ranges,conversions); // getting from the buffer the relevant ranges that still needs to be converted
396 if(conversions.size()) { // there are some elements to convert
398 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 545 // 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/clang/test/SemaCXX/
constant-expression-cxx11.cpp 307 expected-note {{cast which performs the conversions of a reinterpret_cast is not allowed in a constant expression}}
310 expected-note {{cast which performs the conversions of a reinterpret_cast is not allowed in a constant expression}}
313 expected-note {{cast which performs the conversions of a reinterpret_cast is not allowed in a constant expression}}
316 expected-note {{cast which performs the conversions of a reinterpret_cast is not allowed in a constant expression}}
365 constexpr char c4 = ((char*)(int*)"no reinterpret_casts allowed")[14]; // expected-error {{must be initialized by a constant expression}} expected-note {{cast which performs the conversions of a reinterpret_cast}}
    [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
378 // Boolean conversions can be from pointers and pointers to members
379 // [conv.bool], and those aren't considered narrowing conversions.
422 // Other kinds of conversions are not narrowings.
462 OS << "No conversions required";
512 new (&conversions()) ConversionSet();
516 conversions().~ConversionSet();
523 new (&conversions()) ConversionSet(O.conversions())
    [all...]
  /external/blktrace/doc/
blktrace.tex     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 914 milliseconds