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

1 2 3

  /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 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/icu/source/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/icu4c/i18n/
ucol_sit.cpp 113 static const AttributeConversion conversions[12] = { variable
132 for(i = 0; i < sizeof(conversions)/sizeof(conversions[0]); i++) {
133 if(conversions[i].value == value) {
134 return conversions[i].letter;
147 for(i = 0; i < sizeof(conversions)/sizeof(conversions[0]); i++) {
148 if(conversions[i].letter == letter) {
149 return conversions[i].value;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
APIspecutil.py 37 conversions = {
60 alias, need_conv = impl.match(func, conversions)
APIspec.py 107 def match(self, func, conversions={}):
112 matched, conv = f.match(func, conversions)
274 def match(self, other, conversions={}):
288 if dst.base_type() in conversions.get(src.base_type(), []):
  /external/chromium_org/v8/test/webkit/
dfg-to-string-bad-toString.js 25 "Tests that we do ToString conversions correctly when String.prototype.valueOf is not what we wanted."
dfg-to-string-bad-valueOf.js 25 "Tests that we do ToString conversions correctly when String.prototype.valueOf is not what we wanted."
dfg-to-string-int-or-string.js 25 "Tests that we do ToString conversions correctly when String.prototype.valueOf is not what we wanted."
dfg-to-string-int.js 25 "Tests that we do ToString conversions correctly when String.prototype.valueOf is not what we wanted."
dfg-to-string-side-effect.js 25 "Tests that we do ToString conversions correctly when String.prototype.valueOf is not what we wanted."
dfg-to-string-toString-becomes-bad.js 25 "Tests that we do ToString conversions correctly when String.prototype.valueOf is initially fine but then gets clobbered."
dfg-to-string-toString-in-string.js 25 "Tests that we do ToString conversions correctly when String.prototype.valueOf is fine but we define our own on the String object itself."
dfg-to-string-valueOf-in-string.js 25 "Tests that we do ToString conversions correctly when String.prototype.valueOf is fine but we define our own on the String object itself."
dfg-to-string-toString-becomes-bad-with-dictionary-string-prototype.js 25 "Tests that we do ToString conversions correctly when String.prototype.valueOf is initially fine but then gets clobbered, and was a dictionary all along."
  /external/mesa3d/src/mesa/main/
APIspecutil.py 37 conversions = {
60 alias, need_conv = impl.match(func, conversions)
APIspec.py 107 def match(self, func, conversions={}):
112 matched, conv = f.match(func, conversions)
274 def match(self, other, conversions={}):
288 if dst.base_type() in conversions.get(src.base_type(), []):
  /external/webrtc/
android-webrtc.mk 33 -flax-vector-conversions
  /external/webrtc/src/modules/audio_processing/aecm/
Android.mk 75 -flax-vector-conversions
  /external/webrtc/src/modules/audio_processing/ns/
Android.mk 77 -flax-vector-conversions
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 330 RangeList conversions; local
340 p->getBufferConversions(ranges,conversions); // getting from the buffer the relevant ranges that still needs to be converted
342 if(conversions.size()) { // there are some elements to convert
344 int nIndices = bytesRangesToIndices(conversions,p,indices); //converting bytes ranges by offset to indices in this array
389 RangeList conversions; local
397 p->getBufferConversions(ranges,conversions); // getting from the buffer the relevant ranges that still needs to be converted
398 if(conversions.size()) { // there are some elements to convert
400 int nIndices = bytesRangesToIndices(conversions,p,conversionIndices); //converting bytes ranges by offset to indices in this array
  /external/chromium_org/v8/test/mjsunit/
object-literal-conversions.js 28 // Test that the various conversions between property names are correctly
  /external/v8/test/mjsunit/
object-literal-conversions.js 28 // Test that the various conversions between property names are correctly
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Android.mk 109 -flax-vector-conversions

Completed in 1351 milliseconds

1 2 3