Searched defs:Yr (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/third_party/libtiff/
H A Dtif_color.c82 float Yr, Yg, Yb; local
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/
H A DDependenceAnalysis.cpp511 APInt Yr = Ytop; local
512 APInt::sdivrem(Ytop, Ybot, Yq, Yr);
513 if (Xr != 0 || Yr != 0) {

Completed in 168 milliseconds