Home | History | Annotate | Download | only in libpng

Lines Matching refs:s00

3273          png_uint_32 s16, s32, s00;
3299 s00 = (A & 0xffff) * (T & 0xffff);
3302 s00 += s16;
3304 if (s00 < s16)
3309 /* s32.s00 is now the 64-bit product, do a standard
3328 if (s00 < d00) --s32; /* carry */
3329 s32 -= d32, s00 -= d00, result += 1<<bitshift;
3333 if (s32 == d32 && s00 >= d00)
3334 s32 = 0, s00 -= d00, result += 1<<bitshift;
3338 if (s00 >= (D >> 1))