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

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid64_sqrt.c218 UINT64 sign_x, Carry, B10, res, mul_factor, mul_factor2 = 0x0ull, CS0; local
342 mul_factor2 = 100;
355 mul_factor2 = 10000;
419 mul_factor2 = 0;
421 mul_factor2 = mul_factor2_long.w[1];
449 if (mul_factor2) {
450 __mul_64x64_to_128 (C8, C8.w[0], mul_factor2);
478 if (mul_factor2) {
479 __mul_64x64_to_128 (C8, C8.w[0], mul_factor2);
/netbsd-current/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
342 mul_factor2 = 100;
355 mul_factor2 = 10000;
419 mul_factor2 = 0;
421 mul_factor2 = mul_factor2_long.w[1];
449 if (mul_factor2) {
450 __mul_64x64_to_128 (C8, C8.w[0], mul_factor2);
478 if (mul_factor2) {
479 __mul_64x64_to_128 (C8, C8.w[0], mul_factor2);

Completed in 102 milliseconds