HomeSort by: relevance | last modified time | path
    Searched refs:rounded (Results 1 - 14 of 14) sorted by relevancy

  /src/usr.bin/make/unit-tests/
opt-jobs.mk 31 EXPECT.0C= <integer> # rounded up to 1C
  /src/lib/libm/arch/vax/
n_cbrt.S 84 divd2 %r4,%r0 # %r0:%r1 = x/(q*q) rounded
n_argred.S 166 * leading[n] := (n * pi/2) rounded,
167 * middle[n] := (n * pi/2 - leading[n]) rounded,
168 * trailing[n] := (( n * pi/2 - leading[n]) - middle[n]) rounded .
276 subd3 middle[%r0],%r3,%r1 # q = (p - middle n*pi/2) rounded
279 subd2 trailing[%r0],%r3 # r = r - trailing n*pi/2 rounded
n_atan2.S 72 * atan2(y,x) returns the exact ARG(x+iy) nearly rounded.
125 cvtrfl %r10,%r10 # [8*t] rounded to int
  /src/lib/libc/arch/mips/gen/
ldexp.S 165 bge t8, zero, 1f # does result need to be rounded?
185 bge t8, zero, 1f # does result need to be rounded?
  /src/sys/arch/mips/mips/
cache_r4k_subr.S 86 PTR_ADDU a1, LINE_SIZE - 1 # size is now rounded
fp.S 2030 bne v0, zero, 5f # if rounded remainder is zero
2299 bne v0, zero, 5f # if rounded remainder is zero
2433 bne v0, zero, 5f # if rounded remainder is zero
2581 bne v0, zero, 5f # if rounded remainder is zero
2739 bne v0, zero, 5f # if rounded remainder is zero
  /src/usr.sbin/sysinst/
README.md_defs 23 of this size (in bytes, rounded)
  /src/sys/dev/audio/
audio.c 5283 int rounded; local in function:audio_mixer_init
5286 rounded = sc->hw_if->round_blocksize(sc->hw_hdl, blksize,
5289 TRACE(1, "round_blocksize %d -> %d", blksize, rounded);
5290 if (rounded != blksize) {
5291 if ((rounded * NBBY) % (mixer->hwbuf.fmt.stride *
5296 "blksize=%d rounded=%d "
5298 blksize, rounded,
5304 blksize = rounded;
5316 size_t rounded; local in function:audio_mixer_init
5318 rounded = sc->hw_if->round_buffersize(sc->hw_hdl, mode
    [all...]
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 6162 # a0 = pointer to rounded result #
6165 # On return the value pointed to by a0 is correctly rounded, #
6170 # The INEX bit of USER_FPSR will be set if the rounded result was #
6862 # result is now rounded properly. convert back to normal format
6922 # result is now rounded properly. convert back to normal format
7068 # dst_dbl() - create rounded dbl precision result. #
7069 # dst_sgl() - create rounded sgl precision result. #
7092 # the rounded result. Also, since exceptions are disabled, this also #
7521 fmov.x FP_SCR0(%a6),%fp0 # force fop to be rounded
7732 fmov.x FP_SCR0(%a6),%fp0 # force fop to be rounded
    [all...]
fpsp.s 5030 # rounded to double precision. The result is provably monotonic #
5660 fadd.s TWOTO63(%a6),%fp2 # THE FRACTIONAL PART OF FP1 IS ROUNDED
5735 # rounded to double precision. The result is provably monotonic #
6091 fadd.s TWOTO63(%a6),%fp2 # THE FRACTIONAL PART OF FP1 IS ROUNDED
6165 # rounded to double precision. The result is provably monotonic #
6615 # rounded to double precision. The result is provably monotonic #
6716 # rounded to double precision. The result is provably monotonic #
6812 # rounded to double precision. The result is provably monotonic #
6920 # rounded to 62 bits so that the last two bits of T are #
7048 # rounded to 62 bits so that the last two bits of T are
    [all...]
fplsp.s 4924 # rounded to double precision. The result is provably monotonic #
5554 fadd.s TWOTO63(%a6),%fp2 # THE FRACTIONAL PART OF FP1 IS ROUNDED
5629 # rounded to double precision. The result is provably monotonic #
5985 fadd.s TWOTO63(%a6),%fp2 # THE FRACTIONAL PART OF FP1 IS ROUNDED
6059 # rounded to double precision. The result is provably monotonic #
6509 # rounded to double precision. The result is provably monotonic #
6610 # rounded to double precision. The result is provably monotonic #
6706 # rounded to double precision. The result is provably monotonic #
6814 # rounded to 62 bits so that the last two bits of T are #
6942 # rounded to 62 bits so that the last two bits of T are
    [all...]
  /src/sys/arch/m68k/fpsp/
l_fpsp.h 110 * the final result will be correctly rounded and any specified
  /src/sys/arch/sparc/sparc/
locore.s 2950 sub %l4, %l3, %l4 ! and finally: size rounded

Completed in 38 milliseconds