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

1 2 3

  /external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/rangecoder/
Encoder.java 30 long Low;
47 Low = 0;
63 int LowHi = (int)(Low >>> 32);
64 if (LowHi != 0 || Low < 0xFF000000L) {
71 _cache = (((int)Low) >>> 24);
74 Low = (Low & 0xFFFFFF) << 8;
80 if (((v >>> i) & 1) == 1) Low += Range;
107 Low += (newBound & 0xFFFFFFFFL);
  /external/lzma/Java/SevenZip/Compression/RangeCoder/
Encoder.java 14 long Low;
34 Low = 0;
53 int LowHi = (int)(Low >>> 32);
54 if (LowHi != 0 || Low < 0xFF000000L)
64 _cache = (((int)Low) >>> 24);
67 Low = (Low & 0xFFFFFF) << 8;
76 Low += Range;
113 Low += (newBound & 0xFFFFFFFFL);
  /external/lzma/CPP/7zip/Compress/
RangeCoder.h 21 UInt64 Low;
30 Low = 0;
38 // Low += 1;
47 Low += start * (Range /= total);
58 if ((UInt32)Low < (UInt32)0xFF000000 || (unsigned)(Low >> 32) != 0)
63 Stream.WriteByte((Byte)(temp + (Byte)(Low >> 32)));
67 _cache = (Byte)((UInt32)Low >> 24);
70 Low = (UInt32)Low << 8;
    [all...]
RangeCoderBit.h 60 encoder->Low += newBound;
  /external/clang/test/Index/
complete-type-factors.m 8 Low,
32 [A method:Red priority:Low];
44 // CHECK-CC1: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (32)
59 // CHECK-CC2: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (65)
75 // CHECK-CC3: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (16)
91 // CHECK-CC4: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (65)
109 // CHECK-CC6: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (65)
123 // CHECK-CC7: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (65)
135 // CHECK-CC8: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (16)
  /external/lzma/CS/7zip/Compress/RangeCoder/
RangeCoder.cs 11 public UInt64 Low;
32 Low = 0;
56 Low += start * (Range /= total);
67 if ((uint)Low < (uint)0xFF000000 || (uint)(Low >> 32) == 1)
72 Stream.WriteByte((byte)(temp + (Low >> 32)));
76 _cache = (byte)(((uint)Low) >> 24);
79 Low = ((uint)Low) << 8;
88 Low += Range;
    [all...]
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 36 int64_t Low, High;
44 // then check if the Low field is <= R.Low. If so, we
49 return I != Ranges.end() && I->Low <= R.Low;
69 ConstantInt* Low;
73 CaseRange(ConstantInt *low, ConstantInt *high, BasicBlock *bb)
74 : Low(low), High(high), BB(bb) {}
98 const ConstantInt* CI1 = cast<const ConstantInt>(C1.Low);
    [all...]
  /external/gemmlowp/meta/generators/
qnt_Nx8_neon.py 41 [emitter.AllLanes(registers.Low(register)),
117 emitter.EmitVQmovun('s16', registers.Low(lane_temp), lane_temp)
134 [registers.Low(lane.load_1),
136 registers.Low(lane.load_2),
145 quantize_setup.append([lane.load_1, lane.offset, registers.Low(lane_temp)])
158 registers.Low(lane_temp),
170 emitter.Lane(registers.Low(lane.load_1), 0),
175 registers.Low(lane.load_1),
180 registers.Low(lane.load_1),
189 [registers.Low(lane.load_1)
    [all...]
mul_Nx8_Mx8_neon.py 42 lanes.AddLane(registers.Low(quad_register))
197 registers.Low(values), 0))
199 registers.Low(values), 1))
221 register = registers.Low(aggregators[row])
225 register = registers.Low(aggregators[row * 2])
227 registers.Low(aggregators[row * 2 + 1]))
231 emitter.EmitVPadd('u32', registers.Low(register), registers.Low(register),
232 registers.Low(aggregators[row * 3 + 1]))
234 registers.Low(aggregators[row * 3 + 2])
    [all...]
neon_emitter.py 30 def Low(register):
93 def Low(self, register):
94 return Low(register)
zip_Nx8_neon.py 199 registers.Low(lane.aggregator),
203 low = registers.Low(temp)
207 emitter.EmitVPadd('u32', low, lane_temps[0], lane_temps[0])
209 emitter.EmitVPadd('u32', low, lane_temps[0], lane_temps[1])
211 emitter.EmitVPadd('u32', low, lane_temps[0], lane_temps[1])
214 emitter.EmitVPadd('u32', low, lane_temps[0], lane_temps[1])
225 '1.32', emitter.Lane(low, 0), emitter.Dereference(output_address, None))
227 emitter.EmitVStore('1.32', low, emitter.Dereference(output_address, 64))
230 '1.32', low, emitter.DereferenceIncrement(output_address, 64)
    [all...]
  /external/lzma/C/
Ppmd7Enc.c 13 p->Low = 0;
21 if ((UInt32)p->Low < (UInt32)0xFF000000 || (unsigned)(p->Low >> 32) != 0)
26 p->Stream->Write(p->Stream, (Byte)(temp + (Byte)(p->Low >> 32)));
30 p->Cache = (Byte)((UInt32)p->Low >> 24);
33 p->Low = (UInt32)p->Low << 8;
38 p->Low += start * (p->Range /= total);
60 p->Low += newBound;
164 UInt32 low = sum; local
    [all...]
7z.h 71 UInt32 Low;
Ppmd7.h 126 UInt64 Low;
  /external/autotest/server/cros/servo/
chrome_ec.py 50 # Shutdown due to battery level too low
122 Low temp: 36.4
124 ['High temp: (\d+)\.(\d+)', 'Low temp: (\d+)\.(\d+)']
126 [('High temp: 37.2', '37', '2'), ('Low temp: 36.4', '36', '4')]
  /external/llvm/unittests/ADT/
VariadicFunctionTest.cpp 88 void CountInRangeImpl(int *NumInRange, int Low, int High,
92 if (Low <= *Args[i] && *Args[i] <= High)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
register_state_check.h 27 return (lhs.Low == rhs.Low && lhs.High == rhs.High);
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 378 std::set<ArgPromotion::IndicesVector>::iterator Low;
379 Low = Set.upper_bound(Indices);
380 if (Low != Set.begin())
381 Low--;
382 // Low is now the last element smaller than or equal to Indices. This means
387 return Low != Set.end() && IsPrefix(*Low, Indices);
397 std::set<ArgPromotion::IndicesVector>::iterator Low;
398 Low = Safe.upper_bound(ToMark);
400 if (Low != Safe.begin()
    [all...]
  /external/libvpx/libvpx/test/
register_state_check.h 43 return (lhs.Low == rhs.Low && lhs.High == rhs.High);
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 401 unsigned Low = RI->getSubReg(MO1.getReg(), Hexagon::subreg_loreg);
404 TmpInst.addOperand(MCOperand::createReg(Low));
486 unsigned Low = RI->getSubReg(MO.getReg(), Hexagon::subreg_loreg);
489 MappedInst.addOperand(MCOperand::createReg(Low));
498 unsigned Low = RI->getSubReg(MO.getReg(), Hexagon::subreg_loreg);
501 MappedInst.addOperand(MCOperand::createReg(Low));
511 unsigned Low = RI->getSubReg(MO.getReg(), Hexagon::subreg_loreg);
514 MappedInst.addOperand(MCOperand::createReg(Low));
HexagonBitSimplify.cpp 401 // For a REG_SEQUENCE, set SL to the low subregister and SH to the high
489 // Store low half
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 151 const ConstantInt *Low, *High;
159 static CaseCluster range(const ConstantInt *Low, const ConstantInt *High,
163 C.Low = Low;
170 static CaseCluster jumpTable(const ConstantInt *Low,
175 C.Low = Low;
182 static CaseCluster bitTests(const ConstantInt *Low, const ConstantInt *High,
186 C.Low = Low;
    [all...]
  /external/skia/src/sfnt/
SkPanose.h 94 ((Low, 4))
281 ((Low, 4))
353 ((Low, 3))
422 ((Low, 4))
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 121 Low RN 2
307 RSB Low,High,#0 ;// Low = -32*scaleFactor
312 CMP diffMVdx,Low ;// If diffMVdx<Low
326 CMP diffMVdx,Low
327 ADDLT diffMVdx,diffMVdx,Range ;// If diffMVdy<Low diffMVdy+=Range
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 121 Low RN 2
307 RSB Low,High,#0 ;// Low = -32*scaleFactor
312 CMP diffMVdx,Low ;// If diffMVdx<Low
326 CMP diffMVdx,Low
327 ADDLT diffMVdx,diffMVdx,Range ;// If diffMVdy<Low diffMVdy+=Range

Completed in 555 milliseconds

1 2 3