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

  /external/pdfium/third_party/lcms/src/
cmssamp.c 353 cmsFloat64Number MinL, MaxL;
469 MinL = outRamp[0]; MaxL = outRamp[255];
474 if (! ((inRamp[l] <= MinL + 0.2 * (MaxL - MinL) ) ||
496 yRamp[l] = (outRamp[l] - MinL) / (MaxL - MinL);
  /external/llvm/lib/Target/Hexagon/
HexagonGenInsert.cpp 855 uint16_t MinL = LD-FD+1;
856 for (uint16_t L = MinL; L < W; ++L) {
863 // MinL is the minimum length of the prefix. Any length above MinL
865 // given the extra length EL=L-MinL, the prefix must start between
869 uint16_t EL = L-MinL;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonGenInsert.cpp 893 uint16_t MinL = LD-FD+1;
894 for (uint16_t L = MinL; L < W; ++L) {
901 // MinL is the minimum length of the prefix. Any length above MinL
903 // given the extra length EL=L-MinL, the prefix must start between
907 uint16_t EL = L-MinL;
    [all...]

Completed in 474 milliseconds