Home | History | Annotate | Download | only in libbid

Lines Matching refs:CS0

218 UINT64 sign_x, Carry, B10, res, mul_factor, mul_factor2 = 0x0ull, CS0;
331 CS0 = CS2.w[1] >> 1;
332 if (CS.w[0] != ((CS0 << 3) + (CS0 << 1))) {
339 CS.w[0] = CS0;
345 CS0 = CS2.w[1] >> 1;
346 if (CS.w[0] != ((CS0 << 3) + (CS0 << 1))) {
353 CS.w[0] = CS0;
358 CS0 = CS.w[0] * mul_factor;
359 __sqr64_fast (CS1, CS0)
402 CS0 = QH.w[1] >> amount;
406 if (CS.w[0] != CS0 * power10_table_128[extra_digits].w[0])
413 CS.w[0] = CS0;