frac               71 3rdparty/libwebp/utils/rescaler.c         const int32_t frac = base * (-accum);
frac               73 3rdparty/libwebp/utils/rescaler.c         wrk->frow[x_out] = (sum + base) * wrk->x_sub - frac;
frac               75 3rdparty/libwebp/utils/rescaler.c         sum = (int)MULT_FIX(frac, wrk->fx_scale);
frac              107 3rdparty/libwebp/utils/rescaler.c       const int frac = (int)MULT_FIX(frow[x_out], yscale);
frac              108 3rdparty/libwebp/utils/rescaler.c       const int v = (int)MULT_FIX(irow[x_out] - frac, wrk->fxy_scale);
frac              110 3rdparty/libwebp/utils/rescaler.c       irow[x_out] = frac;   // new fractional start
frac               69 3rdparty/openexr/IlmImf/ImfRational.cpp     if (e > frac (x, e))
frac               75 3rdparty/openexr/IlmImf/ImfRational.cpp     double r = frac (1 / x, e);
frac               83 3rdparty/openexr/IlmImf/ImfRational.cpp             return denom (frac (1 / r, e), e / square (x * r)) +
frac               84 3rdparty/openexr/IlmImf/ImfRational.cpp                    floor (1 / x + e) * denom (frac (1 / x, e), e / square (x));