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

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
IdccInfo.c 49 UINT8 Ratio;
62 // Find processor actual ratio
64 Ratio = 15; //Temporary - some dummy value.
71 ProcRatio.ProcessorRatio = Ratio;
  /external/libcxx/test/std/utilities/time/time.duration/
ratio.fail.cpp 14 // Period shall be a specialization of ratio, diagnostic required.
19 class Ratio
28 typedef std::chrono::duration<int, Ratio<1> > D;
  /external/compiler-rt/lib/esan/
cache_frag.cpp 50 u64 Ratio; // Difference ratio for the struct layout access.
70 // difference ratio: V1/V2.
101 Report(" size = %u, count = %llu, ratio = %llu, array access = %llu\n",
102 Struct->Size, Handle->Count, Handle->Ratio, *Struct->ArrayCounter);
118 Handle->Ratio = 0;
122 Handle->Ratio += computeDifferenceRatio(
126 if (Handle->Ratio >= (u64)getFlags()->report_threshold ||
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
  /external/pdfium/third_party/lcms/src/
cmsvirt.c 350 // Ratio= 1 - (Sum - InkLimit) / (C + M + Y)
351 // if Ratio <0
352 // Ratio=0
355 // Ratio=1
358 // C = Ratio * C
359 // M = Ratio * M
360 // Y = Ratio * Y
367 cmsFloat64Number SumCMY, SumCMYK, Ratio;
376 Ratio = 1 - ((SumCMYK - InkLimit) / SumCMY);
377 if (Ratio < 0
    [all...]
cmscnvrt.c 844 cmsFloat64Number SumCMY, SumCMYK, Error, Ratio;
901 Ratio = 1 - ((SumCMYK - bp->MaxTAC) / SumCMY);
902 if (Ratio < 0)
903 Ratio = 0;
906 Ratio = 1.0;
908 Out[0] = _cmsQuickSaturateWord(Outf[0] * Ratio * 65535.0); // C
909 Out[1] = _cmsQuickSaturateWord(Outf[1] * Ratio * 65535.0); //
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ConstantFolding.cpp 126 unsigned Ratio = NumSrcElt/NumDstElt;
132 unsigned ShiftAmt = isLittleEndian ? 0 : SrcBitSize*(Ratio-1);
133 for (unsigned j = 0; j != Ratio; ++j) {
153 unsigned Ratio = NumDstElt/NumSrcElt;
162 unsigned ShiftAmt = isLittleEndian ? 0 : DstBitSize*(Ratio-1);
163 for (unsigned j = 0; j != Ratio; ++j) {
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 175 unsigned Ratio = NumSrcElt/NumDstElt;
181 unsigned ShiftAmt = isLittleEndian ? 0 : SrcBitSize*(Ratio-1);
182 for (unsigned j = 0; j != Ratio; ++j) {
204 unsigned Ratio = NumDstElt/NumSrcElt;
213 unsigned ShiftAmt = isLittleEndian ? 0 : DstBitSize*(Ratio-1);
214 for (unsigned j = 0; j != Ratio; ++j) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ConstantFolding.cpp 203 unsigned Ratio = NumSrcElt/NumDstElt;
209 unsigned ShiftAmt = isLittleEndian ? 0 : SrcBitSize*(Ratio-1);
210 for (unsigned j = 0; j != Ratio; ++j) {
236 unsigned Ratio = NumDstElt/NumSrcElt;
248 Result.append(Ratio, UndefValue::get(DstEltTy));
256 unsigned ShiftAmt = isLittleEndian ? 0 : DstBitSize*(Ratio-1);
257 for (unsigned j = 0; j != Ratio; ++j) {
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 985 milliseconds