HomeSort by: relevance | last modified time | path
    Searched defs:bmul (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/dc/
bcode.c 97 static void bmul(void);
152 { '*', bmul },
1027 bmul(void) function
  /src/external/gpl3/gcc/dist/gcc/
poly-int.h 1651 C bmul = lcm / b.coeffs[i]; local
1653 gcc_checking_assert (a.coeffs[j] * amul == b.coeffs[j] * bmul);
  /src/external/gpl3/gcc.old/dist/gcc/
poly-int.h 1712 C bmul = lcm / b.coeffs[i]; local
1714 gcc_checking_assert (a.coeffs[j] * amul == b.coeffs[j] * bmul);

Completed in 66 milliseconds