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

12

/freebsd-11.0-release/lib/msun/src/
H A Ds_round.c36 round(double x) function
/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/
H A Dfloatsisf.c50 rep_t round = (rep_t)a << (typeWidth - shift); local
H A Dfloatunsisf.c42 rep_t round = (rep_t)a << (typeWidth - shift); local
H A Ddivsf3.c159 const bool round = (residual << 1) > bSignificand; local
H A Ddivdf3.c174 const bool round = (residual << 1) > bSignificand; local
H A Ddivtf3.c190 const bool round = (residual << 1) >= bSignificand; local
/freebsd-11.0-release/libexec/rtld-elf/mips/
H A Drtld_machdep.h60 #define round(size, align) \ macro
/freebsd-11.0-release/libexec/rtld-elf/sparc64/
H A Drtld_machdep.h56 #define round(size, align) \ macro
/freebsd-11.0-release/libexec/rtld-elf/aarch64/
H A Drtld_machdep.h64 #define round(size, align) \ macro
/freebsd-11.0-release/libexec/rtld-elf/arm/
H A Drtld_machdep.h60 #define round(size, align) \ macro
/freebsd-11.0-release/libexec/rtld-elf/powerpc/
H A Drtld_machdep.h75 #define round(size, align) \ macro
/freebsd-11.0-release/libexec/rtld-elf/powerpc64/
H A Drtld_machdep.h67 #define round(size, align) \ macro
/freebsd-11.0-release/libexec/rtld-elf/riscv/
H A Drtld_machdep.h93 #define round(size, align) \ macro
/freebsd-11.0-release/libexec/rtld-elf/amd64/
H A Drtld_machdep.h64 #define round(size, align) \ macro
/freebsd-11.0-release/libexec/rtld-elf/i386/
H A Drtld_machdep.h64 #define round(size, align) \ macro
/freebsd-11.0-release/sys/powerpc/fpu/
H A Dfpu_implode.c80 round(struct fpemu *fe, struct fpn *fp) function
[all...]
/freebsd-11.0-release/lib/msun/arm/
H A Dfenv.c127 __softfp_round_to_vfp(int round) argument
144 __softfp_round_from_vfp(int round) argument
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/gen/
H A Dt_sleep.c271 int64_t delta1, delta2, delta3, round; local
/freebsd-11.0-release/include/
H A Dtgmath.h197 #define round(x) __tg_simple(x, round) macro
/freebsd-11.0-release/contrib/gcclibs/libdecnumber/
H A DdecContext.h77 enum rounding round; /* rounding mode */ member in struct:__anon1443
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dlibecoff.h46 bfd_vma round; member in struct:ecoff_backend_data
/freebsd-11.0-release/sys/dev/my/
H A Dif_my.c806 unsigned int round; local
/freebsd-11.0-release/secure/lib/libcrypt/
H A Dcrypt-des.c372 int shifts, round; local
456 int round; local
[all...]
/freebsd-11.0-release/sys/powerpc/mpc85xx/
H A Dfsl_sdhc.c249 uint32_t round = 0; local
/freebsd-11.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 174 milliseconds

12