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

  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 299 int64_t MinVal = -uint64_t(1) << 31;
301 if (ThisVal < MinVal)
302 ThisVal = MinVal;
  /external/ImageMagick/coders/
mat.c 184 static void InsertComplexDoubleRow(Image *image,double *p,int y,double MinVal,
192 if (MinVal == 0)
193 MinVal = -1;
247 static void InsertComplexFloatRow(Image *image,float *p,int y,double MinVal,
254 if (MinVal == 0)
255 MinVal = -1;
817 double MinVal, MaxVal;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 526 milliseconds