Searched refs:mul_factor (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid64_sqrt.c218 UINT64 sign_x, Carry, B10, res, mul_factor, mul_factor2 = 0x0ull, CS0; local
301 mul_factor = 0;
341 mul_factor = 10;
354 mul_factor = 100;
358 CS0 = CS.w[0] * mul_factor;
414 if (!mul_factor)
415 mul_factor = 1;
416 mul_factor *= power10_table_128[extra_digits].w[0];
417 __mul_64x64_to_128 (mul_factor2_long, mul_factor, mul_factor);
[all...]

Completed in 107 milliseconds