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

  /libcore/luni/src/main/java/java/math/
BigInteger.java 194 * @param radix the base to be used for the conversion.
757 return Conversion.bigInteger2Double(this);
839 return Conversion.bigInteger2String(this, radix);
    [all...]
Conversion.java 21 * Static library that provides {@link BigInteger} base conversion from/to any
24 class Conversion {
27 private Conversion() {}
BigDecimal.java     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 624 // Keep the list of conversion functions up-to-date.
625 if (CXXConversionDecl *Conversion = dyn_cast<CXXConversionDecl>(D)) {
627 if (Conversion->getPrimaryTemplate())
640 if (Conversion->getPreviousDeclaration())
641 data().Conversions.replace(Conversion->getPreviousDeclaration(),
642 Conversion);
644 data().Conversions.addDecl(Conversion);
    [all...]
  /external/clang/test/SemaCXX/
explicit.cpp 23 namespace Conversion {
43 class Y { }; // expected-note {{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'Conversion::Z' to 'const Conversion::Y &' for 1st argument}} \
44 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Conversion::Z' to 'Conversion::Y &&' for 1st argument}} \
45 expected-note {{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'Conversion::Z' to 'const Conversion::Y &' for 1st argument}}
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 89 /// GetConversionCategory - Retrieve the implicit conversion
90 /// category corresponding to the given implicit conversion kind.
121 /// GetConversionRank - Retrieve the implicit conversion rank
122 /// corresponding to the given implicit conversion kind.
155 /// implicit conversion.
158 "No conversion",
167 "Integral conversion",
168 "Floating conversion",
169 "Complex conversion",
170 "Floating-integral conversion",
    [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaInit.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_ataric2p.S 24 Chunky to planar conversion routine
37 /* ------------ Conversion C2P, 8 bits ------------ */
288 /* ------------ Conversion C2P, 4 bits ------------ */
315 | Conversion
398 /* ------------ Conversion of a light palette in 4 bits ------------ */
  /external/v8/src/
regexp.js 178 // Conversion is required by the ES5 specification (RegExp.prototype.exec
235 // Conversion is required by the ES5 specification (RegExp.prototype.exec
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/
jsref.js 236 * Type Conversion functions used by Type Conversion
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/
jsref.js 196 * Type Conversion functions used by Type Conversion
  /dalvik/vm/reflect/
Reflect.cpp 892 * -1 if the conversion is not allowed.
899 enum Conversion {
903 enum Conversion conv;
987 LOGV("illegal primitive conversion: '%s' to '%s'",
    [all...]
  /external/icu4c/data/
makedata.mak 730 @echo Making Charset Conversion tables
736 @echo Making Special Charset Conversion tables
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 320 milliseconds