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

  /external/lzma/Java/SevenZip/
LzmaBench.java 28 CRandomGenerator RG = new CRandomGenerator();
48 Value = RG.GetRnd();
58 CBitRandomGenerator RG = new CBitRandomGenerator();
72 int GetRndBit() { return RG.GetRnd(1); }
75 int len = RG.GetRnd(numBits);
76 return RG.GetRnd((int)len);
82 return (GetLogRandBits(4) << 10) | RG.GetRnd(10);
84 int GetLen1() { return RG.GetRnd(1 + (int)RG.GetRnd(2)); }
85 int GetLen2() { return RG.GetRnd(2 + (int)RG.GetRnd(2)); }
317 CBenchRandomGenerator rg = new CBenchRandomGenerator(); local
    [all...]
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs 33 CRandomGenerator RG = new CRandomGenerator();
53 Value = RG.GetRnd();
63 CBitRandomGenerator RG = new CBitRandomGenerator();
78 UInt32 GetRndBit() { return RG.GetRnd(1); }
81 UInt32 len = RG.GetRnd(numBits);
82 return RG.GetRnd((int)len);
88 return (GetLogRandBits(4) << 10) | RG.GetRnd(10);
90 UInt32 GetLen1() { return RG.GetRnd(1 + (int)RG.GetRnd(2)); }
91 UInt32 GetLen2() { return RG.GetRnd(2 + (int)RG.GetRnd(2)); }
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 127 CBaseRandomGenerator *RG;
129 void Set(CBaseRandomGenerator *rg) { RG = rg; }
145 Buffer[i] = (Byte)RG->GetRnd();
154 UInt32 res = RG->GetRnd();
168 res = RG->GetRnd();
172 res = RG->GetRnd();
651 CBenchRandomGenerator rg;
664 CBaseRandomGenerator *rg);
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 106 AM, CM, BK, CF, ES, FM, MD, NO, LR, RF, DB, SG, BH, HS, MT, DS, RG, CN, UUT, UUQ, UUP, UUH,
  /external/deqp/framework/common/
tcuTexture.hpp 50 RG,
    [all...]
tcuTexture.cpp 302 case TextureFormat::RG: return 2;
555 case TextureFormat::RG:
596 return format.order == TextureFormat::RG;
722 static const TextureSwizzle RG = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_ZERO, TextureSwizzle::CHANNEL_ONE }};
739 case TextureFormat::RG: return RG;
747 case TextureFormat::sRG: return RG;
776 static const TextureSwizzle RG = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_LAST, TextureSwizzle::CHANNEL_LAST }};
793 case TextureFormat::RG: return RG;
    [all...]
  /external/opencv3/modules/core/src/
gl_core_3_1.hpp     [all...]

Completed in 148 milliseconds