HomeSort by relevance Sort by last modified time
    Searched defs:kDouble (Results 1 - 5 of 5) sorted by null

  /external/icu4c/i18n/unicode/
fmtable.h 222 kDouble,
269 * is kDouble, kLong, kInt64 or kDecimalNumber.
277 * kDouble then the result is undefined.
311 * type kDouble or kDecimalNumber, then a conversion is peformed, with
485 * kDouble.
  /external/v8/src/
type-info.h 71 static TypeInfo Double() { return TypeInfo(kDouble); }
90 t == kDouble ||
160 return ((type_ & kDouble) == kDouble);
185 case kDouble: return "Double";
201 kDouble = 0x19, // 0011001
hydrogen-instructions.h 296 kDouble,
307 static Representation Double() { return Representation(kDouble); }
318 bool IsDouble() const { return kind_ == kDouble; }
321 return kind_ == kInteger32 || kind_ == kDouble;
    [all...]
  /dalvik/vm/compiler/codegen/x86/
X86LIR.h 89 kDouble,
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 164 kDouble,
    [all...]

Completed in 886 milliseconds