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

  /src/external/lgpl3/gmp/dist/tests/mpq/
t-md_2exp.c 164 int i, muldiv, sign, overlap; local
174 for (muldiv = 0; muldiv < 2; muldiv++)
176 if (muldiv == 0)
  /src/sys/arch/sparc/sparc/
emul.c 60 static int muldiv(struct trapframe *, union instr *, int32_t *, int32_t *,
133 muldiv(struct trapframe *tf, function
159 uprintf("muldiv 0x%x: %c%s%s %c%d, %c%d, ", code->i_int,
181 DPRINTF(("muldiv: %d / %d = %d\n", *rs1, *rs2, *rd));
185 DPRINTF(("muldiv: %d * %d = %d\n", *rs1, *rs2, *rd));
430 else if ((error = muldiv(tf, &code, &rd, &rs1, &rs2)) != 0)
435 DPRINTF(("muldiv: write rd %d\n", error));
  /src/sys/arch/sparc64/sparc64/
emul.c 61 static int muldiv(struct trapframe64 *, union instr *, int32_t *, int32_t *,
132 muldiv(struct trapframe64 *tf, union instr *code, int32_t *rd, int32_t *rs1, function
158 uprintf("muldiv 0x%x: %c%s%s %c%d, %c%d, ", code->i_int,
180 DPRINTF(("muldiv: %d / %d = %d\n", *rs1, *rs2, *rd));
184 DPRINTF(("muldiv: %d * %d = %d\n", *rs1, *rs2, *rd));
419 else if ((error = muldiv(tf, &code, &rd, &rs1, &rs2)) != 0)
424 DPRINTF(("muldiv: write rd %d\n", error));
  /src/external/bsd/less/dist/
os.c 400 public uintmax muldiv(uintmax val, uintmax num, uintmax den) function
421 return (int) muldiv(num, (POSITION) 100, den);
438 return (POSITION) muldiv(pos, pctden, 100 * (POSITION) NUM_FRAC_DENOM);

Completed in 25 milliseconds