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

  /external/pdfium/third_party/libtiff/
tif_color.c 82 float Yr, Yg, Yb;
86 Yr = matrix[0] * X + matrix[1] * Y + matrix[2] * Z;
91 Yr = TIFFmax(Yr, cielab->display.d_Y0R);
96 Yr = TIFFmin(Yr, cielab->display.d_YCR);
101 i = (int)((Yr - cielab->display.d_Y0R) / cielab->rstep);
122 * the Yr,Yb,Yg <=> r,g,b conversions.
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 511 APInt Yr = Ytop;
512 APInt::sdivrem(Ytop, Ybot, Yq, Yr);
513 if (Xr != 0 || Yr != 0) {
    [all...]

Completed in 2446 milliseconds