Home
last modified time | relevance | path

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

12

/freebsd-src/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daes_amd64.S331 #define ff_rnd(p1, p2, p3, p4, round) /* normal forward round */ \ argument
384 #define fl_rnd(p1, p2, p3, p4, round) /* last forward round */ \ argument
433 #define fl_rnd(p1, p2, p3, p4, round) /* last forward round */ \ argument
509 #define ii_rnd(p1, p2, p3, p4, round) /* normal inverse round */ \ argument
562 #define il_rnd(p1, p2, p3, p4, round) /* last inverse round */ \ argument
611 #define il_rnd(p1, p2, p3, p4, round) /* last inverse round */ \ argument
/freebsd-src/contrib/llvm-project/libcxx/include/__math/
H A Drounding_functions.h207 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI float round(float __x) _NOEXCEPT { return __builtin_round(__x); } in round() function
210 _LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI double round(double __x) _NOEXCEPT { in round() function
214 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long double round(long double __x) _NOEXCEPT { in round() function
219 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI double round(_A1 __x) _NOEXCEPT { in round() function
/freebsd-src/lib/msun/src/
H A Ds_round.c35 round(double x) in round() function
/freebsd-src/contrib/arm-optimized-routines/math/tools/
H A Dtgamma128_gen.jl46 function quadval(x, round=0) argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfloatunsisf.c39 rep_t round = (rep_t)a << (typeWidth - shift); in __floatunsisf() local
H A Dfloatsisf.c47 rep_t round = (rep_t)aAbs << (typeWidth - shift); in __floatsisf() local
/freebsd-src/lib/msun/arm/
H A Dfenv.c123 __softfp_round_to_vfp(int round) in __softfp_round_to_vfp()
140 __softfp_round_from_vfp(int round) in __softfp_round_from_vfp()
/freebsd-src/sys/contrib/ck/src/
H A Dck_barrier_tournament.c113 int round = 1; in ck_barrier_tournament() local
/freebsd-src/usr.bin/truncate/
H A Dtruncate.c54 off_t oflow, rsize, sz, tsize, round, off, len; in main() local
/freebsd-src/secure/lib/libcrypt/
H A Dcrypt-des.c369 int shifts, round; in des_setkey() local
453 int round; in do_des() local
/freebsd-src/libexec/rtld-elf/aarch64/
H A Drtld_machdep.h79 #define round(size, align) \ macro
/freebsd-src/libexec/rtld-elf/powerpc64/
H A Drtld_machdep.h75 #define round(size, align) \ macro
/freebsd-src/libexec/rtld-elf/powerpc/
H A Drtld_machdep.h83 #define round(size, align) \ macro
/freebsd-src/libexec/rtld-elf/riscv/
H A Drtld_machdep.h93 #define round( global() macro
/freebsd-src/libexec/rtld-elf/arm/
H A Drtld_machdep.h71 #define round(size, align) \ macro
/freebsd-src/crypto/openssl/test/
H A Dexptest.c151 static int test_mod_exp(int round) in test_mod_exp()
/freebsd-src/sys/powerpc/fpu/
H A Dfpu_implode.c76 round(struct fpemu *fe, struct fpn *fp) in round() function
/freebsd-src/tests/sys/netinet/libalias/
H A Dperf.c79 int i, round, check_timeout_cnt = 0; in main() local
/freebsd-src/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_portable.c20 INLINE void round_fn(uint32_t state[16], const uint32_t *msg, size_t round) { in round_fn()
/freebsd-src/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3_generic.c47 size_t round) in round_fn()
/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h93 #define PPMD_GET_MEAN_SPEC(summ, shift, round) (((summ) + (1 << ((shift) - (round)))) >> (shift)) argument
/freebsd-src/contrib/netbsd-tests/lib/libc/gen/
H A Dt_sleep.c269 int64_t delta1, delta2, delta3, round; in sleeptest() local
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Dzfs_chksum.c140 chksum_run(chksum_stat_t *cs, abd_t *abd, void *ctx, int round, in chksum_run()
/freebsd-src/tools/regression/include/tgmath/
H A Dtgmath.c146 TGMACRO_REAL(round) in TGMACRO_REAL() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp64 static uint64_t round(uint64_t Acc, uint64_t Input) { round() function

12