Searched refs:round (Results 26 - 50 of 82) sorted by relevance

1234

/freebsd-11.0-release/contrib/gcclibs/libdecnumber/
H A Ddecimal128.c96 dc.round = set->round; /* use supplied rounding */
97 decNumberPlus (&dw, dn, &dc); /* (round and check) */
314 dc.round = set->round; /* use supplied rounding */
316 decNumberFromString (&dn, string, &dc); /* will round if needed */
H A Ddecimal32.c96 dc.round = set->round; /* use supplied rounding */
97 decNumberPlus (&dw, dn, &dc); /* (round and check) */
306 dc.round = set->round; /* use supplied rounding */
308 decNumberFromString (&dn, string, &dc); /* will round if needed */
H A Ddecimal64.c96 dc.round = set->round; /* use supplied rounding */
97 decNumberPlus (&dw, dn, &dc); /* (round and check) */
305 dc.round = set->round; /* use supplied rounding */
307 decNumberFromString (&dn, string, &dc); /* will round if needed */
H A DdecContext.h38 /* round -- must be one of the enumerated rounding modes */
62 DEC_ROUND_CEILING, /* round towards +infinity */
63 DEC_ROUND_UP, /* round away from 0 */
67 DEC_ROUND_DOWN, /* round towards 0 (truncate) */
68 DEC_ROUND_FLOOR, /* round towards -infinity */
77 enum rounding round; /* rounding mode */ member in struct:__anon1443
/freebsd-11.0-release/libexec/rtld-elf/
H A Dxmalloc.c80 res = (void *)round((uintptr_t)mem + sizeof(void *), align);
/freebsd-11.0-release/contrib/gcc/config/
H A Ddfp-bit.c85 context.round = CONTEXT_ROUND;
114 context.round = CONTEXT_ROUND;
144 context.round = CONTEXT_ROUND;
379 context.round = CONTEXT_ROUND;
410 context.round = DEC_ROUND_DOWN;
467 context.round = CONTEXT_ROUND;
511 context.round = CONTEXT_ROUND;
/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/
H A Ddivtf3.c186 // code to round them correctly.
190 const bool round = (residual << 1) >= bSignificand; local
196 absResult += round;
H A Dfp_add_impl.inc74 // Shift the significands to give us round, guard and sticky, and or in the
129 // Low three bits are round, guard, and sticky.
/freebsd-11.0-release/crypto/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl728 vldmia $key!, {@XMM[9]} @ round 0 key
784 vldmia $key, {@XMM[8]} @ last round key
823 vldmia $key!, {@XMM[9]} @ round 0 key
882 vldmia $key, {@XMM[8]} @ last round key
927 vld1.8 {@XMM[7]}, [$inp]! @ load round 0 key
929 vld1.8 {@XMM[15]}, [$inp]! @ load round 1 key
944 vstmia $out!, {@XMM[7]} @ save round 0 key
962 vld1.8 {@XMM[15]}, [$inp]! @ load next round key
971 vstmia $out!,{@XMM[0]-@XMM[7]} @ write bit-sliced round key
975 @ don't save last round ke
[all...]
/freebsd-11.0-release/lib/libc/mips/gen/
H A Dldexp.S168 addu t3, t3, 1 # round result
172 bne t8, zero, 1f # round result to nearest
188 addu t3, t3, 1 # round result
192 bne t8, zero, 1f # round result to nearest
/freebsd-11.0-release/crypto/openssl/crypto/md5/asm/
H A Dmd5-sparcv9.pl65 and $b,$t1,$t1 ! round $i
84 and $b,$t1,$t1 ! round $i
106 and $b,$t1,$t1 ! round $i
131 and $b,$d,$t3 ! round $i
156 add $t2,$a,$a ! round $i
177 add $t2,$a,$a ! round $i
/freebsd-11.0-release/contrib/libstdc++/include/tr1/
H A Dmath.h86 using std::tr1::round;
/freebsd-11.0-release/usr.bin/calendar/
H A Dsunpos.c205 equinoxdays[0] = round(fe[0]);
206 equinoxdays[1] = round(fe[1]);
207 solsticedays[0] = round(fs[0]);
208 solsticedays[1] = round(fs[1]);
H A Dpom.c94 fms[j++] = round(ffms[i]);
97 nms[i] = round(fnms[i]);
/freebsd-11.0-release/sys/mips/mips/
H A Dfp.S671 bne v0, MIPS_FPU_ROUND_RM, 1f # round to -infinity?
730 bne v0, MIPS_FPU_ROUND_RM, 1f # round to -infinity?
794 bne v0, MIPS_FPU_ROUND_RM, 1f # round to -infinity?
888 bne v0, MIPS_FPU_ROUND_RM, 1f # round to -infinity?
1506 * round result (t0 is sign, t2 is integer part, t3 is fractional part).
1510 beq v0, MIPS_FPU_ROUND_RN, 3f # round to nearest
1511 beq v0, MIPS_FPU_ROUND_RZ, 5f # round to zero (truncate)
1512 beq v0, MIPS_FPU_ROUND_RP, 1f # round to +infinity
1531 and t2, t2, ~1 # clear LSB (round to nearest)
1672 * normalized position. After that, round an
[all...]
H A Dsupport.S692 srl a0, a0, 2 # round down address to be 32-bit aligned
714 srl a0, a0, 2 # round down address to be 32-bit aligned
742 srl a0, a0, 2 # round down address to be 32-bit aligned
769 srl a0, a0, 2 # round down address to be 32-bit aligned
796 srl a0, a0, 2 # round down address to be 32-bit aligned
824 srl a0, a0, 2 # round down address to be 32-bit aligned
/freebsd-11.0-release/contrib/binutils/bfd/
H A Decoff.c1944 const bfd_vma round = ecoff_backend (abfd)->round;
2018 sofar = (sofar + round - 1) &~ (round - 1);
2019 file_sofar = (file_sofar + round - 1) &~ (round - 1);
2028 sofar = (sofar + round - 1) &~ (round - 1);
2029 file_sofar = (file_sofar + round - 1) &~ (round
1937 const bfd_vma round = ecoff_backend (abfd)->round; local
2318 const bfd_vma round = backend->round; local
[all...]
H A Dlibecoff.h46 bfd_vma round; member in struct:ecoff_backend_data
/freebsd-11.0-release/sys/powerpc/mpc85xx/
H A Dfsl_sdhc.c249 uint32_t round = 0; local
261 round = base_clock & 0x2;
263 base_clock += round;
264 round = 0;
277 round = divisor & 0x1;
282 divisor += round - 1;
/freebsd-11.0-release/contrib/gcc/
H A Dbb-reorder.c22 The construction starts from "seeds". The seed for the first round
32 Each round has these parameters lower than the previous one.
33 The last round has to have these parameters set to zero
38 The other successors (that has not been "sent" to the next round) will be
39 other seeds for this round and the secondary traces will start in them.
94 the .o file there will be an extra round.*/
157 /* The round of the STC creation which this trace was found in. */
158 int round; member in struct:trace
192 /* Check to see if bb should be pushed into the next round of trace
195 another round (col
200 push_to_next_round_p(basic_block bb, int round, int number_of_rounds, int exec_th, gcov_type count_th) argument
428 find_traces_1_round(int branch_th, int exec_th, gcov_type count_th, struct trace *traces, int *n_traces, int round, fibheap_t *heap, int number_of_rounds) argument
[all...]
H A Ddfp.c542 set.round = DEC_ROUND_DOWN;
561 set.round = DEC_ROUND_DOWN;
588 set.round = DEC_ROUND_DOWN;
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DVectorUtils.cpp52 case Intrinsic::round:
215 case LibFunc::round:
218 return checkUnaryFloatSignature(*CI, Intrinsic::round);
/freebsd-11.0-release/lib/msun/
H A DMakefile143 round.3 scalbn.3 signbit.3 sin.3 sinh.3 sqrt.3 tan.3 tanh.3 trunc.3 \
214 MLINKS+=round.3 roundf.3 round.3 roundl.3
/freebsd-11.0-release/include/
H A Dtgmath.h197 #define round(x) __tg_simple(x, round) macro
/freebsd-11.0-release/contrib/llvm/lib/Support/Windows/
H A DMemory.inc97 // round up to get beyond NearBlock. VirtualAlloc would have rounded down.

Completed in 252 milliseconds

1234