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

12

/freebsd-10.0-release/lib/msun/src/
H A Ds_round.c33 round(double x) function
/freebsd-10.0-release/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.0-release/libexec/rtld-elf/arm/
H A Drtld_machdep.h60 #define round(size, align) \ macro
/freebsd-10.0-release/libexec/rtld-elf/ia64/
H A Drtld_machdep.h59 #define round(size, align) \ macro
/freebsd-10.0-release/libexec/rtld-elf/mips/
H A Drtld_machdep.h60 #define round(size, align) \ macro
/freebsd-10.0-release/libexec/rtld-elf/sparc64/
H A Drtld_machdep.h56 #define round(size, align) \ macro
/freebsd-10.0-release/libexec/rtld-elf/amd64/
H A Drtld_machdep.h64 #define round(size, align) \ macro
/freebsd-10.0-release/libexec/rtld-elf/i386/
H A Drtld_machdep.h64 #define round(size, align) \ macro
/freebsd-10.0-release/libexec/rtld-elf/powerpc/
H A Drtld_machdep.h75 #define round(size, align) \ macro
/freebsd-10.0-release/libexec/rtld-elf/powerpc64/
H A Drtld_machdep.h67 #define round(size, align) \ macro
/freebsd-10.0-release/sys/powerpc/fpu/
H A Dfpu_implode.c80 round(struct fpemu *fe, struct fpn *fp) function
[all...]
/freebsd-10.0-release/lib/libc/gen/
H A Dtls.c84 #define round(size, align) \ macro
/freebsd-10.0-release/contrib/gcclibs/libdecnumber/
H A DdecContext.h77 enum rounding round; /* rounding mode */ member in struct:__anon1169
/freebsd-10.0-release/include/
H A Dtgmath.h197 #define round(x) __tg_simple(x, round) macro
/freebsd-10.0-release/sbin/restore/
H A Dinteractive.c58 #define round(a, b) (((a) + (b) - 1) / (b) * (b)) macro
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dlibecoff.h46 bfd_vma round; member in struct:ecoff_backend_data
/freebsd-10.0-release/contrib/ldns/compat/
H A Dsnprintf.c542 static double round (double value) function
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp581 unsigned round = 0; local
592 rs << round; local
/freebsd-10.0-release/secure/lib/libcrypt/
H A Dcrypt-des.c372 int shifts, round; local
456 int round; local
[all...]
/freebsd-10.0-release/sys/dev/my/
H A Dif_my.c812 unsigned int round; local
/freebsd-10.0-release/sys/powerpc/mpc85xx/
H A Dfsl_sdhc.c250 uint32_t round = 0; local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h1154 #undef round macro
1155 #define round(__x) __tg_round(__tg_promote1((__x))(__x)) macro

Completed in 247 milliseconds

12