Searched defs:round (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10-stable/lib/msun/src/
H A Ds_round.c36 round(double x) function
/freebsd-10-stable/contrib/compiler-rt/lib/
H A Dfloatsisf.c49 rep_t round = (rep_t)a << (typeWidth - shift); local
H A Dfloatunsisf.c41 rep_t round = (rep_t)a << (typeWidth - shift); local
H A Ddivsf3.c158 const bool round = (residual << 1) > bSignificand; local
H A Ddivdf3.c173 const bool round = (residual << 1) > bSignificand; local
/freebsd-10-stable/libexec/rtld-elf/arm/
H A Drtld_machdep.h63 #define round(size, align) \ macro
/freebsd-10-stable/libexec/rtld-elf/ia64/
H A Drtld_machdep.h62 #define round(size, align) \ macro
/freebsd-10-stable/libexec/rtld-elf/mips/
H A Drtld_machdep.h63 #define round(size, align) \ macro
/freebsd-10-stable/libexec/rtld-elf/sparc64/
H A Drtld_machdep.h59 #define round(size, align) \ macro
/freebsd-10-stable/libexec/rtld-elf/powerpc64/
H A Drtld_machdep.h70 #define round(size, align) \ macro
/freebsd-10-stable/libexec/rtld-elf/powerpc/
H A Drtld_machdep.h78 #define round(size, align) \ macro
/freebsd-10-stable/sys/powerpc/fpu/
H A Dfpu_implode.c80 round(struct fpemu *fe, struct fpn *fp) function
[all...]
/freebsd-10-stable/libexec/rtld-elf/i386/
H A Drtld_machdep.h72 #define round(size, align) \ macro
/freebsd-10-stable/libexec/rtld-elf/amd64/
H A Drtld_machdep.h72 #define round(size, align) \ macro
/freebsd-10-stable/lib/msun/arm/
H A Dfenv.c127 __softfp_round_to_vfp(int round) argument
144 __softfp_round_from_vfp(int round) argument
/freebsd-10-stable/lib/libc/gen/
H A Dtls.c84 #define round(size, align) \ macro
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_sleep.c269 int64_t delta1, delta2, delta3, round; local
/freebsd-10-stable/contrib/gcclibs/libdecnumber/
H A DdecContext.h77 enum rounding round; /* rounding mode */ member in struct:__anon1263
/freebsd-10-stable/include/
H A Dtgmath.h197 #define round(x) __tg_simple(x, round) macro
/freebsd-10-stable/sbin/restore/
H A Dinteractive.c58 #define round(a, b) (((a) + (b) - 1) / (b) * (b)) macro
/freebsd-10-stable/contrib/binutils/bfd/
H A Dlibecoff.h46 bfd_vma round; member in struct:ecoff_backend_data
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp585 unsigned round = 0; local
596 rs << round; local
/freebsd-10-stable/secure/lib/libcrypt/
H A Dcrypt-des.c372 int shifts, round; local
456 int round; local
[all...]
/freebsd-10-stable/sys/dev/my/
H A Dif_my.c805 unsigned int round; local
/freebsd-10-stable/sys/powerpc/mpc85xx/
H A Dfsl_sdhc.c248 uint32_t round = 0; local

Completed in 140 milliseconds

12