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

  /external/llvm/include/llvm/Support/
ScaledNumber.h 498 typedef DigitsT DigitsType;
501 typedef std::numeric_limits<DigitsType> DigitsLimits;
503 static const int Width = sizeof(DigitsType) * 8;
507 DigitsType Digits;
513 ScaledNumber(DigitsType Digits, int16_t Scale)
530 static ScaledNumber getFraction(DigitsType N, DigitsType D) {
535 DigitsType getDigits() const { return Digits; }
548 return Digits == DigitsType(1) << -Scale;
681 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 498 typedef DigitsT DigitsType;
501 typedef std::numeric_limits<DigitsType> DigitsLimits;
503 static const int Width = sizeof(DigitsType) * 8;
507 DigitsType Digits;
513 ScaledNumber(DigitsType Digits, int16_t Scale)
530 static ScaledNumber getFraction(DigitsType N, DigitsType D) {
535 DigitsType getDigits() const { return Digits; }
548 return Digits == DigitsType(1) << -Scale;
681 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
ScaledNumber.h 498 typedef DigitsT DigitsType;
501 typedef std::numeric_limits<DigitsType> DigitsLimits;
503 static const int Width = sizeof(DigitsType) * 8;
507 DigitsType Digits;
513 ScaledNumber(DigitsType Digits, int16_t Scale)
530 static ScaledNumber getFraction(DigitsType N, DigitsType D) {
535 DigitsType getDigits() const { return Digits; }
548 return Digits == DigitsType(1) << -Scale;
681 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
ScaledNumber.h 498 typedef DigitsT DigitsType;
501 typedef std::numeric_limits<DigitsType> DigitsLimits;
503 static const int Width = sizeof(DigitsType) * 8;
507 DigitsType Digits;
513 ScaledNumber(DigitsType Digits, int16_t Scale)
530 static ScaledNumber getFraction(DigitsType N, DigitsType D) {
535 DigitsType getDigits() const { return Digits; }
548 return Digits == DigitsType(1) << -Scale;
681 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
ScaledNumber.h 498 typedef DigitsT DigitsType;
501 typedef std::numeric_limits<DigitsType> DigitsLimits;
503 static const int Width = sizeof(DigitsType) * 8;
507 DigitsType Digits = 0;
513 constexpr ScaledNumber(DigitsType Digits, int16_t Scale)
530 static ScaledNumber getFraction(DigitsType N, DigitsType D) {
535 DigitsType getDigits() const { return Digits; }
548 return Digits == DigitsType(1) << -Scale;
681 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
ScaledNumber.h 498 typedef DigitsT DigitsType;
501 typedef std::numeric_limits<DigitsType> DigitsLimits;
503 static const int Width = sizeof(DigitsType) * 8;
507 DigitsType Digits = 0;
513 constexpr ScaledNumber(DigitsType Digits, int16_t Scale)
530 static ScaledNumber getFraction(DigitsType N, DigitsType D) {
535 DigitsType getDigits() const { return Digits; }
548 return Digits == DigitsType(1) << -Scale;
681 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
ScaledNumber.h 498 typedef DigitsT DigitsType;
501 typedef std::numeric_limits<DigitsType> DigitsLimits;
503 static const int Width = sizeof(DigitsType) * 8;
507 DigitsType Digits = 0;
513 constexpr ScaledNumber(DigitsType Digits, int16_t Scale)
530 static ScaledNumber getFraction(DigitsType N, DigitsType D) {
535 DigitsType getDigits() const { return Digits; }
548 return Digits == DigitsType(1) << -Scale;
681 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
ScaledNumber.h 498 typedef DigitsT DigitsType;
501 typedef std::numeric_limits<DigitsType> DigitsLimits;
503 static const int Width = sizeof(DigitsType) * 8;
507 DigitsType Digits = 0;
513 constexpr ScaledNumber(DigitsType Digits, int16_t Scale)
530 static ScaledNumber getFraction(DigitsType N, DigitsType D) {
535 DigitsType getDigits() const { return Digits; }
548 return Digits == DigitsType(1) << -Scale;
681 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 498 typedef DigitsT DigitsType;
501 typedef std::numeric_limits<DigitsType> DigitsLimits;
503 static const int Width = sizeof(DigitsType) * 8;
507 DigitsType Digits;
513 ScaledNumber(DigitsType Digits, int16_t Scale)
530 static ScaledNumber getFraction(DigitsType N, DigitsType D) {
535 DigitsType getDigits() const { return Digits; }
548 return Digits == DigitsType(1) << -Scale;
681 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
ScaledNumber.h 498 typedef DigitsT DigitsType;
501 typedef std::numeric_limits<DigitsType> DigitsLimits;
503 static const int Width = sizeof(DigitsType) * 8;
507 DigitsType Digits;
513 ScaledNumber(DigitsType Digits, int16_t Scale)
530 static ScaledNumber getFraction(DigitsType N, DigitsType D) {
535 DigitsType getDigits() const { return Digits; }
548 return Digits == DigitsType(1) << -Scale;
681 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
ScaledNumber.h 498 typedef DigitsT DigitsType;
501 typedef std::numeric_limits<DigitsType> DigitsLimits;
503 static const int Width = sizeof(DigitsType) * 8;
507 DigitsType Digits;
513 ScaledNumber(DigitsType Digits, int16_t Scale)
530 static ScaledNumber getFraction(DigitsType N, DigitsType D) {
535 DigitsType getDigits() const { return Digits; }
548 return Digits == DigitsType(1) << -Scale;
681 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
ScaledNumber.h 498 typedef DigitsT DigitsType;
501 typedef std::numeric_limits<DigitsType> DigitsLimits;
503 static const int Width = sizeof(DigitsType) * 8;
507 DigitsType Digits = 0;
513 constexpr ScaledNumber(DigitsType Digits, int16_t Scale)
530 static ScaledNumber getFraction(DigitsType N, DigitsType D) {
535 DigitsType getDigits() const { return Digits; }
548 return Digits == DigitsType(1) << -Scale;
681 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
ScaledNumber.h 498 typedef DigitsT DigitsType;
501 typedef std::numeric_limits<DigitsType> DigitsLimits;
503 static const int Width = sizeof(DigitsType) * 8;
507 DigitsType Digits = 0;
513 constexpr ScaledNumber(DigitsType Digits, int16_t Scale)
530 static ScaledNumber getFraction(DigitsType N, DigitsType D) {
535 DigitsType getDigits() const { return Digits; }
548 return Digits == DigitsType(1) << -Scale;
681 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
ScaledNumber.h 498 typedef DigitsT DigitsType;
501 typedef std::numeric_limits<DigitsType> DigitsLimits;
503 static const int Width = sizeof(DigitsType) * 8;
507 DigitsType Digits = 0;
513 constexpr ScaledNumber(DigitsType Digits, int16_t Scale)
530 static ScaledNumber getFraction(DigitsType N, DigitsType D) {
535 DigitsType getDigits() const { return Digits; }
548 return Digits == DigitsType(1) << -Scale;
681 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
ScaledNumber.h 498 typedef DigitsT DigitsType;
501 typedef std::numeric_limits<DigitsType> DigitsLimits;
503 static const int Width = sizeof(DigitsType) * 8;
507 DigitsType Digits = 0;
513 constexpr ScaledNumber(DigitsType Digits, int16_t Scale)
530 static ScaledNumber getFraction(DigitsType N, DigitsType D) {
535 DigitsType getDigits() const { return Digits; }
548 return Digits == DigitsType(1) << -Scale;
681 static ScaledNumber getProduct(DigitsType LHS, DigitsType RHS)
    [all...]

Completed in 434 milliseconds