Home
last modified time | relevance | path

Searched defs:round (Results 1 – 25 of 33) sorted by relevance

12

/NextBSD/lib/msun/src/
HDs_round.c36 round(double x) in round() function
/NextBSD/contrib/compiler-rt/lib/builtins/
HDfloatunsisf.c42 rep_t round = (rep_t)a << (typeWidth - shift); in ARM_EABI_FNALIAS() local
HDfloatsisf.c50 rep_t round = (rep_t)a << (typeWidth - shift); in ARM_EABI_FNALIAS() local
HDdivsf3.c159 const bool round = (residual << 1) > bSignificand; in ARM_EABI_FNALIAS() local
HDdivdf3.c174 const bool round = (residual << 1) > bSignificand; in ARM_EABI_FNALIAS() local
HDdivtf3.c190 const bool round = (residual << 1) >= bSignificand; in __divtf3() local
/NextBSD/lib/msun/arm/
HDfenv.c127 __softfp_round_to_vfp(int round) in __softfp_round_to_vfp()
144 __softfp_round_from_vfp(int round) in __softfp_round_from_vfp()
/NextBSD/libexec/rtld-elf/mips/
HDrtld_machdep.h60 #define round(size, align) \ macro
/NextBSD/secure/lib/libcrypt/
HDcrypt-des.c372 int shifts, round; in des_setkey() local
456 int round; in do_des() local
/NextBSD/libexec/rtld-elf/sparc64/
HDrtld_machdep.h56 #define round(size, align) \ macro
/NextBSD/libexec/rtld-elf/riscv/
HDrtld_machdep.h93 #define round(size, align) \ macro
/NextBSD/libexec/rtld-elf/aarch64/
HDrtld_machdep.h64 #define round(size, align) \ macro
/NextBSD/libexec/rtld-elf/arm/
HDrtld_machdep.h60 #define round(size, align) \ macro
/NextBSD/libexec/rtld-elf/powerpc/
HDrtld_machdep.h75 #define round(size, align) \ macro
/NextBSD/libexec/rtld-elf/powerpc64/
HDrtld_machdep.h67 #define round(size, align) \ macro
/NextBSD/libexec/rtld-elf/i386/
HDrtld_machdep.h64 #define round(size, align) \ macro
/NextBSD/libexec/rtld-elf/amd64/
HDrtld_machdep.h64 #define round(size, align) \ macro
/NextBSD/sys/powerpc/fpu/
HDfpu_implode.c80 round(struct fpemu *fe, struct fpn *fp) in round() function
/NextBSD/lib/libc/gen/
HDtls.c84 #define round(size, align) \ macro
/NextBSD/contrib/gcc/
HDbb-reorder.c158 int round; member
200 push_to_next_round_p (basic_block bb, int round, int number_of_rounds, in push_to_next_round_p()
429 struct trace *traces, int *n_traces, int round, in find_traces_1_round()
/NextBSD/contrib/netbsd-tests/lib/libc/gen/
HDt_sleep.c271 int64_t delta1, delta2, delta3, round; in sleeptest() local
/NextBSD/contrib/gcclibs/libdecnumber/
HDdecContext.h77 enum rounding round; /* rounding mode */ member
/NextBSD/contrib/libarchive/libarchive/
HDarchive_ppmd_private.h100 #define PPMD_GET_MEAN_SPEC(summ, shift, round) (((summ) + (1 << ((shift) - (round)))) >> (shift)) argument
/NextBSD/tools/regression/include/tgmath/
HDtgmath.c148 TGMACRO_REAL(round) in TGMACRO_REAL() argument
/NextBSD/sbin/restore/
HDinteractive.c58 #define round(a, b) (((a) + (b) - 1) / (b) * (b)) macro

12